Home
last modified time | relevance | path

Searched refs:VM_ENDOPEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmopen.c170 (void)(*disc->exceptf)(vm, VM_ENDOPEN, NIL(Void_t*), disc);
H A Dvmmopen.c366 else if(type == VM_ENDOPEN) /* at end of vmopen() */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h111 #define VM_ENDOPEN 2 /* end of region opening */ macro