Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp1379 _commonService = new IODTNVRAMVariables; in start()
1381 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()
1383 OSSafeReleaseNULL(_commonService); in start()
1387 _commonService->setName("options-common"); in start()
1389 if (!_commonService->attach(this)) { in start()
1391 OSSafeReleaseNULL(_commonService); in start()
1395 if (!_commonService->start(this)) { in start()
1397 _commonService->detach(this); in start()
1398 OSSafeReleaseNULL(_commonService); in start()
/xnu-11215/iokit/IOKit/
H A DIONVRAM.h95 IODTNVRAMVariables *_commonService; variable