Searched refs:iokit_port_for_object (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/iokit/IOKit/ |
| H A D | IOKitServer.h | 138 extern ipc_port_t iokit_port_for_object(io_object_t obj,
|
| /xnu-11215.1.10/osfmk/device/ |
| H A D | iokit_rpc.c | 251 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 D | IOUserClient.cpp | 696 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 D | IOUserServer.cpp | 3690 port = iokit_port_for_object(object, type, &kobj); in copySendRightForObject()
|