Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h250 LIBKERN_RETURNS_NOT_RETAINED IODispatchQueue * queueForObject(OSObject * obj, uint64_t msgid);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2829 IOUserServer::queueForObject(OSObject * obj, uint64_t msgid) in queueForObject() function in IOUserServer
3023 queue = queueForObject(target, action->ivars->targetmsgid); in objectInstantiate()
3557 queue = queueForObject(service, msgid); in rpc()