Home
last modified time | relevance | path

Searched refs:iokit_make_send_right (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.101.5/iokit/IOKit/ !
H A DIOKitServer.h155 extern mach_port_name_t iokit_make_send_right( task_t task,
/xnu-8796.101.5/iokit/Tests/TestServices/ !
H A DTestIODeviceMemoryRosetta.cpp102 mach_port_name_t name __unused = iokit_make_send_right(current_task(), map, IKOT_IOKIT_OBJECT); in externalMethodDispatched()
/xnu-8796.101.5/osfmk/device/ !
H A Diokit_rpc.c346 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) in iokit_make_send_right() function
/xnu-8796.101.5/iokit/Tests/ !
H A DTests.cpp2212 name = iokit_make_send_right(current_task(), handle, IKOT_IOKIT_OBJECT); in sysctl_iokit_test_service_setup()
/xnu-8796.101.5/iokit/Kernel/ !
H A DIOUserServer.cpp4441 portname = iokit_make_send_right(me->fOwningTask, cls, IKOT_UEXT_OBJECT); in externalMethodRegisterClass()
4469 portname = iokit_make_send_right(me->fOwningTask, me, IKOT_UEXT_OBJECT); in externalMethodStart()
H A DIOUserClient.cpp409 return iokit_make_send_right( task, obj, type ); in makeSendRightForTask()
/xnu-8796.101.5/libkern/c++/ !
H A DOSKext.cpp10044 portName = iokit_make_send_right(calling_task, token, IKOT_IOKIT_IDENT);