Searched refs:host_set_special_port (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.61.5/osfmk/mach/ |
| H A D | host_special_ports.h | 156 (host_set_special_port((host), HOST_DYNAMIC_PAGER_PORT, (port))) 162 (host_set_special_port((host), HOST_AUDIT_CONTROL_PORT, (port))) 168 (host_set_special_port((host), HOST_USER_NOTIFICATION_PORT, (port))) 174 (host_set_special_port((host), HOST_AUTOMOUNTD_PORT, (port))) 180 (host_set_special_port((host), HOST_LOCKD_PORT, (port))) 186 (host_set_special_port((host), HOST_KTRACE_BACKGROUND_PORT, (port))) 192 (host_set_special_port((host), HOST_KEXTD_PORT, (port))) 198 (host_set_special_port((host), HOST_LAUNCHCTL_PORT, (port))) 207 (host_set_special_port((host), HOST_UNFREED_PORT, (port))) 213 (host_set_special_port((host), HOST_AMFID_PORT, (port))) [all …]
|
| H A D | host_priv.defs | 230 host_set_special_port( 315 /* use the appropriate variant of host_set_special_port instead */
|
| /xnu-11215.61.5/tests/ |
| H A D | regression_17272465.c | 20 (void)host_set_special_port(mach_host_self(), 30, port); 21 (void)host_set_special_port(mach_host_self(), 30, port); 22 (void)host_set_special_port(mach_host_self(), 30, port);
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | host.h | 109 extern kern_return_t host_set_special_port(host_priv_t host_priv, int id, ipc_port_t port);
|
| H A D | host.c | 1316 return host_set_special_port(host_priv, id, port); in host_set_special_port_from_user() 1320 host_set_special_port(host_priv_t host_priv, int id, ipc_port_t port) in host_set_special_port() function
|