Home
last modified time | relevance | path

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

/xnu-11215.61.5/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()
3042 return kIOReturnUnderrun; in dmaCommandOperation()
3066 return kIOReturnUnderrun; in dmaCommandOperation()
3118 return kIOReturnUnderrun; in dmaCommandOperation()
3581 return kIOReturnUnderrun; in dmaCommandOperation()
3591 return kIOReturnUnderrun; in dmaCommandOperation()
3618 return kIOReturnUnderrun; in dmaCommandOperation()
3627 return kIOReturnUnderrun; in dmaCommandOperation()
4003 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in performOperation()
H A DIOReporter.cpp443 res = kIOReturnUnderrun; in handleSwapPrepare()
H A DIOHibernateIO.cpp336 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
376 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIOUserServer.cpp1211 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1231 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1236 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1242 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1247 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIODMACommand.cpp733 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp8207 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
8300 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4978 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-11215.61.5/iokit/System/
H A DIODataQueueDispatchSourceShared.h359 return kIOReturnUnderrun; in Peek()
451 return kIOReturnUnderrun; in DequeueWithCoalesce()
525 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-11215.61.5/iokit/IOKit/
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/xnu-11215.61.5/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.