Searched refs:iokit_make_send_right (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/iokit/Tests/TestServices/ |
| H A D | TestIODeviceMemoryRosetta.cpp | 97 mach_port_name_t name __unused = iokit_make_send_right(current_task(), map, IKOT_IOKIT_OBJECT); in externalMethod()
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOKitServer.h | 155 extern mach_port_name_t iokit_make_send_right( task_t task,
|
| /xnu-8019.80.24/osfmk/device/ |
| H A D | iokit_rpc.c | 346 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) in iokit_make_send_right() function
|
| /xnu-8019.80.24/iokit/Tests/ |
| H A D | Tests.cpp | 1374 name = iokit_make_send_right(current_task(), handle, IKOT_IOKIT_OBJECT); in sysctl_iokit_test_service_setup()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 4076 portname = iokit_make_send_right(fOwningTask, cls, IKOT_UEXT_OBJECT); in externalMethod() 4103 portname = iokit_make_send_right(fOwningTask, this, IKOT_UEXT_OBJECT); in externalMethod()
|
| H A D | IOUserClient.cpp | 404 return iokit_make_send_right( task, obj, type ); in makeSendRightForTask()
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSKext.cpp | 9288 portName = iokit_make_send_right(calling_task, token, IKOT_IOKIT_IDENT);
|