Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp161 static IOMachPortHashList* bucketForObject(OSObject *obj,
207 IOMachPort::bucketForObject(OSObject *obj, ipc_kobject_type_t type ) in bucketForObject() function in IOMachPort
255 IOMachPortHashList *bucket = IOMachPort::bucketForObject(obj, type); in noMoreSendersForObject()
298 IOMachPortHashList *bucket = IOMachPort::bucketForObject(obj, type); in releasePortForObject()
326 IOMachPortHashList *bucket = IOMachPort::bucketForObject(obj, type); in setHoldDestroy()
355 IOMachPortHashList *bucket = IOMachPort::bucketForObject(obj, IKOT_IOKIT_CONNECT); in destroyUserReferences()
362 mappingBucket = IOMachPort::bucketForObject(uc->mappings, IKOT_IOKIT_CONNECT); in destroyUserReferences()
651 IOMachPortHashList *bucket = IOMachPort::bucketForObject(obj, type); in iokit_port_for_object()