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

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.h119 #define IKOT_IOKIT_CONNECT 29 macro
H A Dipc_kobject.c595 case IKOT_IOKIT_CONNECT:
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c173 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
203 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
290 port = iokit_port_for_object( obj, IKOT_IOKIT_CONNECT );
420 || (IKOT_IOKIT_CONNECT == type))
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp108 #define IKOT_IOKIT_CONNECT 29 macro
187 else if( IKOT_IOKIT_CONNECT == type )
311 // IOMachPort::releasePortForObject( obj, IKOT_IOKIT_CONNECT );
318 if( (dict = IOMachPort::dictForType( IKOT_IOKIT_CONNECT )))
328 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
424 if( IKOT_IOKIT_CONNECT == type)

Completed in 36 milliseconds