Home
last modified time | relevance | path

Searched refs:vmopen (Results 1 – 25 of 31) sorted by relevance

12

/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c1003 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1021 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1023 vm = vmopen(Vmdcsbrk, Vmprofile, 0); in _vmoptions()
1025 vm = vmopen(Vmdcsbrk, Vmlast, 0); in _vmoptions()
1043 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1049 vm = vmopen(Vmdcsbrk, Vmprofile, 0); in _vmoptions()
1060 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1073 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1079 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
H A Dvmgetmem.c52 return vmopen(Vmdcheap, Vmbest, 0);
H A Dvmopen.c48 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) in vmopen() function
50 Vmalloc_t* vmopen(disc, meth, mode) in vmopen()
H A Dvmmopen.c281 if(!(vm = vmopen(&mmdc->disc, Vmbest, VM_TRUST)) )
H A Dvmprofile.c89 if(!Vmpf && !(Vmpf = vmopen(Vmdcheap,Vmpool,0)) )
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c407 { if(data) /* make vmopen allocate all memory using discipline */ in regexcept()
464 if((vm = vmopen(&Regdisc.disc, Vmbest, VM_SHARE)) != NIL(Vmalloc_t*) ) in getregion()
1315 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions()
1343 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions()
1345 vm = vmopen(Vmdcsystem, Vmprofile, 0); in _vmoptions()
1347 vm = vmopen(Vmdcsystem, Vmlast, 0); in _vmoptions()
1363 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions()
1369 vm = vmopen(Vmdcsystem, Vmprofile, 0); in _vmoptions()
1377 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions()
1390 vm = vmopen(Vmdcsyste in _vmoptions()
[all...]
H A Dvmgetmem.c46 return vmopen(Vmdcheap, Vmbest, 0);
H A Dvmopen.c56 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) in vmopen() function
58 Vmalloc_t* vmopen(disc, meth, mode) in vmopen()
169 if(disc->exceptf) /* signaling that vmopen succeeded */
H A Dvmmopen.c349 { if(data) /* VM_OPEN event at start of vmopen() */
366 else if(type == VM_ENDOPEN) /* at end of vmopen() */
418 if(!(vm = vmopen(&mmdc->disc, Vmbest, VM_SHARE)) )
H A Dvmprofile.c89 if(!Vmpf && !(Vmpf = vmopen(Vmdcheap,Vmpool,0)) )
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h34 #define vmopen(a,b,c) _vm_open() macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h153 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c243 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0))) in mcopen()
/titanic_51/usr/src/lib/libast/common/port/
H A Dmc.c245 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0))) in mcopen()
/titanic_51/usr/src/lib/libdll/common/
H A Ddllscan.c222 if (!(vm = vmopen(Vmdcheap, Vmlast, 0))) in dllsopen()
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers678 vmopen;
/titanic_51/usr/src/cmd/ast/libast/
H A Dmapfile-vers685 vmopen;
H A DMakefile.defs644 vmalloc/vmopen.o \
/titanic_51/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c224 if (!(vm = vmopen(Vmdcheap, Vmlast, 0))) in dllsopen()
/titanic_51/usr/src/lib/libast/common/misc/
H A Dfastfind.c182 if (!(vm = vmopen(Vmdcheap, Vmbest, 0))) in findopen()

12