Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c504 int i, kqfd, filefd = -1, res2, res, cnt, writefd = -1; in execute_test() local
531 filefd = -1; in execute_test()
532 open_fifo(test->t_watchfile, &filefd, &writefd); in execute_test()
534 if ((filefd = open(test->t_watchfile, O_RDONLY | O_SYMLINK)) == -1) { in execute_test()
541 if (filefd >= 0) { in execute_test()
548 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd); in execute_test()
551 read_to_end(filefd); in execute_test()
572 pl.fd = filefd; in execute_test()
581 test->t_union.tu_kev.ident = filefd; in execute_test()
610 close(filefd); in execute_test()