Home
last modified time | relevance | path

Searched refs:VM_BADADDR (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c44 * print message and fail on VM_BADADDR,VM_NOMEM
55 #ifdef VM_BADADDR in nomalloc()
56 case VM_BADADDR: in nomalloc()
/titanic_51/usr/src/lib/libast/common/disc/
H A Dmemfatal.c55 case VM_BADADDR: in nomalloc()
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmpool.c204 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
266 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
H A Dvmdebug.c468 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
542 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,addr,vm->disc);
H A Dvmprofile.c538 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
610 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
H A Dvmlast.c133 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,data,vm->disc);
H A Dvmbest.c819 (void)(*vm->disc->exceptf)(vm,VM_BADADDR,addr,vm->disc);
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h110 #define VM_BADADDR 3 /* bad addr in vmfree/vmresize */ macro
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h110 #define VM_BADADDR 3 /* bad addr in vmfree/vmresize */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h110 #define VM_BADADDR 3 /* bad addr in vmfree/vmresize */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h110 #define VM_BADADDR 3 /* bad addr in vmfree/vmresize */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h110 #define VM_BADADDR 3 /* bad addr in vmfree/vmresize */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h116 #define VM_BADADDR (-1) /* currently a no-op */ macro