Searched refs:iokit_port_for_object (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c79 extern ipc_port_t iokit_port_for_object( io_object_t obj,
268 port = iokit_port_for_object( obj, IKOT_IOKIT_OBJECT );
290 port = iokit_port_for_object( obj, IKOT_IOKIT_CONNECT );
368 port = iokit_port_for_object( obj, type );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp394 iokit_port_for_object( io_object_t obj, ipc_kobject_type_t type ) function
672 if( (port = iokit_port_for_object( this, IKOT_IOKIT_OBJECT ) ))
830 providerPort = iokit_port_for_object( provider, IKOT_IOKIT_OBJECT );
832 thisPort = iokit_port_for_object( this, IKOT_IOKIT_OBJECT );

Completed in 26 milliseconds