Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/device/ !
H A Diokit_rpc.c113 obj = iokit_copy_object_for_consumed_kobject(kobj, type); in iokit_lookup_io_object()
168 obj = iokit_copy_object_for_consumed_kobject(kobj, type); in iokit_lookup_object_in_space_with_port_name()
396 obj = iokit_copy_object_for_consumed_kobject(kobj, IKOT_IOKIT_OBJECT); in iokit_no_senders()
H A Ddevice_types.h147 extern io_object_t iokit_copy_object_for_consumed_kobject(io_kobject_t machPort, natural_t type);
/xnu-10002.41.9/osfmk/ipc/ !
H A Dmach_debug.c500 obj = iokit_copy_object_for_consumed_kobject(kobj, IKOT_IOKIT_OBJECT); in mach_port_kobject_description()
/xnu-10002.41.9/iokit/Kernel/ !
H A DIOUserClient.cpp662 iokit_copy_object_for_consumed_kobject(LIBKERN_CONSUMED io_kobject_t machPort, natural_t type) in iokit_copy_object_for_consumed_kobject() function