Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c229 int vmtrace(int file) in vmtrace() function
231 int vmtrace(file) in vmtrace()
H A Dvmdebug.c63 if((fd = vmtrace(-1)) >= 0) in dbinit()
64 vmtrace(fd); in dbinit()
H A Dvmprofile.c374 if((n = vmtrace(-1)) >= 0)
375 vmtrace(n);
H A Dmalloc.c1103 vmtrace(fd); in _vmoptions()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h173 extern int vmtrace _ARG_(( int ));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h173 extern int vmtrace _ARG_(( int ));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h173 extern int vmtrace _ARG_(( int ));
/titanic_50/usr/src/lib/libast/common/include/
H A Dvmalloc.h173 extern int vmtrace _ARG_(( int ));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h173 extern int vmtrace _ARG_(( int ));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers685 vmtrace;
H A DMakefile.com622 common/vmalloc/vmtrace.o \
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE38 09-11-20 vmalloc/vmtrace.c: add pid to assertion disgnostics
572 vmalloc/vmtrace.c: _PACKAGE_ast __FUNCTION__ is a string
573 vmalloc/vmtrace.c: set trace file fd FD_CLOEXEC
737 02-08-22 vmtrace.h: add for debugging
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c2445 vmtrace(-1); in _sh_fork()