Searched refs:host_get_special_port (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | host_special_ports.h | 133 (host_get_special_port((host), \ 138 (host_get_special_port((host), \ 143 (host_get_special_port((host), \ 151 (host_get_special_port((host), \ 157 (host_get_special_port((host), \ 163 (host_get_special_port((host), \ 169 (host_get_special_port((host), \ 175 (host_get_special_port((host), \ 181 (host_get_special_port((host), \ 187 (host_get_special_port((host), \ [all …]
|
| H A D | host_priv.defs | 222 host_get_special_port( 231 * See host_get_special_port.
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | host.h | 110 extern kern_return_t host_get_special_port(host_priv_t host_priv,
|
| H A D | host.c | 1307 return host_get_special_port(host_priv, node, id, portp); in host_get_special_port_from_user() 1311 host_get_special_port(host_priv_t host_priv, __unused int node, int id, ipc_port_t * portp) in host_get_special_port() function
|
| H A D | task_policy.c | 3903 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation() 3966 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation_with_fatal_port()
|