Searched refs:kIOReturnNoSpace (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOReturn.h106 #define kIOReturnNoSpace iokit_common_err(0x2db) // no space for data macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1346 if (nameLength > kMaxNVNameLength) return kIOReturnNoSpace;
1347 if (dataLength > kMaxNVDataLength) return kIOReturnNoSpace;
H A DIODMACommand.cpp621 return kIOReturnNoSpace;
H A DIOHibernateIO.cpp591 err = kIOReturnNoSpace;
598 err = kIOReturnNoSpace;
H A DIOService.cpp4265 {kIOReturnNoSpace, "no space for data" },
4327 case kIOReturnNoSpace:

Completed in 50 milliseconds