Searched refs:obj2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp262 const OSMetaClassBase *obj2; local
273 obj2 = members->getObject(i);
274 if ( !obj1 || !obj2 )
277 if ( !obj1->isEqualTo(obj2) )
H A DOSDictionary.cpp453 const OSMetaClassBase * obj2; local
471 obj2 = srcDict->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.h52 @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.
57 const OSMetaClassBase * obj2,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp2271 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2; local
2281 if ( obj2 )
2282 val2 = obj2->priority;
2316 const OSObject * obj2 = (const OSObject *) inObj2; local
2326 if ( obj2 )
2327 val2 = IOServiceObjectOrder( obj2, ref );
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c1815 vm_object_t obj2; local
1817 obj2 = entry->object.vm_object;
1818 if ((obj2 == VM_OBJECT_NULL ||
1819 obj2->internal) &&

Completed in 171 milliseconds