Searched refs:_systemService (Results 1 – 2 of 2) sorted by relevance
1361 _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()
93 IODTNVRAMVariables *_systemService; variable