Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIONVRAM.cpp1503 _systemService = new IODTNVRAMVariables; in start()
1505 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()
1507 OSSafeReleaseNULL(_systemService); in start()
1511 _systemService->setName("options-system"); in start()
1513 if (!_systemService->attach(this)) { in start()
1515 OSSafeReleaseNULL(_systemService); in start()
1519 if (!_systemService->start(this)) { in start()
1521 _systemService->detach(this); in start()
1522 OSSafeReleaseNULL(_systemService); in start()
/xnu-12377.81.4/iokit/IOKit/
H A DIONVRAM.h93 IODTNVRAMVariables *_systemService; variable