Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dkqueue_file_tests.c64 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, T… enumerator
137 case WRITE: in get_action_name()
324 case WRITE: in execute_action()
829 init_action(&test.t_helpthreadact, SLEEP, WRITE, 2, (void*)FILE1, NULL); in run_note_write_tests()
1048 init_action(&test.t_helpthreadact, SLEEP, WRITE, 2, (void*)FILE1, (void*)NULL); in run_note_extend_tests()
1251 init_action(&test.t_helpthreadact, SLEEP, WRITE, 2, (void*)FILE1, (void*)NULL); in run_note_attrib_tests()
1581 init_action(&test.t_helpthreadact, SLEEP, WRITE, 1, (void*)FILE1); in run_evfilt_read_tests()
1594 init_action(&(test.t_prep_actions[1]), NOSLEEP, WRITE, 1, (void*)FILE1); in run_evfilt_read_tests()
1604 init_action(&test.t_helpthreadact, SLEEP, WRITE, 1, (void*)FILE1); in run_evfilt_read_tests()
1624 init_action(&(test.t_prep_actions[1]), NOSLEEP, WRITE, 1, (void*)FILE1); in run_evfilt_read_tests()
[all …]
/xnu-12377.1.9/san/memory/
H A Dkasan_dynamic_denylist.c515 TS(WRITE),
/xnu-12377.1.9/bsd/netinet/
H A Dip_compat.h523 #define FWRITE WRITE
/xnu-12377.1.9/tests/vm/
H A Dvm_allocation.c765 enum {ALLOCATE = 0, DEALLOCATE, READ, WRITE, PROTECT, COPY}; enumerator
821 *(test_info[WRITE].ti_flag) = TRUE; in process_options()