Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp1354 _systemService = new IODTNVRAMVariables; in start()
1356 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()
1358 OSSafeReleaseNULL(_systemService); in start()
1362 _systemService->setName("options-system"); in start()
1364 if (!_systemService->attach(this)) { in start()
1366 OSSafeReleaseNULL(_systemService); in start()
1370 if (!_systemService->start(this)) { in start()
1372 _systemService->detach(this); in start()
1373 OSSafeReleaseNULL(_systemService); in start()
/xnu-11215/iokit/IOKit/
H A DIONVRAM.h96 IODTNVRAMVariables *_systemService; variable