Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp2964 return kIOReturnUnderrun; in dmaCommandOperation()
3019 return kIOReturnUnderrun; in dmaCommandOperation()
3030 return kIOReturnUnderrun; in dmaCommandOperation()
3054 return kIOReturnUnderrun; in dmaCommandOperation()
3106 return kIOReturnUnderrun; in dmaCommandOperation()
3569 return kIOReturnUnderrun; in dmaCommandOperation()
3579 return kIOReturnUnderrun; in dmaCommandOperation()
3606 return kIOReturnUnderrun; in dmaCommandOperation()
3615 return kIOReturnUnderrun; in dmaCommandOperation()
3985 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in performOperation()
H A DIOReporter.cpp442 res = kIOReturnUnderrun; in handleSwapPrepare()
H A DIOUserServer.cpp1128 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1148 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1153 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1159 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1164 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIOHibernateIO.cpp303 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
343 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIODMACommand.cpp720 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp7890 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
7983 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4748 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-8019.80.24/iokit/System/
H A DIODataQueueDispatchSourceShared.h357 return kIOReturnUnderrun; in Peek()
449 return kIOReturnUnderrun; in DequeueWithCoalesce()
523 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-8019.80.24/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig119 * kIOReturnUnderrun if the queue was empty.
129 * kIOReturnUnderrun if the queue was empty.
153 * kIOReturnUnderrun if the queue was empty.
H A DIOReturn.h187 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h187 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro