Searched refs:port_obj_table_size (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dport_obj.h55 extern int port_obj_table_size;
64 port_obj_init(port_obj_table_size); \
83 port_obj_init(port_obj_table_size); \
86 assert(ndx < port_obj_table_size); \
92 ((MACH_PORT_INDEX(pname) < (unsigned)port_obj_table_size) ? \
97 ((MACH_PORT_INDEX(pname) < (unsigned)port_obj_table_size) ? \
/darwin-on-arm/xnu/libsyscall/mach/
H A Dport_obj.c43 int port_obj_table_size = DEFAULT_TABLE_SIZE; variable

Completed in 15 milliseconds