Lines Matching refs:IOReturn
107 IOReturn flushGUID(const uuid_t guid, IONVRAMOperation op);
108 …bool handleSpecialVariables(const char *name, const uuid_t guid, const OSObject *obj, IOReturn *er…
110 IOReturn setPropertyInternal(const OSSymbol *aKey, OSObject *anObject);
111 IOReturn removePropertyInternal(const OSSymbol *aKey);
113 IOReturn removePropertyWithGUIDAndName(const uuid_t guid, const char *name);
114 IOReturn setPropertyWithGUIDAndName(const uuid_t guid, const char *name, OSObject *anObject);
135 virtual IOReturn setProperties(OSObject *properties) APPLE_KEXT_OVERRIDE;
137 virtual IOReturn readXPRAM(IOByteCount offset, uint8_t *buffer,
139 virtual IOReturn writeXPRAM(IOByteCount offset, uint8_t *buffer,
142 virtual IOReturn readNVRAMProperty(IORegistryEntry *entry,
145 virtual IOReturn writeNVRAMProperty(IORegistryEntry *entry,
151 virtual IOReturn readNVRAMPartition(const OSSymbol *partitionID,
155 virtual IOReturn writeNVRAMPartition(const OSSymbol *partitionID,