Searched refs:tableCount (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/ |
| H A D | extract_right_soft_fail.c | 28 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 D | ipc_read_inspect.c | 415 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()
|