Searched refs:_systemService (Results 1 – 2 of 2) sorted by relevance
1503 _systemService = new IODTNVRAMVariables; in start()1505 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()1507 OSSafeReleaseNULL(_systemService); in start()1511 _systemService->setName("options-system"); in start()1513 if (!_systemService->attach(this)) { in start()1515 OSSafeReleaseNULL(_systemService); in start()1519 if (!_systemService->start(this)) { in start()1521 _systemService->detach(this); in start()1522 OSSafeReleaseNULL(_systemService); in start()
93 IODTNVRAMVariables *_systemService; variable