Lines Matching refs:_diags
1455 _diags = new IODTNVRAMDiags; in start()
1456 if (!_diags || !_diags->init()) { in start()
1458 OSSafeReleaseNULL(_diags); in start()
1462 if (!_diags->attach(this)) { in start()
1464 OSSafeReleaseNULL(_diags); in start()
1468 if (!_diags->start(this)) { in start()
1470 _diags->detach(this); in start()
1471 OSSafeReleaseNULL(_diags); in start()
1500 _diags->setProperty(kCurrentNVRAMVersionKey, version.get()); in start()
1686 if (_diags) { in syncInternal()
1688 _diags->setProperty(kCurrentGenerationCountKey, generation.get()); in syncInternal()
1859 if (_diags) { in copyPropertyWithGUIDAndName()
1860 _diags->logVariable(getPartitionTypeForGUID(newGuid), kIONVRAMOperationRead, name, NULL); in copyPropertyWithGUIDAndName()