Home
last modified time | relevance | path

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

/xnu-11417.140.69/iokit/Kernel/
H A DIONVRAM.cpp1361 _systemService = new IODTNVRAMVariables; in start()
1363 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()
1365 OSSafeReleaseNULL(_systemService); in start()
1369 _systemService->setName("options-system"); in start()
1371 if (!_systemService->attach(this)) { in start()
1373 OSSafeReleaseNULL(_systemService); in start()
1377 if (!_systemService->start(this)) { in start()
1379 _systemService->detach(this); in start()
1380 OSSafeReleaseNULL(_systemService); in start()
/xnu-11417.140.69/iokit/IOKit/
H A DIONVRAM.h93 IODTNVRAMVariables *_systemService; variable