Lines Matching refs:_diags
1238 _diags = new IODTNVRAMDiags; in start()
1239 if (!_diags || !_diags->init()) { in start()
1241 OSSafeReleaseNULL(_diags); in start()
1245 if (!_diags->attach(this)) { in start()
1247 OSSafeReleaseNULL(_diags); in start()
1251 if (!_diags->start(this)) { in start()
1253 _diags->detach(this); in start()
1254 OSSafeReleaseNULL(_diags); in start()
1283 _diags->setProperty(kCurrentNVRAMVersionKey, version.get()); in start()
1466 if (_diags) { in syncInternal()
1468 _diags->setProperty(kCurrentGenerationCountKey, generation.get()); in syncInternal()
1636 if (_diags) { in copyPropertyWithGUIDAndName()
1637 _diags->logVariable(getPartitionTypeForGUID(newGuid), kIONVRAMOperationRead, name, NULL); in copyPropertyWithGUIDAndName()