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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/headers/
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) ? \
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dport_obj.c43 int port_obj_table_size = DEFAULT_TABLE_SIZE; variable

Completed in 24 milliseconds