Searched refs:IOReturn (Results 26 - 50 of 96) sorted by relevance

1234

/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp76 IOReturn RootDomainUserClient::secureSleepSystem( uint32_t *return_code )
81 IOReturn RootDomainUserClient::secureSleepSystemOptions(
89 IOReturn ret = kIOReturnNotPrivileged;
142 IOReturn RootDomainUserClient::secureSetAggressiveness(
149 IOReturn ret = kIOReturnNotPrivileged;
165 IOReturn RootDomainUserClient::secureSetMaintenanceWakeCalendar(
170 IOReturn ret = kIOReturnNotPrivileged;
183 IOReturn RootDomainUserClient::secureSetUserAssertionLevels(
187 IOReturn ret = kIOReturnNotPrivileged;
200 IOReturn RootDomainUserClien
[all...]
H A DIODMAEventSource.cpp44 IOReturn result;
90 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset)
92 IOReturn result;
112 IOReturn IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout)
120 IOReturn IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle)
136 IOReturn IODMAEventSource::setFIFODepth(IOByteCount depth)
190 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp)
199 IOReturn IODMAEventSource::setDMAConfig(UInt32 newReqIndex)
H A DIOReporter.cpp47 IOReturn
54 IOReturn rval = kIOReturnError;
102 IOReturn
109 IOReturn rval = kIOReturnError;
262 IOReturn
266 IOReturn res = kIOReturnError, kerr;
344 IOReturn
350 IOReturn res = kIOReturnError;
363 IOReturn
369 IOReturn re
[all...]
H A DIOStateReporter.cpp114 IOReturn
117 IOReturn res = kIOReturnError;
163 IOReturn
167 IOReturn res = kIOReturnError;
258 IOReturn
264 IOReturn res = kIOReturnError;
303 IOReturn
307 IOReturn res = kIOReturnError;
328 IOReturn
337 IOReturn
[all...]
H A DIOSyncer.cpp85 IOReturn IOSyncer::wait(bool autoRelease)
97 IOReturn result = fResult; // Pick up before auto deleting!
105 void IOSyncer::signal(IOReturn res, bool autoRelease)
H A DIOInterleavedMemoryDescriptor.cpp176 IOReturn IOInterleavedMemoryDescriptor::prepare(IODirection forDirection)
187 IOReturn status = kIOReturnSuccess;
188 IOReturn statusUndo;
215 IOReturn IOInterleavedMemoryDescriptor::complete(IODirection forDirection)
225 IOReturn status;
226 IOReturn statusFinal = kIOReturnSuccess;
H A DIOMultiMemoryDescriptor.cpp150 IOReturn IOMultiMemoryDescriptor::prepare(IODirection forDirection)
161 IOReturn status = kIOReturnInternalError;
162 IOReturn statusUndo;
187 IOReturn IOMultiMemoryDescriptor::complete(IODirection forDirection)
197 IOReturn status;
198 IOReturn statusFinal = kIOReturnSuccess;
H A DIOTimerEventSource.cpp264 IOReturn IOTimerEventSource::setTimeoutTicks(UInt32 ticks)
269 IOReturn IOTimerEventSource::setTimeoutMS(UInt32 ms)
274 IOReturn IOTimerEventSource::setTimeoutUS(UInt32 us)
279 IOReturn IOTimerEventSource::setTimeout(UInt32 interval, UInt32 scale_factor)
288 IOReturn IOTimerEventSource::setTimeout(mach_timespec_t interval)
302 IOReturn IOTimerEventSource::setTimeout(AbsoluteTime interval)
312 IOReturn IOTimerEventSource::wakeAtTimeTicks(UInt32 ticks)
317 IOReturn IOTimerEventSource::wakeAtTimeMS(UInt32 ms)
322 IOReturn IOTimerEventSource::wakeAtTimeUS(UInt32 us)
327 IOReturn IOTimerEventSourc
[all...]
H A DIOSimpleReporter.cpp82 IOReturn
86 IOReturn res = kIOReturnError;
112 IOReturn
116 IOReturn res = kIOReturnError;
/xnu-2782.1.97/iokit/IOKit/
H A DIOWorkLoop.h33 #include <IOKit/IOReturn.h>
74 typedef IOReturn (*Action)(OSObject *target,
165 virtual IOReturn _maintRequest(void *command, void *data, void *, void *);
229 virtual IOReturn addEventSource(IOEventSource *newEvent);
236 virtual IOReturn removeEventSource(IOEventSource *toRemove);
290 virtual IOReturn runAction(Action action, OSObject *target,
H A DIONVRAM.h100 virtual IOReturn initOFVariables(void);
102 virtual IOReturn syncOFVariables(void);
120 virtual IOReturn readNVRAMPropertyType0(IORegistryEntry *entry,
123 virtual IOReturn writeNVRAMPropertyType0(IORegistryEntry *entry,
130 virtual IOReturn readNVRAMPropertyType1(IORegistryEntry *entry,
133 virtual IOReturn writeNVRAMPropertyType1(IORegistryEntry *entry,
154 virtual IOReturn setProperties(OSObject *properties);
156 virtual IOReturn readXPRAM(IOByteCount offset, UInt8 *buffer,
158 virtual IOReturn writeXPRAM(IOByteCount offset, UInt8 *buffer,
161 virtual IOReturn readNVRAMPropert
[all...]
H A DIOCPU.h85 virtual IOReturn setProperties(OSObject *properties);
132 virtual IOReturn initCPUInterruptController(int sources);
137 virtual IOReturn registerInterrupt(IOService *nub, int source,
142 virtual IOReturn getInterruptType(IOService *nub, int source,
145 virtual IOReturn enableInterrupt(IOService *nub, int source);
146 virtual IOReturn disableInterrupt(IOService *nub, int source);
147 virtual IOReturn causeInterrupt(IOService *nub, int source);
149 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
H A DIOInterleavedMemoryDescriptor.h109 @result An IOReturn code. */
111 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
117 @result An IOReturn code. */
119 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
H A DIOMultiMemoryDescriptor.h97 @result An IOReturn code. */
99 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
105 @result An IOReturn code. */
107 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
H A DIOMemoryDescriptor.h262 @result An IOReturn code. */
264 virtual IOReturn setPurgeable( IOOptionBits newState,
273 @result An IOReturn code. */
275 IOReturn getPageCounts( IOByteCount * residentPageCount,
286 @result An IOReturn code. */
288 virtual IOReturn performOperation( IOOptionBits options,
292 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const;
316 IOReturn dmaMap(
581 @result An IOReturn code. */
583 virtual IOReturn prepar
[all...]
H A DIOPlatformExpert.h140 virtual IOReturn getNubResources( IOService * nub );
155 virtual IOReturn getConsoleInfo( PE_Video * consoleInfo );
156 virtual IOReturn setConsoleInfo( PE_Video * consoleInfo, unsigned int op );
160 virtual IOReturn registerInterruptController(OSSymbol *name, IOInterruptController *interruptController);
165 virtual IOReturn callPlatformFunction(const OSSymbol *functionName,
185 virtual IOReturn deregisterInterruptController(OSSymbol *name);
232 virtual IOReturn getNubResources( IOService * nub );
241 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
244 /* virtual */ IOReturn writeXPRAM(IOByteCount offset, UInt8 * buffer,
247 virtual IOReturn readNVRAMPropert
[all...]
H A DIODeviceTreeSupport.h105 IOReturn IODTMakeNVDescriptor( IORegistryEntry * regEntry,
118 IOReturn IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options );
124 IOReturn IONDRVLibrariesInitialize( IOService * provider );
H A DIOCommandPool.h203 virtual IOReturn gatedGetCommand(IOCommand **command, bool blockForCommand);
215 virtual IOReturn gatedReturnCommand(IOCommand *command);
H A DIOInterruptEventSource.h206 IOReturn warmCPU(uint64_t abstime);
209 IOReturn registerInterruptHandler(IOService *inProvider, int inIntIndex);
H A DOSMessageNotification.h44 #include <IOKit/IOReturn.h>
144 IOReturn result;
/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h52 virtual IOReturn getInterruptType(IOService *nub, int source,
60 virtual IOReturn handleInterrupt(void *refCon,
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h32 #include <IOKit/IOReturn.h>
/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
75 IOReturn IOWatchDogTimer::setProperties(OSObject *properties)
79 IOReturn result;
100 static IOReturn IOWatchDogTimerSleepHandler(void *target, void */*refCon*/,
/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIODevice.h52 virtual IOReturn getResources( void );
/xnu-2782.1.97/iokit/IOKit/system_management/
H A DIOWatchDogTimer.h46 virtual IOReturn setProperties(OSObject *properties);

Completed in 113 milliseconds

1234