Home
last modified time | relevance | path

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

/xnu-8792.61.2/libsyscall/mach/
H A Dport_descriptions.c69 [HOST_NODE_PORT] = "node", in mach_host_special_port_description()
174 SP_ENTRY(HOST_NODE_PORT), in mach_host_special_port_for_id()
/xnu-8792.61.2/osfmk/mach/
H A Dhost_special_ports.h105 #define HOST_NODE_PORT (19 + HOST_MAX_SPECIAL_KERNEL_PORT) macro
251 HOST_LOCAL_NODE, HOST_NODE_PORT, (port)))
253 (host_set_special_port((host), HOST_NODE_PORT, (port)))
/xnu-8792.61.2/tests/
H A Dport_descriptions.c77 TEST_HSP(HOST_NODE_PORT);
183 TEST_HSP(HOST_NODE_PORT);
/xnu-8792.61.2/osfmk/kern/
H A Dhost.c1185 if (id == HOST_NODE_PORT) { in kernel_set_special_port()
1196 if (id == HOST_NODE_PORT) { in kernel_set_special_port()
H A Dmach_node.c213 kernel_get_special_port(host_priv_self(), HOST_NODE_PORT, &bs_port); in mach_node_port_changed()