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

/xnu-2422.115.4/libkern/c++/
H A DOSSet.cpp272 const OSMetaClassBase *obj2; local
285 obj2 = members->getObject(i);
286 if ( !obj1 || !obj2 )
289 if ( !obj1->isEqualTo(obj2) )
H A DOSDictionary.cpp495 const OSMetaClassBase * obj2; local
513 obj2 = srcDict->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)
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSOrderedSet.h107 * @param obj2 The object being ordered within the ordered set.
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>
120 const OSMetaClassBase * obj2,
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp2498 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2; local
2508 if ( obj2 )
2509 val2 = obj2->priority;
2543 const OSObject * obj2 = (const OSObject *) inObj2; local
2553 if ( obj2 )
2554 val2 = IOServiceObjectOrder( obj2, ref );
/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c1933 vm_object_t obj2; local
1935 obj2 = entry->object.vm_object;
1936 if ((obj2 == VM_OBJECT_NULL ||
1937 obj2->internal) &&

Completed in 95 milliseconds