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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp261 const OSMetaClassBase *obj1; local
272 obj1 = aSet->members->getObject(i);
274 if ( !obj1 || !obj2 )
277 if ( !obj1->isEqualTo(obj2) )
H A DOSDictionary.cpp452 const OSMetaClassBase * obj1; local
470 obj1 = getObject(aKey);
472 if ( !obj1 || !obj2 ) {
477 if ( !obj1->isEqualTo(obj2) ) {
H A DOSOrderedSet.cpp207 #define ORDER(obj1,obj2) \
208 (ordering ? ((*ordering)( (OSObject *) obj1, (OSObject *) obj2, orderingRef)) : 0)
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSOrderedSet.h51 @param obj1 An object from the collection.
52 @param obj2 An object to be compared to obj1.
54 @result Returns a comparison result of the object, a negative value if obj1 > obj2, 0 if obj1 == obj2, and a positive value if obj1 < obj2.
56 typedef SInt32 (*OSOrderFunction)(const OSMetaClassBase * obj1,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp2270 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1; local
2278 if ( obj1 )
2279 val1 = obj1->priority;
2315 const OSObject * obj1 = (const OSObject *) inObj1; local
2323 if ( obj1 )
2324 val1 = IOServiceObjectOrder( obj1, ref );

Completed in 102 milliseconds