Home
last modified time | relevance | path

Searched refs:pfd1 (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c44 static int fd, pfd1, pfd2; variable
58 {&pfd1, SEEK_SET, ESPIPE},
59 {&pfd1, SEEK_CUR, ESPIPE},
60 {&pfd1, SEEK_END, ESPIPE},
94 pfd1 = SAFE_OPEN(TFIFO1, O_RDWR, 0777); in setup()
105 if (pfd1 > 0) in cleanup()
106 SAFE_CLOSE(pfd1); in cleanup()
/external/adhd/cras/src/tests/
Dcras_router.c160 int *pfd1 = malloc(sizeof(*pfd1)); in run_file_io_stream() local
161 *pfd1 = loop_fd; in run_file_io_stream()
171 pfd1, in run_file_io_stream()