Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_allocation.c758 typedef struct test_info { struct
767 static test_info_t test_info[] = { variable
804 for (tp = test_info; tp->ti_name != NULL; ++tp) { in process_options()
809 *(test_info[ALLOCATE].ti_flag) = TRUE; in process_options()
813 *(test_info[DEALLOCATE].ti_flag) = TRUE; in process_options()
817 *(test_info[READ].ti_flag) = TRUE; in process_options()
821 *(test_info[WRITE].ti_flag) = TRUE; in process_options()
825 *(test_info[PROTECT].ti_flag) = TRUE; in process_options()
829 *(test_info[COPY].ti_flag) = TRUE; in process_options()