Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dextract_right_soft_fail.c28 mach_msg_type_number_t tableCount; in test_extract_immovable_task_port() local
49 kr = mach_port_space_info(tport, &space_info, &table, &tableCount, &tree, &treeCount); in test_extract_immovable_task_port()
52 for (int i = 0; i < tableCount; i++) { in test_extract_immovable_task_port()
/xnu-11215/tests/ipc/
H A Dipc_read_inspect.c415 mach_msg_type_number_t tableCount; in test_task_port_mig_intrans() local
418 kr = mach_port_space_info(tport, &space_info, &table, &tableCount, &tree, &treeCount); in test_task_port_mig_intrans()