Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/mach/
H A Dport.h383 #define MACH_PORT_LIMITS_INFO_COUNT ((natural_t) \ macro
/xnu-8796.121.2/osfmk/ipc/
H A Dmach_port.c1843 if (*count < MACH_PORT_LIMITS_INFO_COUNT) { in mach_port_get_attributes()
1859 *count = MACH_PORT_LIMITS_INFO_COUNT; in mach_port_get_attributes()
1986 if (count < MACH_PORT_LIMITS_INFO_COUNT) { in mach_port_set_attributes()