Searched refs:HOST_MAX_SPECIAL_PORT (Results 1 – 5 of 5) sorted by relevance
42 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()
87 T_EXPECT_EQ(HOST_IOCOMPRESSIONSTATS_PORT, HOST_MAX_SPECIAL_PORT,91 mach_host_special_port_description(HOST_MAX_SPECIAL_PORT + 1);
81 ipc_port_t XNU_PTRAUTH_SIGNED_PTR("host.special") special[HOST_MAX_SPECIAL_PORT + 1];
1197 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()
113 #define HOST_MAX_SPECIAL_PORT HOST_IOCOMPRESSIONSTATS_PORT macro