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

123456

/xnu-2782.1.97/iokit/IOKit/
H A DIOStatisticsPrivate.h247 static IOEventSourceCounter *registerEventSource(OSObject *inOwner);
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp84 static OSObject * _OSKextGetRequestArgument(
90 OSObject * value);
564 #define super OSObject
565 OSDefineMetaClassAndStructors(OSKext, OSObject)
1575 OSObject * parsedXML = NULL; // must release
2350 OSObject * parsedXML = NULL; // must release
3439 OSObject * parsedXML = NULL; // must release
3942 OSObject *
3945 OSObject * result = NULL; // do not release
5327 OSObject * forceIni
[all...]
/xnu-2782.1.97/security/
H A Dmac_policy.h131 class OSObject;
132 typedef OSObject *io_object_t;
134 struct OSObject;
135 typedef struct OSObject *io_object_t;
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp418 IOEventSourceCounter *IOStatistics::registerEventSource(OSObject *inOwner)
1090 OSObject *obj;
H A DIOMemoryDescriptor.cpp101 OSDefineMetaClassAndAbstractStructors( IOMemoryDescriptor, OSObject )
3454 #define super OSObject
3456 OSDefineMetaClassAndStructors( IOMemoryMap, OSObject )
4000 #define super OSObject
4361 OSObject *values[2];
4423 OSDictionary *dict = OSDictionary::withObjects((const OSObject **)values, (const OSSymbol **)keys, 2);
H A DIOHibernateIO.cpp203 static OSObject * gIOHibernateBootNextSave;
681 OSObject * obj;
1242 OSObject *obj;
1383 OSObject * obj;
1943 OSObject * obj = 0;

Completed in 130 milliseconds

123456