Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/mach/
H A Dport_descriptions.c42 if (port_index < 0 || port_index > HOST_MAX_SPECIAL_PORT) { in mach_host_special_port_description()
77 _Static_assert(HOST_IOCOMPRESSIONSTATS_PORT == HOST_MAX_SPECIAL_PORT, in mach_host_special_port_description()
/xnu-8020.121.3/tests/
H A Dport_descriptions.c87 T_EXPECT_EQ(HOST_IOCOMPRESSIONSTATS_PORT, HOST_MAX_SPECIAL_PORT,
91 mach_host_special_port_description(HOST_MAX_SPECIAL_PORT + 1);
/xnu-8020.121.3/osfmk/kern/
H A Dhost.h81 ipc_port_t XNU_PTRAUTH_SIGNED_PTR("host.special") special[HOST_MAX_SPECIAL_PORT + 1];
H A Dhost.c1197 return (id <= HOST_MAX_SPECIAL_PORT) && in is_valid_host_special_port()
1267 …(host_priv == HOST_PRIV_NULL || id <= HOST_MAX_SPECIAL_KERNEL_PORT || id > HOST_MAX_SPECIAL_PORT) { in host_set_special_port_from_user()
1285 …(host_priv == HOST_PRIV_NULL || id <= HOST_MAX_SPECIAL_KERNEL_PORT || id > HOST_MAX_SPECIAL_PORT) { in host_set_special_port()
1323 …if (host_priv == HOST_PRIV_NULL || id == HOST_SECURITY_PORT || id > HOST_MAX_SPECIAL_PORT || id < … in host_get_special_port_from_user()
1345 …if (host_priv == HOST_PRIV_NULL || id == HOST_SECURITY_PORT || id > HOST_MAX_SPECIAL_PORT || id < … in host_get_special_port()
/xnu-8020.121.3/osfmk/mach/
H A Dhost_special_ports.h113 #define HOST_MAX_SPECIAL_PORT HOST_IOCOMPRESSIONSTATS_PORT macro