Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/mach/
H A Dport_descriptions.c40 int port_index = (int)port; in mach_host_special_port_description() local
42 if (port_index < 0 || port_index > HOST_MAX_SPECIAL_PORT) { in mach_host_special_port_description()
80 return hsp_descs[port_index]; in mach_host_special_port_description()
86 int port_index = (int)port; in mach_task_special_port_description() local
88 if (port_index < 0 || port_index > TASK_MAX_SPECIAL_PORT) { in mach_task_special_port_description()
106 return tsp_descs[port_index]; in mach_task_special_port_description()
112 int port_index = (int)port; in mach_thread_special_port_description() local
114 if (port_index < 0 || port_index > THREAD_MAX_SPECIAL_PORT) { in mach_thread_special_port_description()
126 return tsp_descs[port_index]; in mach_thread_special_port_description()