Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp3156 return kIOReturnUnderrun; in dmaCommandOperation()
3211 return kIOReturnUnderrun; in dmaCommandOperation()
3224 return kIOReturnUnderrun; in dmaCommandOperation()
3248 return kIOReturnUnderrun; in dmaCommandOperation()
3300 return kIOReturnUnderrun; in dmaCommandOperation()
3820 return kIOReturnUnderrun; in dmaCommandOperation()
3830 return kIOReturnUnderrun; in dmaCommandOperation()
3857 return kIOReturnUnderrun; in dmaCommandOperation()
3866 return kIOReturnUnderrun; in dmaCommandOperation()
4249 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in performOperation()
H A DIOReporter.cpp443 res = kIOReturnUnderrun; in handleSwapPrepare()
H A DIOHibernateIO.cpp370 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
409 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIOUserServer.cpp1188 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1208 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1213 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1219 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1224 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIODMACommand.cpp733 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp8345 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
8438 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp5117 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-12377.61.12/iokit/System/
H A DIODataQueueDispatchSourceShared.h362 return kIOReturnUnderrun; in Peek()
454 return kIOReturnUnderrun; in DequeueWithCoalesce()
528 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-12377.61.12/iokit/IOKit/
H A DIOCircularDataQueueImplementation.h837 return kIOReturnUnderrun; in setCursorLatestInQueueMem()
919 return kIOReturnUnderrun; in _getLatestInQueueMemInternal()
1108 return kIOReturnUnderrun; in _getNextInQueueMemInternal()
1115 return kIOReturnUnderrun; in _getNextInQueueMemInternal()
1319 return kIOReturnUnderrun; in _getPrevInQueueMemInternal()
1479 return kIOReturnUnderrun; in _getCurrentInQueueMemInternal()
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/xnu-12377.61.12/iokit/DriverKit/
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
H A DIODataQueueDispatchSource.iig126 * kIOReturnUnderrun if the queue was empty.
136 * kIOReturnUnderrun if the queue was empty.
160 * kIOReturnUnderrun if the queue was empty.