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

/darwin-on-arm/xnu/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.cpp494 const OSMetaClassBase * obj1; local
512 obj1 = getObject(aKey);
514 if ( !obj1 || !obj2 ) {
519 if ( !obj1->isEqualTo(obj2) ) {
H A DOSOrderedSet.cpp207 #define ORDER(obj1,obj2) \
208 (ordering ? ((*ordering)( (const OSObject *) obj1, (const OSObject *) obj2, orderingRef)) : 0)
/darwin-on-arm/xnu/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,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2468 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1; local
2476 if ( obj1 )
2477 val1 = obj1->priority;
2513 const OSObject * obj1 = (const OSObject *) inObj1; local
2521 if ( obj1 )
2522 val1 = IOServiceObjectOrder( obj1, ref );

Completed in 41 milliseconds