Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c75 int act_fd; member
339 res = write((int)act->act_fd, TEST_STRING, strlen(TEST_STRING)); in execute_action()
347 while (write((int)act->act_fd, "a", 1) > 0) { in execute_action()
356 res = lseek((int)act->act_fd, (int)args[0], SEEK_SET); in execute_action()
548 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd); in execute_test()
555 dowr.act_fd = writefd; in execute_test()