Home
last modified time | relevance | path

Searched refs:io_kotype (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/ipc/
H A Dmach_debug.c573 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description()
576 kaddr = (mach_vm_address_t)ipc_kobject_get_raw(port, io_kotype(object)); in mach_port_kobject_description()
582 switch (io_kotype(object)) { in mach_port_kobject_description()
H A Dipc_object.h174 #define io_kotype(io) (io_bits(io) & IO_BITS_KOTYPE) macro
H A Dipc_port.h286 #define ip_kotype(port) io_kotype(ip_to_object(port))
H A Dipc_kmsg.c2854 io_kotype(voucher_entry->ie_object) != IKOT_VOUCHER) { in ipc_kmsg_copyin_header()