Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h150 extern const OSSymbol * gIOUserServerClassKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp162 const OSSymbol * gIOUserServerClassKey; variable
505 gIOUserServerClassKey = OSSymbol::withCStringNoCopy(kIOUserServerClassKey); in initialize()
4311 OSDictionary * matching = IOService::serviceMatching(gIOUserServerClassKey); in __WAITING_FOR_USER_SERVER__()
H A DIOUserServer.cpp6583 matching = IOService::serviceMatching(gIOUserServerClassKey); in launchUserServer()