Searched refs:t_prep_actions (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | kqueue_file_tests.c | 96 action_t t_prep_actions[5]; member 517 res = execute_action_list(test->t_prep_actions, test->t_n_prep_actions, 1); in execute_test() 727 init_action(&(test.t_prep_actions[0]), NOSLEEP, CREAT, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() 733 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKDIR, 2, (void*)DIR1, (void*)NULL); in run_note_delete_tests() 739 init_action(&(test.t_prep_actions[0]), NOSLEEP, CREAT, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() 740 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)FILE2, (void*)NULL); in run_note_delete_tests() 747 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKDIR, 2, (void*)DIR1, (void*)NULL); in run_note_delete_tests() 748 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKDIR, 2, (void*)DIR2, (void*)NULL); in run_note_delete_tests() 756 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKFIFO, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() 763 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKFIFO, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() [all …]
|