Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/DriverKit/ !
H A DIOReturn.h156 #define kIOReturnIOError iokit_common_err(0x2ca) // General I/O error macro
/xnu-8019.80.24/iokit/IOKit/ !
H A DIOReturn.h156 #define kIOReturnIOError iokit_common_err(0x2ca) // General I/O error macro
/xnu-8019.80.24/iokit/Kernel/ !
H A DIOHibernateIO.cpp923 err = kIOReturnIOError; in IOWriteExtentsToFile()
933 err = kIOReturnIOError; in IOWriteExtentsToFile()
H A DIOService.cpp7863 {kIOReturnIOError, "I/O error" }, in stringFromReturn()
7928 case kIOReturnIOError: in errnoFromReturn()