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

1234

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h164 typedef IOReturn (*Action)(OSObject *target,
178 virtual IOReturn runPropertyAction(Action action, OSObject *target,
487 @result An IOReturn code to be returned to the caller. */
489 virtual IOReturn setProperties( OSObject * properties );
H A DIOTypes.h42 #include <IOKit/IOReturn.h>
H A DIOLocks.h44 #include <IOKit/IOReturn.h>
H A DIOReturn.h33 * Core IOReturn values. Others may be family defined.
45 typedef kern_return_t IOReturn; typedef
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp137 IOReturn IOInterruptEventSource::registerInterruptHandler(IOService *inProvider,
140 IOReturn ret;
455 IOReturn IOInterruptEventSource::warmCPU
H A DIOPMrootDomain.cpp43 #include <IOKit/IOReturn.h>
168 IOReturn OSKextSystemSleepOrWake( UInt32 );
461 IOReturn createAssertion(IOPMDriverAssertionType, IOPMDriverAssertionLevel, IOService *, const char *, IOPMDriverAssertionID *);
462 IOReturn releaseAssertion(IOPMDriverAssertionID);
463 IOReturn setAssertionLevel(IOPMDriverAssertionID, IOPMDriverAssertionLevel);
464 IOReturn setUserAssertionLevels(IOPMDriverAssertionType);
470 IOReturn handleCreateAssertion(OSData *);
471 IOReturn handleReleaseAssertion(IOPMDriverAssertionID);
472 IOReturn handleSetAssertionLevel(IOPMDriverAssertionID, IOPMDriverAssertionLevel);
473 IOReturn handleSetUserAssertionLevel
[all...]
H A DIOServicePMPrivate.h177 IOReturn DriverTimer;
345 IOReturn gatedSerialize( OSSerialize * s ) const;
504 IOReturn Result;
555 typedef void (*IOPMCompletionAction)(void * target, void * param, IOReturn status);
573 IOReturn fCompletionStatus;
H A DIOServicePrivate.h177 virtual IOReturn setProperties( OSObject * properties );
H A DIOLib.cpp44 #include <IOKit/IOReturn.h>
879 IOReturn IOSetProcessorCacheMode( task_t task, IOVirtualAddress address,
882 IOReturn ret = kIOReturnSuccess;
916 IOReturn IOFlushProcessorCache( task_t task, IOVirtualAddress address,
1019 IOReturn IOFindValueForName(const char *string,
H A DIOHistogramReporter.cpp80 IOReturn res; // for PREFL_MEMOP
H A DIOKitKernelInternal.h182 IOReturn fStatus;
H A DIOLocks.cpp31 #include <IOKit/IOReturn.h>
H A DIODeviceTreeSupport.cpp231 IOReturn ret = IODTGetInterruptOptions( child, i, &options );
607 IOReturn IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options )
1203 IOReturn IODTMakeNVDescriptor( IORegistryEntry * regEntry,
1287 extern "C" IOReturn IONDRVLibrariesInitialize( IOService * provider )
H A DIORegistryEntry.cpp493 IOReturn IORegistryEntry::setProperties( OSObject * properties )
572 IOReturn IORegistryEntry::
576 IOReturn res;
/xnu-2782.1.97/iokit/bsddev/
H A DDINetBootHook.cpp144 IOReturn res = 0;
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h849 typedef IOReturn (*IOPMSystemSleepPolicyHandler)(
H A DIOPM.h33 #include <IOKit/IOReturn.h>
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c47 IOReturn io_result = IO_OBJECT_NULL;
/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c126 #include <IOKit/IOReturn.h>
H A Dmach_loader.c83 #include <IOKit/IOReturn.h> /* for kIOReturnNotPrivileged */
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6452 IOReturn OSKextSystemSleepOrWake(UInt32 messageType)

Completed in 345 milliseconds

1234