Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c121 bufp = (*_Vmstrcpy)(bufp, "alloc error", ':');
123 bufp = (*_Vmstrcpy)(bufp, "free error", ':');
125 bufp = (*_Vmstrcpy)(bufp, "resize error", ':');
127 bufp = (*_Vmstrcpy)(bufp, "corrupted data", ':');
129 bufp = (*_Vmstrcpy)(bufp, "alert", ':');
132 bufp = (*_Vmstrcpy)(bufp, "region", '=');
133 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(vm), 0), ':');
136 { bufp = (*_Vmstrcpy)(bufp,"block",'=');
137 bufp = (*_Vmstrcpy)(bufp,(*_Vmitoa)(VLONG(data),0),':');
142 bufp = (*_Vmstrcpy)(bufp, "can't get memory", ':');
[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)(buf, (*_Vmitoa)(max,-1), ':');
[all …]
H A Dvmtrace.c237 _Vmstrcpy = trstrcpy;
H A Dvmhdr.h499 #define _Vmstrcpy (_Vmextern.vm_strcpy) macro