Home
last modified time | relevance | path

Searched refs:iokit_port_for_object (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIOKitServer.h138 extern ipc_port_t iokit_port_for_object(io_object_t obj,
/xnu-11215.1.10/osfmk/device/
H A Diokit_rpc.c251 port = iokit_port_for_object(obj, type, &kobj); in iokit_make_port_of_type()
332 port = iokit_port_for_object( obj, type, &kobj ); in iokit_make_send_right()
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp696 iokit_port_for_object( io_object_t obj, ipc_kobject_type_t type, ipc_kobject_t * kobj ) in iokit_port_for_object() function
1022 port = iokit_port_for_object( this, IKOT_IOKIT_OBJECT, NULL ); in handler()
1202 providerPort = iokit_port_for_object( provider, IKOT_IOKIT_OBJECT, NULL ); in handler()
1203 thisPort = iokit_port_for_object( this, IKOT_IOKIT_OBJECT, NULL ); in handler()
H A DIOUserServer.cpp3690 port = iokit_port_for_object(object, type, &kobj); in copySendRightForObject()