Searched refs:OSObject (Results 26 - 50 of 131) sorted by relevance

123456

/xnu-2782.1.97/libkern/libkern/c++/
H A DOSCollectionIterator.h64 * OSObject * object;
148 * //apple_ref/cpp/instm/OSObject/release/virtualvoid/()
205 virtual OSObject * getNextObject();
H A DOSOrderedSet.h55 * in particular @link //apple_ref/doc/class/OSObject OSObject@/link).
140 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const;
249 * //apple_ref/cpp/instm/OSObject/release/virtualvoid/()
552 * //apple_ref/cpp/instm/OSObject/retain/virtualvoid/()
556 virtual OSObject * getFirstObject() const;
573 * //apple_ref/cpp/instm/OSObject/retain/virtualvoid/()
577 virtual OSObject * getLastObject() const;
653 * //apple_ref/cpp/instm/OSObject/retain/virtualvoid/()
657 virtual OSObject * getObjec
[all...]
H A DOSSerialize.h33 #include <libkern/c++/OSObject.h>
61 * //apple_ref/cpp/instm/OSObject/serialize/virtualbool/(OSSerialize*)
62 * OSObject::serialize@/link</code> .
81 OSObject *
84 class OSSerialize : public OSObject
198 * //apple_ref/cpp/instm/OSObject/serialize/virtualbool/(OSSerialize*)
199 * OSObject::serialize@/link</code>.
325 class OSSerializer : public OSObject
H A DOSSet.h56 * in particular @link //apple_ref/doc/class/OSObject OSObject@/link).
99 virtual bool getNextObjectForIterator(void * iterator, OSObject ** ret) const;
163 const OSObject * objects[],
272 * @param objects A C array of OSObject-derived objects.
299 const OSObject * objects[],
389 * //apple_ref/cpp/instm/OSObject/release/virtualvoid/()
661 * //apple_ref/cpp/instm/OSObject/retain/virtualvoid/()
665 virtual OSObject * getAnyObject() const;
H A DOSCollection.h33 #include <libkern/c++/OSObject.h>
80 class OSCollection : public OSObject
199 OSObject ** nextObject) const = 0;
H A DOSContainers.h33 #include <libkern/c++/OSObject.h>
H A DOSMetaClass.h37 class OSObject;
106 * @link //apple_ref/doc/class/OSObject OSObject@/link and
209 * @param typeinst An instance of an OSObject subclass.
282 * @param inst Instance of an OSObject, may be <code>NULL</code>.
288 * @param inst Instance of an OSObject, may be <code>NULL</code>.
444 * //apple_ref/cpp/instm/OSObject/release/virtualvoid/(int)
450 * //apple_ref/cpp/instm/OSObject/release/virtualvoid/(int)
462 * //apple_ref/cpp/instm/OSObject/getRetainCount/virtualint/()
468 * //apple_ref/cpp/instm/OSObject/getRetainCoun
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandGate.h81 typedef IOReturn (*Action)(OSObject *owner,
100 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
113 virtual bool init(OSObject *owner, Action action = 0);
H A DIOInterruptEventSource.h71 typedef void (*Action)(OSObject *, IOInterruptEventSource *, int count);
133 interruptEventSource(OSObject *owner,
146 virtual bool init(OSObject *owner,
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
54 static IODMAEventSource *dmaEventSource(OSObject *owner,
82 virtual bool init(OSObject *owner,
H A DIOKitDebug.h37 #include <libkern/c++/OSObject.h>
41 class IOKitDiagnostics : public OSObject
46 static OSObject * diagnostics( void );
H A DIOTimerEventSource.h106 typedef void (*Action)(OSObject *owner, IOTimerEventSource *sender);
113 timerEventSource(OSObject *owner, Action action = 0);
119 virtual bool init(OSObject *owner, Action action = 0);
H A DIONVRAM.h111 OSObject **propObject);
113 const OSSymbol *propSymbol, OSObject *propObject);
116 virtual void updateOWBootArgs(const OSSymbol *key, OSObject *value);
148 virtual OSObject *copyProperty(const OSSymbol *aKey) const;
149 virtual OSObject *copyProperty(const char *aKey) const;
150 virtual OSObject *getProperty(const OSSymbol *aKey) const;
151 virtual OSObject *getProperty(const char *aKey) const;
152 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
154 virtual IOReturn setProperties(OSObject *properties);
H A DIOWorkLoop.h32 #include <libkern/c++/OSObject.h>
54 class IOWorkLoop : public OSObject
74 typedef IOReturn (*Action)(OSObject *target,
290 virtual IOReturn runAction(Action action, OSObject *target,
H A DIOInterruptAccountingPrivate.h41 class OSObject;
168 * TODO: Should this be an OSObject? Or properly pull in its methods as member functions?
171 OSObject * owner; /* The owner of the statistics; currently always an IOIES or a subclass of it */
H A DIOPolledInterface.h32 #include <libkern/c++/OSObject.h>
63 class IOPolledInterface : public OSObject
H A DIORangeAllocator.h40 #include <libkern/c++/OSObject.h>
50 class IORangeAllocator : public OSObject {
/xnu-2782.1.97/iokit/Kernel/
H A DIOSyncer.cpp33 OSDefineMetaClassAndStructors(IOSyncer, OSObject)
49 if (!OSObject::init())
82 OSObject::free();
H A DIOPolledInterface.cpp34 OSDefineMetaClassAndAbstractStructors(IOPolledInterface, OSObject);
H A DIOPMPowerSourceList.cpp32 #define super OSObject
33 OSDefineMetaClassAndStructors(IOPMPowerSourceList,OSObject)
H A DIOPMPowerStateQueue.cpp35 OSObject * inOwner, Action inAction )
48 bool IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction )
/xnu-2782.1.97/libkern/c++/
H A DOSCollection.cpp37 #define super OSObject
39 OSDefineMetaClassAndAbstractStructors(OSCollection, OSObject)
94 OSObject *obj = cycleDict->getObject((const OSSymbol *) this);
H A DOSUnserialize.y83 static OSObject *buildOSDictionary(object_t *);
84 static OSObject *buildOSArray(object_t *);
85 static OSObject *buildOSSet(object_t *);
86 static OSObject *buildOSString(object_t *);
87 static OSObject *buildOSData(object_t *);
88 static OSObject *buildOSOffset(object_t *);
89 static OSObject *buildOSBoolean(object_t *o);
92 static OSObject *retrieveObject(int);
98 static OSObject *parsedObject;
121 input: /* empty */ { parsedObject = (OSObject *)NUL
[all...]
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h32 #include <libkern/c++/OSObject.h>
261 OSObject *getPSProperty(const OSSymbol *);
299 void setPSProperty(const OSSymbol *, OSObject *);
/xnu-2782.1.97/iokit/IOKit/system_management/
H A DIOWatchDogTimer.h46 virtual IOReturn setProperties(OSObject *properties);

Completed in 161 milliseconds

123456