Searched refs:merge (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSet.h194 @function merge
195 @abstract A member function to merge the contents of an OSArray object with set.
199 virtual bool merge(const OSArray *array);
201 @function merge
202 @abstract A member function to merge the contents of an OSSet object with receiver.
206 virtual bool merge(const OSSet *set);
H A DOSArray.h191 @function merge
196 virtual bool merge(const OSArray *otherArray);
H A DOSDictionary.h256 @function merge
262 virtual bool merge(const OSDictionary *aDictionary);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp206 bool OSSet::merge(const OSArray *array) function in class:OSSet
218 bool OSSet::merge(const OSSet *set) function in class:OSSet
220 return merge(set->members);
H A DOSArray.cpp255 bool OSArray::merge(const OSArray * otherArray) function in class:OSArray
H A DOSDictionary.cpp366 bool OSDictionary::merge(const OSDictionary *srcDict) function in class:OSDictionary
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp1161 arrayCopy->merge(array);
1336 arrayCopy->merge(array);
H A DIOService.cpp637 allSet->merge((const OSSet *) set);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp555 "for merge.\n");
567 "for merge.\n");
643 mergeInto->merge(mergeIntoCopy);
645 mergeFrom->merge(mergeFromCopy);
1443 IOLog("Error: Failed to merge new extensions into existing set.\n");
1769 IOLog("Error: Failed to merge new extensions into "
1773 goto finish; // merge error is fatal for this routine
1783 IOLog("Error: Failed to merge new extensions into existing set.\n");
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s401 b Lwrapup ; merge r2, r5, and carry into a 16-bit checksum
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s761 rldimi r6,r5,32,0 ; merge upper and lower halves of SACvrswap together
H A Dlowmem_vectors.s3094 ; use it to hold the pre-inject context so that we can merge that with the
3101 ; inject completion will merge the original context into the new savearea and pass that up.
3366 ; use it to hold the pre-inject context so that we can merge that with the
3373 ; inject completion will merge the original context into the new savearea and pass that up.
H A Dhw_vm.s474 * 7) atomic merge rc into physent
762 bl mapPhysMerge ; Go merge the RC bits
1179 bl mapPhysMerge ; Go merge the RC bits
2650 blt hwpSrc32 ; Do TLB invalidate/purge/merge/reload for each mapping
2651 beq hwpMSrc32 ; Do TLB merge for each mapping
2682 bl mapInvPte32 ; Invalidate and lock PTE, also merge into physent
2739 blt hwpSrc64 ; Do TLB invalidate/purge/merge/reload for each mapping
2740 beq hwpMSrc64 ; Do TLB merge for each mapping
2769 bl mapInvPte64 ; Invalidate and lock PTEG, also merge into physent
3215 bl mapInvPte32 ; Invalidate and lock PTEG, also merge int
[all...]

Completed in 87 milliseconds