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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOReturn.h122 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1190 return kIOReturnUnderrun;
1236 return kIOReturnUnderrun;
1257 return kIOReturnUnderrun;
1305 return kIOReturnUnderrun;
1739 return kIOReturnUnderrun;
1749 return kIOReturnUnderrun;
1765 return kIOReturnUnderrun;
2005 return (remaining ? kIOReturnUnderrun : kIOReturnSuccess);
H A DIOHibernateIO.cpp277 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
315 return remaining ? kIOReturnUnderrun : kIOReturnSuccess;
H A DIODMACommand.cpp559 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun;
H A DIOService.cpp4975 {kIOReturnUnderrun, "data underrun" },
5063 case kIOReturnUnderrun:
H A DIOUserClient.cpp2926 ret = kIOReturnUnderrun;

Completed in 47 milliseconds