Searched refs:_commonService (Results 1 – 2 of 2) sorted by relevance
1379 _commonService = new IODTNVRAMVariables; in start()1381 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()1383 OSSafeReleaseNULL(_commonService); in start()1387 _commonService->setName("options-common"); in start()1389 if (!_commonService->attach(this)) { in start()1391 OSSafeReleaseNULL(_commonService); in start()1395 if (!_commonService->start(this)) { in start()1397 _commonService->detach(this); in start()1398 OSSafeReleaseNULL(_commonService); in start()
95 IODTNVRAMVariables *_commonService; variable