Home
last modified time | relevance | path

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

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