Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOReporterDefs.h108 if (!_reporterConfigIsLocked) { \
H A DIOReporter.cpp214 _reporterConfigIsLocked = false; in init()
414 _reporterConfigIsLocked = true; in lockReporterConfig()
420 _reporterConfigIsLocked = false; in unlockReporterConfig()
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h793 bool _reporterConfigIsLocked; variable