Searched refs:inst (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSMetaClass.h254 * @param inst A pointer to the object instance to be cast.
258 * <code>inst</code> if it is non-<code>NULL</code>
273 #define OSDynamicCast(type, inst) \
274 ((type *) OSMetaClassBase::safeMetaCast((inst), OSTypeID(type)))
285 * @param inst The object to check for type compatibility.
288 * <code>true</code> if both <code>inst</code> and
290 * and <code>inst</code> is derived from the class of <code>typeinst</code>;
293 #define OSCheckTypeInst(typeinst, inst) \
294 OSMetaClassBase::checkTypeInst(inst, typeinst)
298 * @param inst Instanc
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp820 _IOOpenServiceIterator * inst; local
825 inst = new _IOOpenServiceIterator;
827 if( inst && !inst->init()) {
828 inst->release();
829 inst = 0;
831 if( inst) {
832 inst->iter = _iter;
833 inst->client = client;
834 inst
2606 IOService * inst; local
3066 _IOConfigThread * inst; local
4299 IOResources * inst; local
[all...]
H A DIOUserClient.cpp201 IOMachPort * inst = 0; local
212 if( (inst = (IOMachPort *)
214 inst->mscount++;
215 inst->retain();
219 inst = new IOMachPort;
220 if( inst && !inst->init()) {
221 inst = 0;
225 inst->port = iokit_alloc_object_port( obj, type );
226 if( inst
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp174 const OSMetaClassBase * inst,
178 return typeinst && inst && (0 != inst->metaCast(toType));
173 checkTypeInst( const OSMetaClassBase * inst, const OSMetaClassBase * typeinst) argument
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsysctl.c574 SYSCTL_NODE(_machdep_cpu_tlb, OID_AUTO, inst, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
575 "inst");

Completed in 51 milliseconds