Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp729 OSNumber * debugProp; in getDebugFlags() local
732 debugProp = OSDynamicCast( OSNumber, in getDebugFlags()
734 if (debugProp) { in getDebugFlags()
735 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags()
747 OSNumber * debugProp; in getDebugFlags() local
751 debugProp = OSDynamicCast(OSNumber, prop); in getDebugFlags()
752 if (debugProp) { in getDebugFlags()
753 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags()