Searched refs:_vmmessage (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmtrace.c | 197 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 D | vmhdr.h | 148 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 D | vmtrace.c | 196 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 D | vmhdr.h | 140 extern void _vmmessage _ARG_((const char*, long, const char*, long)); 141 #define MESSAGE(s) _vmmessage(__FILE__,__LINE__,s,0)
|