HomeSort by: relevance | last modified time | path
    Searched defs:p_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hunt/huntd/
hunt.h 90 int p_fd; member in struct:player_def
  /src/external/gpl2/mkhybrid/dist/
apple.c 1349 int p_fd = -1; local
1370 if (p_fd < 0) {
1372 if((p_fd = open(wname, O_RDONLY | O_BINARY)) < 0) {
1376 if((p_num = read(p_fd, p_buf, sizeof(p_buf))) <= 0) {
1378 close(p_fd);
1382 p_fp = fdopen(p_fd, "rb");
1383 close(p_fd);
  /src/sys/sys/
proc.h 241 struct filedesc *p_fd; /* :: Ptr to open files structure */ member in struct:proc
sysctl.h 394 uint64_t p_fd; /* PTR: Ptr to open files structure. */ member in struct:kinfo_proc2

Completed in 17 milliseconds