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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.h120 #define IKOT_IOKIT_OBJECT 30 macro
H A Dipc_kobject.c564 case IKOT_IOKIT_OBJECT:
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c151 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_OBJECT)) {
243 port = iokit_port_for_object( obj, IKOT_IOKIT_OBJECT );
391 if( (IKOT_IOKIT_OBJECT == type)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp66 #define IKOT_IOKIT_OBJECT 30 macro
141 if( IKOT_IOKIT_OBJECT == type )
264 IOMachPort::releasePortForObject( obj, IKOT_IOKIT_OBJECT );
385 else if( IKOT_IOKIT_OBJECT == type)
616 IOMachPort::setHoldDestroy( newService, IKOT_IOKIT_OBJECT );
619 if( (port = iokit_port_for_object( this, IKOT_IOKIT_OBJECT ) ))
771 providerPort = iokit_port_for_object( provider, IKOT_IOKIT_OBJECT );
773 thisPort = iokit_port_for_object( this, IKOT_IOKIT_OBJECT );
1040 name = IOMachPort::makeSendRightForTask( task, obj, IKOT_IOKIT_OBJECT );
2444 into_task, map, IKOT_IOKIT_OBJECT );
[all...]

Completed in 80 milliseconds