Searched refs:class (Results 1 - 25 of 115) sorted by relevance

12345

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOServicePM.h34 class IOService;
35 class IOServicePM;
36 class IOPowerConnection;
37 class IOWorkLoop;
38 class IOCommandGate;
39 class IOTimerEventSource;
40 class IOPlatformExpert;
43 class IOPMinformee;
44 class IOPMinformeeList;
45 class IOPMWorkQueu
[all...]
H A DIOInterrupts.h44 class OSData;
45 class IOInterruptController;
H A DIONotifier.h40 /*! @class IONotifier : public OSObject
41 @abstract An abstract base class defining common methods for controlling a notification request.
44 class IONotifier : public OSObject
H A DIOCommand.h37 * 11/13/2000 CJS Created IOCommand class and implementation
44 * This header contains the IOCommand class definition.
60 * @class IOCommand
62 * This class is an abstract class which represents an I/O command.
64 * This class is an abstract class which represents an I/O command passed
66 * should inherit from this class.
69 class IOCommand : public OSObject
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSEndianTypes.h55 typedef class BigUInt16 BigUInt16;
61 typedef class BigSInt16 BigSInt16;
67 typedef class BigUInt32 BigUInt32;
73 typedef class BigSInt32 BigSInt32;
79 typedef class BigUInt64 BigUInt64;
85 typedef class BigSInt64 BigSInt64;
91 typedef class LittleUInt16 LittleUInt16;
97 typedef class LittleSInt16 LittleSInt16;
103 typedef class LittleUInt32 LittleUInt32;
109 typedef class LittleSInt3
[all...]
H A DOSUnserialize.h35 class OSObject;
36 class OSString;
51 * from its previously serialized OSContainer class instance data.
H A DOSCollectionIterator.h35 class OSCollection;
41 * This header declares the OSCollectionIterator collection class.
46 * @class OSCollectionIterator
52 * @link //apple_ref/cpp/class/OSIterator OSIterator@/link
57 * @link //apple_ref/cpp/class/OSIterator OSIterator@/link
91 class OSCollectionIterator : public OSIterator
H A DOSIterator.h44 * This header declares the OSIterator collection class.
49 * @class OSIterator
68 class OSIterator : public OSObject
H A DOSObject.h43 class OSSymbol;
44 class OSString;
51 * This header declares the OSObject class,
52 * which is the concrete root of the Libkern C++ class hierarchy.
57 * @class OSObject
60 * OSObject is the concrete root class
61 * of the Libkern and I/O Kit C++ class hierarchy.
75 * OSObject is derived from the abstract root class
76 * @link //apple_ref/doc/class/OSMetaClassBase OSMetaClassBase@/link,
80 * provides run-time introspection, including access to class name
[all...]
H A DOSSerialize.h35 class OSSet;
36 class OSDictionary;
42 * This header declares the OSSerialize class.
47 * @class OSSerialize
54 * This class is for the most part internal to the OSContainer classes,
75 * @link //apple_ref/doc/class/IORegistryEntry IORegistryEntry@/link,
79 class OSSerialize : public OSObject
196 * A class that implements serialization should call this function
292 // xx-review: this whole class seems to be unused!
297 class OSSerialize
[all...]
/darwin-on-arm/xnu/iokit/IOKit/power/
H A DIOPwrController.h34 class IOPwrController: public IOService
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dopen_dprotected_np.c28 int __open_dprotected_np(const char* path, int flags, int class, int dpflags, int mode);
30 int open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) { argument
39 return (__open_dprotected_np(path, flags, class, dpflags, mode));
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h32 class IOPMinformee;
33 class IOService;
35 class IOPMinformeeList : public OSObject
38 friend class IOPMinformee;
H A DIOPMPowerSourceList.h31 class IOPMPowerSource;
33 class IOPMPowerSourceList : public OSObject
H A DIOPMinformee.h34 class IOPMinformee : public OSObject
37 friend class IOPMinformeeList;
/darwin-on-arm/xnu/libkern/kmod/libkmodtest/
H A Dlibkmodtest.h32 class testlibkmod : public IOService {
/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestvmx.h10 class testvmx : public IOService {
H A Dtestthreadcall.h10 class testthreadcall : public IOService {
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dflipc_dep.h61 * are instead declared by FLIPC_DECL_SIMPLE_LOCK(class,lockname) they
66 #define FLIPC_DECL_SIMPLE_LOCK(class,lockname) \
67 class flipc_simple_lock (lockname) = SIMPLE_LOCK_INITIALIZER
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h82 class _IOServiceNotifier : public IONotifier
84 friend class IOService;
107 class _IOServiceInterestNotifier : public IONotifier
109 friend class IOService;
129 class _IOConfigThread : public OSObject
131 friend class IOService;
150 class _IOServiceJob : public OSObject
152 friend class IOService;
163 static void pingConfig( class _IOServiceJob * job );
167 class IOResource
[all...]
/darwin-on-arm/xnu/iokit/Tests/
H A DTests.h71 class IOWorkLoop;
72 class IOCommandQueue;
73 class IOInterruptEventSource;
75 class TestDevice;
78 class TestDevice : public OSObject
/darwin-on-arm/xnu/osfmk/arm/
H A Dlock.h52 #define decl_simple_lock_data(class,name) \
53 class simple_lock_data_t name;
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMSoftIICController.h12 class AppleARMSoftIICController:IOService {
H A DAppleS5L8930XIO.h17 class AppleARMIO:public ARMIO {
/darwin-on-arm/xnu/iokit/IOKit/rtc/
H A DIORTCController.h37 class IORTCController: public IOService

Completed in 181 milliseconds

12345