Home
last modified time | relevance | path

Searched refs:MACH_PORT_LIMITS_INFO_COUNT (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dport.h426 #define MACH_PORT_LIMITS_INFO_COUNT ((natural_t) \ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c1859 if (*count < MACH_PORT_LIMITS_INFO_COUNT) { in mach_port_get_attributes()
1875 *count = MACH_PORT_LIMITS_INFO_COUNT; in mach_port_get_attributes()
2027 if (count < MACH_PORT_LIMITS_INFO_COUNT) { in mach_port_set_attributes()
2770 static_assert(count >= MACH_PORT_LIMITS_INFO_COUNT); in mach_port_construct()