Searched refs:io_kotype (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.h133 #define io_kotype(io) ((io)->io_bits & IO_BITS_KOTYPE) macro
H A Dipc_object.c1115 kotype = io_kotype(object);
1117 printf(", kotype=%d %s\n", io_kotype(object),
1120 printf(", kotype=0x%x %s\n", io_kotype(object),
H A Dipc_port.h187 #define ip_kotype(port) io_kotype(&(port)->ip_object)

Completed in 32 milliseconds