Searched refs:port_obj_table_size (Results 1 – 2 of 2) sorted by relevance
55 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) ? \
43 int port_obj_table_size = DEFAULT_TABLE_SIZE; variable