Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DIOUserServer.h264 LIBKERN_RETURNS_NOT_RETAINED IODispatchQueue * queueForObject(OSObject * obj, uint64_t msgid);
/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp2821 IOUserServer::queueForObject(OSObject * obj, uint64_t msgid) in queueForObject() function in IOUserServer
3016 queue = queueForObject(target, action->ivars->targetmsgid); in objectInstantiate()
3550 queue = queueForObject(service, msgid); in rpc()