Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmclose.c83 (void)(*disc->exceptf)(vm, VM_ENDCLOSE, (Void_t*)0, disc);
H A Dvmmopen.c378 else if(type == VM_ENDCLOSE) /* this is the final closing event */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h113 #define VM_ENDCLOSE 4 /* end of region closing */ macro