Home
last modified time | relevance | path

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

/xnu-8792.61.2/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()
81 return hsp_descs[port_index]; in mach_host_special_port_description()
87 int port_index = (int)port; in mach_task_special_port_description() local
89 if (port_index < 0 || port_index > TASK_MAX_SPECIAL_PORT) { in mach_task_special_port_description()
107 return tsp_descs[port_index]; in mach_task_special_port_description()
113 int port_index = (int)port; in mach_thread_special_port_description() local
115 if (port_index < 0 || port_index > THREAD_MAX_SPECIAL_PORT) { in mach_thread_special_port_description()
127 return tsp_descs[port_index]; in mach_thread_special_port_description()