Home
last modified time | relevance | path

Searched refs:compactf (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h69 int (*compactf)_ARG_((Vmalloc_t*)); member
314 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm))
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h69 int (*compactf)_ARG_((Vmalloc_t*)); member
314 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm))
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h69 int (*compactf)_ARG_((Vmalloc_t*)); member
314 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm))
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h69 int (*compactf)_ARG_((Vmalloc_t*)); member
314 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm))
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h69 int (*compactf)_ARG_((Vmalloc_t*)); member
314 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm))
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h75 int (*compactf)_ARG_((Vmalloc_t*,int)); member
326 #define vmcompact(vm) (*(_VM_(vm)->meth.compactf))((vm),0)
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c556 return (*(Vmbest->compactf))(vm, local);
H A Dvmprofile.c652 return (*Vmbest->compactf)(vm, local);
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c598 return (*(Vmbest->compactf))(vm);
H A Dvmprofile.c687 return (*Vmbest->compactf)(vm);