Searched defs:pfd (Results 1 – 9 of 9) sorted by relevance
26 void *pfd; member
29 void *pfd; member
90 int32_t pfd[PIPE_NUM_SZ] = {-1, -1}; variable
52 int pfd = open("/dev/ptmx", O_RDWR | O_CLOEXEC | O_NOCTTY | O_NONBLOCK); in InitPtyInterface() local
50 struct pollfd pfd = {}; in PollUeventdSocketTimeout() local
172 int pfd = open("/dev/ptmx", O_RDWR | O_CLOEXEC); in InitPtyInterface() local
231 struct pollfd pfd = {}; in SubInitMain() local
444 int pfd[DEFAULT_PIPE_NUM]; /* communication between parent and child */ in StartUpdaterProc() local
600 int pfd = open("/dev/ptmx", O_RDWR | O_CLOEXEC | O_NOCTTY | O_NONBLOCK); in InitPtyInterface() local