Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp351 if (fActive) { in free()
399 while (fActive) { in setMemoryDescriptor()
410 if (fActive) { in setMemoryDescriptor()
453 if (fActive && !autoComplete) { in clearMemoryDescriptor()
458 while (fActive) { in clearMemoryDescriptor()
788 if (fActive) { in prepareWithSpecification()
851 if (fActive++) { in prepare()
1059 if (fActive < 1) { in complete()
1063 if (!--fActive) { in complete()
1120 if (fActive < 1) { in getPreparedOffsetAndLength()
[all …]
H A DIOUserServer.cpp1140 if (!fActive) { in GetPreparation_Impl()
1182 if (!fActive) { in PerformOperation_Impl()
/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h605 UInt32 fActive; variable