Home
last modified time | relevance | path

Searched refs:_vmmessage (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c197 void _vmmessage(const char* s1, long n1, const char* s2, long n2) in _vmmessage() function
199 void _vmmessage(s1, n1, s2, n2) in _vmmessage()
H A Dvmhdr.h148 extern void _vmmessage _ARG_((const char*, long, const char*, long));
153 #define MESSAGE(s) _vmmessage(__FILE__,__LINE__,s,0)
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c196 void _vmmessage(const char* s1, long n1, const char* s2, long n2) in _vmmessage() function
198 void _vmmessage(s1, n1, s2, n2) in _vmmessage()
H A Dvmhdr.h140 extern void _vmmessage _ARG_((const char*, long, const char*, long));
141 #define MESSAGE(s) _vmmessage(__FILE__,__LINE__,s,0)