Searched refs:IOCommandGate (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandGate.h40 @class IOCommandGate : public IOEventSource
42 @discussion An IOCommandGate instance is an extremely light way mechanism
50 The IOCommandGate is a lighter weight version of the IOCommandQueue and
60 class IOCommandGate : public IOEventSource class in inherits:IOEventSource
62 OSDeclareDefaultStructors(IOCommandGate)
73 during initialisation of the IOCommandGate instance. Note if a C++ function
102 @abstract Factory method to create and initialise an IOCommandGate, See $link init.
104 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
108 @discussion Initialiser for IOCommandGate operates only on newly 'newed'
110 @param owner Owner of this, newly created, instance of the IOCommandGate
[all...]
H A DIOCommandPool.h35 * 2001-01-17 gvdl Re-implement on IOCommandGate::commandSleep
58 #include <IOKit/IOCommandGate.h>
85 IOCommandGate *fSerializer; /* command gate used for serializing pool access */
H A DIOServicePM.h46 class IOCommandGate;
H A DIOWorkLoop.h49 class IOCommandGate;
114 IOCommandGate *controlG;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandGate.cpp30 #include <IOKit/IOCommandGate.h>
37 OSDefineMetaClassAndStructors(IOCommandGate, IOEventSource)
38 OSMetaClassDefineReservedUnused(IOCommandGate, 0);
39 OSMetaClassDefineReservedUnused(IOCommandGate, 1);
40 OSMetaClassDefineReservedUnused(IOCommandGate, 2);
41 OSMetaClassDefineReservedUnused(IOCommandGate, 3);
42 OSMetaClassDefineReservedUnused(IOCommandGate, 4);
43 OSMetaClassDefineReservedUnused(IOCommandGate, 5);
44 OSMetaClassDefineReservedUnused(IOCommandGate, 6);
45 OSMetaClassDefineReservedUnused(IOCommandGate,
[all...]
H A DIOCommandPool.cpp35 * 2001-01-17 gvdl Re-implement on IOCommandGate::commandSleep
81 fSerializer = IOCommandGate::commandGate(this);
150 IOCommandGate::Action func = OSMemberFunctionCast(
151 IOCommandGate::Action, this, &IOCommandPool::gatedGetCommand);
190 IOCommandGate::Action func = OSMemberFunctionCast(
191 IOCommandGate::Action, this, &IOCommandPool::gatedReturnCommand);
H A DIOWorkLoop.cpp38 #include <IOKit/IOCommandGate.h>
95 controlG = IOCommandGate::commandGate(
98 IOCommandGate::Action,
H A DIOPMrootDomain.cpp29 #include <IOKit/IOCommandGate.h>
H A DIOHibernateIO.cpp140 #include <IOKit/IOCommandGate.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38617 IOCommandGate.cpo \

Completed in 107 milliseconds