Home
last modified time | relevance | path

Searched refs:kIOReturnIOError (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/iokit/DriverKit/
H A DIOReturn.h157 #define kIOReturnIOError iokit_common_err(0x2ca) // General I/O error macro
/xnu-10002.41.9/iokit/IOKit/
H A DIOReturn.h157 #define kIOReturnIOError iokit_common_err(0x2ca) // General I/O error macro
/xnu-10002.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp928 err = kIOReturnIOError; in IOWriteExtentsToFile()
938 err = kIOReturnIOError; in IOWriteExtentsToFile()
H A DIOService.cpp8085 {kIOReturnIOError, "I/O error" }, in stringFromReturn()
8150 case kIOReturnIOError: in errnoFromReturn()