Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMultiMemoryDescriptor.cpp352 err = kIOReturnUnderrun; in doMap()
H A DIOMemoryDescriptor.cpp2976 return kIOReturnUnderrun; in dmaCommandOperation()
3031 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.cpp304 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorWriteFromPhysical()
344 return remaining ? kIOReturnUnderrun : kIOReturnSuccess; in IOMemoryDescriptorReadToPhysical()
H A DIOUserServer.cpp1204 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1224 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1229 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1235 ret = kIOReturnUnderrun; in PerformOperation_Impl()
1240 ret = kIOReturnUnderrun; in PerformOperation_Impl()
H A DIODMACommand.cpp729 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
H A DIOService.cpp8142 {kIOReturnUnderrun, "data underrun" }, in stringFromReturn()
8235 case kIOReturnUnderrun: in errnoFromReturn()
H A DIOUserClient.cpp4979 ret = kIOReturnUnderrun; in is_io_connect_method_var_output()
/xnu-10063.101.15/iokit/System/
H A DIODataQueueDispatchSourceShared.h357 return kIOReturnUnderrun; in Peek()
449 return kIOReturnUnderrun; in DequeueWithCoalesce()
523 return kIOReturnUnderrun; in EnqueueWithCoalesce()
/xnu-10063.101.15/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.
/xnu-10063.101.15/iokit/IOKit/
H A DIOReturn.h188 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro