Searched refs:instance (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.h260 #define IFM_MAKEWORD(type, subtype, options, instance) \
261 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSMetaClass.h170 * Allocates an instance of the named object class.
223 * Returns the type ID (metaclass) for the class of an object instance.
225 * @param typeinst An instance of an OSObject subclass.
254 * @param inst A pointer to the object instance to be cast.
424 * Converts a C++ member function pointer, relative to an instance,
717 * Checks whether an object instance is of the same class
718 * as another object instance (or a subclass of that class).
812 typedef bool (*OSMetaClassInstanceApplierFunction)(const OSObject * instance,
827 * An instance of OSMetaClass exists for (nearly) every such C++ class,
829 * instance count
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp398 * an OSString * instance variable. This may be because you can't
790 OSMetaClass::addInstance(const OSObject * instance, bool super) const argument
800 reserved->instances->setLastObject(instance);
806 OSMetaClass::removeInstance(const OSObject * instance, bool super) const argument
811 reserved->instances->removeObject(instance);

Completed in 25 milliseconds