Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/mach/
H A Dport_descriptions.c69 [HOST_NODE_PORT] = "node", in mach_host_special_port_description()
176 SP_ENTRY(HOST_NODE_PORT), in mach_host_special_port_for_id()
/xnu-11215.1.10/osfmk/mach/
H A Dhost_special_ports.h105 #define HOST_NODE_PORT (19 + HOST_MAX_SPECIAL_KERNEL_PORT) macro
253 HOST_LOCAL_NODE, HOST_NODE_PORT, (port)))
255 (host_set_special_port((host), HOST_NODE_PORT, (port)))
/xnu-11215.1.10/tests/
H A Dport_descriptions.c77 TEST_HSP(HOST_NODE_PORT);
185 TEST_HSP(HOST_NODE_PORT);
/xnu-11215.1.10/osfmk/kern/
H A Dhost.c1252 if (id == HOST_NODE_PORT) { in kernel_set_special_port()
1263 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()