Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp2974 return kIOReturnUnderrun; in dmaCommandOperation()
3029 return kIOReturnUnderrun; in dmaCommandOperation()
3040 return kIOReturnUnderrun; in dmaCommandOperation()
3064 return kIOReturnUnderrun; in dmaCommandOperation()
3116 return kIOReturnUnderrun; in dmaCommandOperation()
3579 return kIOReturnUnderrun; in dmaCommandOperation()
3589 return kIOReturnUnderrun; in dmaCommandOperation()
3616 return kIOReturnUnderrun; in dmaCommandOperation()
3625 return kIOReturnUnderrun; in dmaCommandOperation()
4001 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in performOperation()
H A DIOReporter.cpp443 res = kIOReturnUnderrun; in handleSwapPrepare()
H A DIOHibernateIO.cpp303 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
343 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIOUserServer.cpp1170 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1190 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1195 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1201 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1206 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIODMACommand.cpp724 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp8038 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
8131 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4883 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-8792.41.9/iokit/System/
H A DIODataQueueDispatchSourceShared.h357 return kIOReturnUnderrun; in Peek()
449 return kIOReturnUnderrun; in DequeueWithCoalesce()
523 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
H A DIODataQueueDispatchSource.iig127 * kIOReturnUnderrun if the queue was empty.
137 * kIOReturnUnderrun if the queue was empty.
161 * kIOReturnUnderrun if the queue was empty.