Home
last modified time | relevance | path

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

/xnu-8796.141.3/iokit/Kernel/
H A DIONVRAM.cpp1286 _systemService = new IODTNVRAMVariables; in start()
1288 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()
1290 OSSafeReleaseNULL(_systemService); in start()
1294 _systemService->setName("options-system"); in start()
1296 if (!_systemService->attach(this)) { in start()
1298 OSSafeReleaseNULL(_systemService); in start()
1302 if (!_systemService->start(this)) { in start()
1304 _systemService->detach(this); in start()
1305 OSSafeReleaseNULL(_systemService); in start()
/xnu-8796.141.3/iokit/IOKit/
H A DIONVRAM.h96 IODTNVRAMVariables *_systemService; variable