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

/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp271 const OSMetaClassBase *obj1; local
282 obj1 = aSet->members->getObject(i);
283 if (containsObject(obj1))
286 if ( !obj1 || !obj2 )
289 if ( !obj1->isEqualTo(obj2) )
H A DOSDictionary.cpp501 const OSMetaClassBase * obj1; local
519 obj1 = getObject(aKey);
521 if ( !obj1 || !obj2 ) {
526 if ( !obj1->isEqualTo(obj2) ) {
H A DOSOrderedSet.cpp214 #define ORDER(obj1,obj2) \
215 (ordering ? ((*ordering)( (const OSObject *) obj1, (const OSObject *) obj2, orderingRef)) : 0)
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSOrderedSet.h106 * @param obj1 An object from the ordered set. May be <code>NULL</code>.
114 * <li>a negative value if obj2 should precede obj1,</li>
115 * <li>a positive value if obj1 should precede obj2,</li>
116 * <li>and 0 if obj1 and obj2 have an equivalent ordering.</li>
119 typedef SInt32 (*OSOrderFunction)(const OSMetaClassBase * obj1,
/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2769 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1; local
2777 if ( obj1 )
2778 val1 = obj1->priority;
2814 const OSObject * obj1 = (const OSObject *) inObj1; local
2822 if ( obj1 )
2823 val1 = IOServiceObjectOrder( obj1, ref );

Completed in 64 milliseconds