Searched refs:host_get_special_port (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | host_special_ports.h | 135 (host_get_special_port((host), \ 140 (host_get_special_port((host), \ 145 (host_get_special_port((host), \ 153 (host_get_special_port((host), \ 159 (host_get_special_port((host), \ 165 (host_get_special_port((host), \ 171 (host_get_special_port((host), \ 177 (host_get_special_port((host), \ 183 (host_get_special_port((host), \ 189 (host_get_special_port((host), \ [all …]
|
| H A D | host_priv.defs | 215 host_get_special_port( 224 * See host_get_special_port.
|
| /xnu-11215.1.10/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 | 1374 return host_get_special_port(host_priv, node, id, portp); in host_get_special_port_from_user() 1378 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 | 3983 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation() 4046 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation_with_fatal_port()
|