Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dmach_debug.c553 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description()
556 kaddr = (mach_vm_address_t)ipc_kobject_get_raw(port, io_kotype(object)); in mach_port_kobject_description()
562 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.h279 #define ip_kotype(port) io_kotype(ip_to_object(port))
H A Dipc_kmsg.c2800 io_kotype(voucher_entry->ie_object) != IKOT_VOUCHER) { in ipc_kmsg_copyin_header()
3055 assert(io_kotype(dest_port) != IKOT_HOST_NOTIFY && io_kotype(dest_port) != IKOT_TIMER); in ipc_kmsg_copyin_header()