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