Searched refs:kIOReturnUnderrun (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOReporterDefs.h63 res = kIOReturnUnderrun; \
H A DIOMemoryDescriptor.cpp1948 return kIOReturnUnderrun;
1992 return kIOReturnUnderrun;
2013 return kIOReturnUnderrun;
2061 return kIOReturnUnderrun;
2495 return kIOReturnUnderrun;
2505 return kIOReturnUnderrun;
2521 return kIOReturnUnderrun;
2704 return (remaining ? kIOReturnUnderrun : kIOReturnSuccess);
H A DIOReporter.cpp435 res = kIOReturnUnderrun;
H A DIODMACommand.cpp559 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun;
H A DIOHibernateIO.cpp282 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
320 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
H A DIOService.cpp5297 {kIOReturnUnderrun, "data underrun" },
5388 case kIOReturnUnderrun:
H A DIOUserClient.cpp3414 ret = kIOReturnUnderrun;
/xnu-2782.1.97/iokit/IOKit/
H A DIOReturn.h130 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro

Completed in 99 milliseconds