Home
last modified time | relevance | path

Searched refs:VM_RSCOPY (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmgetmem.c54 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
H A Dvmlast.c253 if(!(type&(VM_RSMOVE|VM_RSCOPY)) )
262 { if(type&VM_RSCOPY)
H A Dmalloc.c309 if (newdata = (*Vmregion->meth.resizef)(Vmregion,data,size,VM_RSCOPY|VM_RSMOVE))
314 return VMRECORD((*Vmregion->meth.resizef)(Vmregion,data,size,VM_RSCOPY|VM_RSMOVE));
H A Dvmbest.c1028 { if(!(type&(VM_RSMOVE|VM_RSCOPY)) )
1033 { if(type&VM_RSCOPY)
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h102 #define VM_RSCOPY 0000001 /* copy old contents */ macro
318 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h102 #define VM_RSCOPY 0000001 /* copy old contents */ macro
318 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h102 #define VM_RSCOPY 0000001 /* copy old contents */ macro
318 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
/titanic_50/usr/src/lib/libast/common/include/
H A Dvmalloc.h102 #define VM_RSCOPY 0000001 /* copy old contents */ macro
318 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h102 #define VM_RSCOPY 0000001 /* copy old contents */ macro
318 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1501 realloc fixed to use VM_RSCOPY|VM_RSMOVE instead of obsolete 1