Searched refs:kIOReturnAborted (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOReturn.h124 #define kIOReturnAborted iokit_common_err(0x2eb) // operation aborted macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandGate.cpp152 return kIOReturnAborted;
H A DIOHibernateIO.cpp485 if ((newErr == kIOReturnAborted) && !abortable)
2179 else if (kIOReturnAborted == err)
H A DIOService.cpp4280 {kIOReturnAborted, "operation was aborted" },
4354 case kIOReturnAborted:

Completed in 68 milliseconds