Lines Matching refs:vm
903 Vmalloc_t* vm = 0; in _vmoptions() local
1002 if (!vm) in _vmoptions()
1003 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1004 if (vm && vm->meth.meth == VM_MTDEBUG) in _vmoptions()
1005 vmset(vm, VM_DBABORT, 1); in _vmoptions()
1016 if (v && !vm) 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()
1027 vm = Vmheap; in _vmoptions()
1042 if (!vm) in _vmoptions()
1043 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1044 if (vm && vm->meth.meth == VM_MTDEBUG) in _vmoptions()
1048 if (!vm) in _vmoptions()
1049 vm = vmopen(Vmdcsbrk, Vmprofile, 0); in _vmoptions()
1050 if (v && vm && vm->meth.meth == VM_MTPROFILE) in _vmoptions()
1059 if (!vm) in _vmoptions()
1060 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1061 if (v && vm && vm->meth.meth == VM_MTDEBUG) in _vmoptions()
1072 if (!vm) in _vmoptions()
1073 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1074 if (v && vm && vm->meth.meth == VM_MTDEBUG && (fd = createfile(v)) >= 0) in _vmoptions()
1078 if (!vm) in _vmoptions()
1079 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
1080 if (v && vm && vm->meth.meth == VM_MTDEBUG && (n = atou(&v)) >= 0) in _vmoptions()
1091 if (vm) in _vmoptions()
1093 if (vm->meth.meth == VM_MTDEBUG) in _vmoptions()
1095 Vmregion = vm; in _vmoptions()
1108 if (vm && vm->meth.meth == VM_MTPROFILE) in _vmoptions()