Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h163 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h163 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-8792.41.9/iokit/Kernel/
H A DIODMACommand.cpp528 return kIOReturnNotAligned; in segmentOp()
853 return kIOReturnNotAligned; in prepare()
1578 ret = kIOReturnNotAligned; in genIOVMSegments()
H A DIOService.cpp8016 {kIOReturnNotAligned, "alignment error" }, in stringFromReturn()
8102 case kIOReturnNotAligned: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp1115 err = kIOReturnNotAligned; in memoryReferenceMap()