Searched refs:IKOT_IOKIT_CONNECT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.h119 #define IKOT_IOKIT_CONNECT 29 macro
H A Dipc_kobject.c565 case IKOT_IOKIT_CONNECT:
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c173 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
199 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
265 port = iokit_port_for_object( obj, IKOT_IOKIT_CONNECT );
392 || (IKOT_IOKIT_CONNECT == type))
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp65 #define IKOT_IOKIT_CONNECT 29 macro
143 else if( IKOT_IOKIT_CONNECT == type )
267 // IOMachPort::releasePortForObject( obj, IKOT_IOKIT_CONNECT );
274 if( (dict = IOMachPort::dictForType( IKOT_IOKIT_CONNECT )))
284 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
380 if( IKOT_IOKIT_CONNECT == type)

Completed in 86 milliseconds