Home
last modified time | relevance | path

Searched refs:kIOReturnNotAligned (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/iokit/DriverKit/
H A DIOReturn.h162 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h162 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-8019.80.24/iokit/Kernel/
H A DIODMACommand.cpp524 return kIOReturnNotAligned; in segmentOp()
849 return kIOReturnNotAligned; in prepare()
1574 ret = kIOReturnNotAligned; in genIOVMSegments()
H A DIOService.cpp7868 {kIOReturnNotAligned, "alignment error" }, in stringFromReturn()
7954 case kIOReturnNotAligned: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp1112 err = kIOReturnNotAligned; in memoryReferenceMap()