Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dprioritize_process_launch_helper.c275 unsigned int portCnt = 0; in main() local
288 kr = mach_ports_lookup(mach_task_self(), &port_array, &portCnt); in main()
290 printf("mach_ports_lookup failed with return value %d and port count %d\n", kr, portCnt); in main()