Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/DriverKit/
H A DIOReturn.h163 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-12377.81.4/iokit/IOKit/
H A DIOReturn.h163 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error macro
/xnu-12377.81.4/iokit/Kernel/
H A DIODMACommand.cpp537 return kIOReturnNotAligned; in segmentOp()
862 return kIOReturnNotAligned; in prepare()
1587 ret = kIOReturnNotAligned; in genIOVMSegments()
H A DIOService.cpp8327 {kIOReturnNotAligned, "alignment error" }, in stringFromReturn()
8413 case kIOReturnNotAligned: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp1140 err = kIOReturnNotAligned; in memoryReferenceMap()