Searched refs:_systemService (Results 1 – 2 of 2) sorted by relevance
1286 _systemService = new IODTNVRAMVariables; in start()1288 …if (!_systemService || !_systemService->init(gAppleSystemVariableGuid, _format->getSystemPartition… in start()1290 OSSafeReleaseNULL(_systemService); in start()1294 _systemService->setName("options-system"); in start()1296 if (!_systemService->attach(this)) { in start()1298 OSSafeReleaseNULL(_systemService); in start()1302 if (!_systemService->start(this)) { in start()1304 _systemService->detach(this); in start()1305 OSSafeReleaseNULL(_systemService); in start()
96 IODTNVRAMVariables *_systemService; variable