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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dipc_kobject.h119 #define IKOT_IOKIT_CONNECT 29 macro
H A Dipc_kobject.c590 case IKOT_IOKIT_CONNECT:
/macosx-10.10.1/system_cmds-643.1.1/lsmp.tproj/
H A Dcommon.h91 #define IKOT_IOKIT_CONNECT 29 macro
H A Dport_details.c63 case IKOT_IOKIT_CONNECT: return "IOKIT-CONNECT";
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c171 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
201 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
288 port = iokit_port_for_object( obj, IKOT_IOKIT_CONNECT );
422 || (IKOT_IOKIT_CONNECT == type))
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp110 #define IKOT_IOKIT_CONNECT 29 macro
189 else if( IKOT_IOKIT_CONNECT == type )
313 // IOMachPort::releasePortForObject( obj, IKOT_IOKIT_CONNECT );
320 if( (dict = IOMachPort::dictForType( IKOT_IOKIT_CONNECT )))
330 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
425 if( IKOT_IOKIT_CONNECT == type)

Completed in 149 milliseconds