Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp890 …SharedPtr<OSString> name = OSDynamicPtrCast<OSString>(service->copyProperty(gIOUserServerNameKey)); in terminateDriversForUserspaceReboot()
942 return dict->getObject(gIOUserServerNameKey) != NULL; in resetAfterUserspaceReboot()
H A DIOService.cpp163 const OSSymbol * gIOUserServerNameKey; variable
506 gIOUserServerNameKey = OSSymbol::withCStringNoCopy(kIOUserServerNameKey); in initialize()
3924 isDext = (NULL != match->getObject(gIOUserServerNameKey)); in probeCandidates()
4316 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in __WAITING_FOR_USER_SERVER__()
4796 obj = service->copyProperty(gIOUserServerNameKey); in startCandidate()
4871 if (propertyExists(gIOUserServerNameKey)) { in startCandidate()
4872 …useRequired = reuse && service->propertyHasValue(gIOUserServerNameKey, getProperty(gIOUserServerNa… in startCandidate()
H A DIOUserServer.cpp1798 inst->ivars->serverName = us->copyProperty(gIOUserServerNameKey); in Create_Impl()
1829 serverName = newService->copyProperty(gIOUserServerNameKey); in Create_Impl()
2297 us->setProperty(gIOUserServerNameKey, (OSObject *) sym); in Create_Impl()
5225 userServerName = reserved->uvars->userServer->copyProperty(gIOUserServerNameKey); in Create_Impl()
5227 copyProperties->setObject(gIOUserServerNameKey, userServerName); in Create_Impl()
5602 root = (NULL == provider->getProperty(gIOUserServerNameKey, gIOServicePlane)); in systemHalt()
6587 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in launchUserServer()
/xnu-11215/iokit/IOKit/
H A DIOService.h151 extern const OSSymbol * gIOUserServerNameKey;