Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp125 const OSSymbol * gIOResourcesKey; variable
514 gIOResourcesKey = OSSymbol::withCStringNoCopy( kIOResourcesClass ); in initialize()
636 && gIOResourcesKey && gNotifications && gNotificationLock in initialize()
6109 && gIOResourcesKey in copyExistingServices()
6110 && gIOResourcesKey->isEqualTo(obj) in copyExistingServices()
6881 table = serviceMatching( gIOResourcesKey, table ); in resourceMatching()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp702 matching = IOService::serviceMatching(gIOResourcesKey); in IOFindBSDRoot()
/xnu-11215/iokit/IOKit/
H A DIOService.h125 extern const OSSymbol * gIOResourcesKey;