Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp918 const char *opCountKey = nullptr; in logVariable() local
935 opCountKey = kIODTNVRAMDiagsReadKey; in logVariable()
941 opCountKey = kIODTNVRAMDiagsWriteKey; in logVariable()
949 opCountKey = kIODTNVRAMDiagsDeleteKey; in logVariable()
962 if (opCountKey) { in logVariable()
963 currentCount.reset(OSDynamicCast(OSNumber, existingEntry->getObject(opCountKey)), OSRetain); in logVariable()
971 existingEntry->setObject(opCountKey, currentCount); in logVariable()