Searched refs:_Vmstrcpy (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c120 bufp = (*_Vmstrcpy)(bufp, "alloc error", ':');
122 bufp = (*_Vmstrcpy)(bufp, "free error", ':');
124 bufp = (*_Vmstrcpy)(bufp, "resize error", ':');
126 bufp = (*_Vmstrcpy)(bufp, "corrupted data", ':');
128 bufp = (*_Vmstrcpy)(bufp, "alert", ':');
131 bufp = (*_Vmstrcpy)(bufp, "region", '=');
132 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(vm), 0), ':');
135 { bufp = (*_Vmstrcpy)(bufp,"block",'=');
136 bufp = (*_Vmstrcpy)(bufp,(*_Vmitoa)(VLONG(data),0),':');
141 bufp = (*_Vmstrcpy)(buf
[all...]
H A Dvmprofile.c333 buf = (*_Vmstrcpy)(buf,"n_alloc", '=');
334 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(na,-1), ':');
335 buf = (*_Vmstrcpy)(buf,"n_free", '=');
336 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(nf,-1), ':');
337 buf = (*_Vmstrcpy)(buf,"s_alloc", '=');
338 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(sa,-1), ':');
339 buf = (*_Vmstrcpy)(buf,"s_free", '=');
340 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(sf,-1), ':');
342 { buf = (*_Vmstrcpy)(buf,"max_busy", '=');
343 buf = (*_Vmstrcpy)(bu
[all...]
H A Dvmtrace.c237 _Vmstrcpy = trstrcpy;
H A Dvmhdr.h465 #define _Vmstrcpy (_Vmextern.vm_strcpy) macro

Completed in 17 milliseconds