Home
last modified time | relevance | path

Searched refs:_commonService (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/iokit/Kernel/
H A DIONVRAM.cpp1386 _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()
/xnu-11417.140.69/iokit/IOKit/
H A DIONVRAM.h92 IODTNVRAMVariables *_commonService; variable