Home
last modified time | relevance | path

Searched refs:iokit_add_reference (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/osfmk/device/
H A Diokit_rpc.c113 iokit_add_reference( obj, type ); in iokit_lookup_io_object()
172 iokit_add_reference(obj, type); in iokit_lookup_object_in_space_with_port_name()
416 iokit_add_reference( obj, IKOT_IOKIT_OBJECT ); in iokit_no_senders()
H A Ddevice_types.h131 extern void iokit_add_reference( io_object_t obj, natural_t type );
/xnu-8020.121.3/iokit/IOKit/
H A DIOKitServer.h129 extern void iokit_add_reference( io_object_t obj, ipc_kobject_type_t type );
/xnu-8020.121.3/osfmk/ipc/
H A Dmach_debug.c588 iokit_add_reference(obj, IKOT_IOKIT_OBJECT); in mach_port_kobject_description()
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp578 iokit_add_reference( io_object_t obj, natural_t type ) in iokit_add_reference() function