Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/Kernel/ !
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp2983 return kIOReturnUnderrun; in dmaCommandOperation()
3038 return kIOReturnUnderrun; in dmaCommandOperation()
3051 return kIOReturnUnderrun; in dmaCommandOperation()
3075 return kIOReturnUnderrun; in dmaCommandOperation()
3127 return kIOReturnUnderrun; in dmaCommandOperation()
3605 return kIOReturnUnderrun; in dmaCommandOperation()
3615 return kIOReturnUnderrun; in dmaCommandOperation()
3642 return kIOReturnUnderrun; in dmaCommandOperation()
3651 return kIOReturnUnderrun; in dmaCommandOperation()
4027 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in performOperation()
H A DIOReporter.cpp443 res = kIOReturnUnderrun; in handleSwapPrepare()
H A DIOHibernateIO.cpp337 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
372 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIOUserServer.cpp1185 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1205 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1210 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1216 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1221 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIODMACommand.cpp733 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp8214 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
8307 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4992 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-11417.121.6/iokit/System/ !
H A DIODataQueueDispatchSourceShared.h362 return kIOReturnUnderrun; in Peek()
454 return kIOReturnUnderrun; in DequeueWithCoalesce()
528 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-11417.121.6/iokit/IOKit/ !
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/xnu-11417.121.6/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.