Searched refs:_commonService (Results 1 – 2 of 2) sorted by relevance
1528 _commonService = new IODTNVRAMVariables; in start()1530 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()1532 OSSafeReleaseNULL(_commonService); in start()1536 _commonService->setName("options-common"); in start()1538 if (!_commonService->attach(this)) { in start()1540 OSSafeReleaseNULL(_commonService); in start()1544 if (!_commonService->start(this)) { in start()1546 _commonService->detach(this); in start()1547 OSSafeReleaseNULL(_commonService); in start()
92 IODTNVRAMVariables *_commonService; variable