Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c721 typedef struct test_info { struct
730 static test_info_t test_info[] = { argument
772 for (tp = test_info; tp->ti_name != NULL; ++tp) { in process_options()
777 *(test_info[ALLOCATE].ti_flag) = TRUE; in process_options()
781 *(test_info[DEALLOCATE].ti_flag) = TRUE; in process_options()
785 *(test_info[READ].ti_flag) = TRUE; in process_options()
789 *(test_info[WRITE].ti_flag) = TRUE; in process_options()
793 *(test_info[PROTECT].ti_flag) = TRUE; in process_options()
797 *(test_info[COPY].ti_flag) = TRUE; in process_options()