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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOReturn.h120 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1192 return kIOReturnUnderrun;
1233 return kIOReturnUnderrun;
1595 return kIOReturnUnderrun;
1607 return kIOReturnUnderrun;
1739 return (remaining ? kIOReturnUnderrun : kIOReturnSuccess);
3394 return kIOReturnUnderrun;
H A DIODMACommand.cpp510 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun;
H A DIOHibernateIO.cpp267 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
305 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
H A DIOService.cpp4276 {kIOReturnUnderrun, "data underrun" },
4364 case kIOReturnUnderrun:

Completed in 25 milliseconds