Home
last modified time | relevance | path

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

/xnu-8796.141.3/iokit/Kernel/
H A DIONVRAM.cpp1311 _commonService = new IODTNVRAMVariables; in start()
1313 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()
1315 OSSafeReleaseNULL(_commonService); in start()
1319 _commonService->setName("options-common"); in start()
1321 if (!_commonService->attach(this)) { in start()
1323 OSSafeReleaseNULL(_commonService); in start()
1327 if (!_commonService->start(this)) { in start()
1329 _commonService->detach(this); in start()
1330 OSSafeReleaseNULL(_commonService); in start()
/xnu-8796.141.3/iokit/IOKit/
H A DIONVRAM.h95 IODTNVRAMVariables *_commonService; variable