Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp2971 return kIOReturnUnderrun; in dmaCommandOperation()
3026 return kIOReturnUnderrun; in dmaCommandOperation()
3037 return kIOReturnUnderrun; in dmaCommandOperation()
3061 return kIOReturnUnderrun; in dmaCommandOperation()
3113 return kIOReturnUnderrun; in dmaCommandOperation()
3576 return kIOReturnUnderrun; in dmaCommandOperation()
3586 return kIOReturnUnderrun; in dmaCommandOperation()
3613 return kIOReturnUnderrun; in dmaCommandOperation()
3622 return kIOReturnUnderrun; in dmaCommandOperation()
3992 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.cpp7891 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
7984 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4748 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-8020.101.4/iokit/System/
H A DIODataQueueDispatchSourceShared.h357 return kIOReturnUnderrun; in Peek()
449 return kIOReturnUnderrun; in DequeueWithCoalesce()
523 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-8020.101.4/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-8020.101.4/iokit/IOKit/
H A DIOReturn.h187 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro