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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOReturn.h108 #define kIOReturnNoSpace iokit_common_err(0x2db) // no space for data macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp1364 if (nameLength > kMaxNVNameLength) return kIOReturnNoSpace;
1365 if (dataLength > kMaxNVDataLength) return kIOReturnNoSpace;
H A DIOHibernateIO.cpp667 if (!vars->fileRef) err = kIOReturnNoSpace;
683 err = kIOReturnNoSpace;
H A DIODMACommand.cpp692 return kIOReturnNoSpace;
H A DIOService.cpp4964 {kIOReturnNoSpace, "no space for data" },
5026 case kIOReturnNoSpace:

Completed in 85 milliseconds