Searched refs:MKFIFO (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | kqueue_file_tests.c | 64 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, T… enumerator 149 case MKFIFO: in get_action_name() 362 case MKFIFO: in execute_action() 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() 896 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKFIFO, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests() 912 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKFIFO, 2, (void*)FILE1, (void*)NULL); in run_note_write_tests() 986 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKFIFO, 2, (void*)FILE1, (void*)NULL); in run_note_write_tests() 993 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKFIFO, 2, (void*)FILE1, (void*)NULL); in run_note_write_tests() 1306 init_action(&test.t_helpthreadact, SLEEP, MKFIFO, 1, (void*)pathbuf); in run_note_attrib_tests() [all …]
|