Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/
H A Dexception_ports_info.c134 exc_port1_kaddr = table[i].iin_object;
137 exc_port2_kaddr = table[i].iin_object;
140 exc_port3_kaddr = table[i].iin_object;
/xnu-10002.41.9/osfmk/mach_debug/
H A Dipc_info.h100 natural_t iin_object; /* object pointer/identifier */ member
/xnu-10002.41.9/osfmk/ipc/
H A Dmach_debug.c234 iin->iin_object = (natural_t)VM_KERNEL_ADDRPERM((uintptr_t)entry->ie_object); in mach_port_space_info()