Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/mach/
H A Dhost_special_ports.h154 (host_set_special_port((host), HOST_DYNAMIC_PAGER_PORT, (port)))
160 (host_set_special_port((host), HOST_AUDIT_CONTROL_PORT, (port)))
166 (host_set_special_port((host), HOST_USER_NOTIFICATION_PORT, (port)))
172 (host_set_special_port((host), HOST_AUTOMOUNTD_PORT, (port)))
178 (host_set_special_port((host), HOST_LOCKD_PORT, (port)))
184 (host_set_special_port((host), HOST_KTRACE_BACKGROUND_PORT, (port)))
190 (host_set_special_port((host), HOST_KEXTD_PORT, (port)))
196 (host_set_special_port((host), HOST_LAUNCHCTL_PORT, (port)))
205 (host_set_special_port((host), HOST_UNFREED_PORT, (port)))
211 (host_set_special_port((host), HOST_AMFID_PORT, (port)))
[all …]
H A Dhost_priv.defs237 host_set_special_port(
322 /* use the appropriate variant of host_set_special_port instead */
/xnu-8792.41.9/tests/
H A Dregression_17272465.c20 (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-8792.41.9/osfmk/kern/
H A Dhost.h109 extern kern_return_t host_set_special_port(host_priv_t host_priv, int id, ipc_port_t port);
H A Dhost.c1249 return host_set_special_port(host_priv, id, port); in host_set_special_port_from_user()
1253 host_set_special_port(host_priv_t host_priv, int id, ipc_port_t port) in host_set_special_port() function