Home
last modified time | relevance | path

Searched refs:iin_name (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tests/
H A Dexception_ports_info.c134 if (table[i].iin_name == exc_port1) {
137 if (table[i].iin_name == exc_port2) {
140 if (table[i].iin_name == exc_port3) {
/xnu-12377.81.4/osfmk/mach_debug/
H A Dipc_info.h171 mach_port_name_t iin_name; /* port name, including gen number */ member
/xnu-12377.81.4/osfmk/ipc/
H A Dmach_debug.c237 iin->iin_name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_space_info()
246 iin->iin_type |= ipc_port_request_type(port, iin->iin_name, entry->ie_request); in mach_port_space_info()