Searched refs:_commonService (Results 1 – 2 of 2) sorted by relevance
1386 _commonService = new IODTNVRAMVariables; in start()1388 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()1390 OSSafeReleaseNULL(_commonService); in start()1394 _commonService->setName("options-common"); in start()1396 if (!_commonService->attach(this)) { in start()1398 OSSafeReleaseNULL(_commonService); in start()1402 if (!_commonService->start(this)) { in start()1404 _commonService->detach(this); in start()1405 OSSafeReleaseNULL(_commonService); in start()
92 IODTNVRAMVariables *_commonService; variable