Home
last modified time | relevance | path

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

/xnu-8020.121.3/san/memory/
H A Dkasan_dynamic_blacklist.c515 TS(READ),
/xnu-8020.121.3/bsd/netinet/
H A Dip_compat.h524 #define FREAD READ
/xnu-8020.121.3/tests/
H A Dkqueue_file_tests.c64 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, T… enumerator
135 case READ: in get_action_name()
314 case READ: in execute_action()
960 init_action(&test.t_helpthreadact, SLEEP, READ, 2, (void*)FILE1, NULL); in run_note_write_tests()
/xnu-8020.121.3/tools/lldbmacros/
H A DREADME.md14 ii. Formatted Output printing guidelines [MUST READ]
15 iii. Coding conventions. [MUST READ]
16 iv. Submitting changes in lldbmacros [MUST READ]
/xnu-8020.121.3/tests/vm/
H A Dvm_allocation.c728 enum {ALLOCATE = 0, DEALLOCATE, READ, WRITE, PROTECT, COPY}; enumerator
785 *(test_info[READ].ti_flag) = TRUE; in process_options()