Lines Matching refs:_diags
1313 _diags = new IODTNVRAMDiags; in start()
1314 if (!_diags || !_diags->init()) { in start()
1316 OSSafeReleaseNULL(_diags); in start()
1320 if (!_diags->attach(this)) { in start()
1322 OSSafeReleaseNULL(_diags); in start()
1326 if (!_diags->start(this)) { in start()
1328 _diags->detach(this); in start()
1329 OSSafeReleaseNULL(_diags); in start()
1358 _diags->setProperty(kCurrentNVRAMVersionKey, version.get()); in start()
1544 if (_diags) { in syncInternal()
1546 _diags->setProperty(kCurrentGenerationCountKey, generation.get()); in syncInternal()
1718 if (_diags) { in copyPropertyWithGUIDAndName()
1719 _diags->logVariable(getPartitionTypeForGUID(newGuid), kIONVRAMOperationRead, name, NULL); in copyPropertyWithGUIDAndName()