Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c128 bufp = (*_Vmstrcpy)(bufp, "alert", ':');
131 bufp = (*_Vmstrcpy)(bufp, "region", '=');
135 { bufp = (*_Vmstrcpy)(bufp,"block",'=');
150 { bufp = (*_Vmstrcpy)(bufp, "size", '=');
166 bufp = (*_Vmstrcpy)(bufp, s, ',');
174 bufp = (*_Vmstrcpy)(bufp, file, ',');
235 { (*_Vmstrcpy)(db->file,file,0);
706 bufp = (*_Vmstrcpy)(bufp, "n_busy", '=');
708 bufp = (*_Vmstrcpy)(bufp, " s_busy", '=');
710 bufp = (*_Vmstrcpy)(bufp, "n_free", '=');
[all …]
H A Dvmprofile.c333 buf = (*_Vmstrcpy)(buf,"n_alloc", '=');
334 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(na,-1), ':');
335 buf = (*_Vmstrcpy)(buf,"n_free", '=');
337 buf = (*_Vmstrcpy)(buf,"s_alloc", '=');
339 buf = (*_Vmstrcpy)(buf,"s_free", '=');
342 { buf = (*_Vmstrcpy)(buf,"max_busy", '=');
344 buf = (*_Vmstrcpy)(buf,"extent", '=');
417 bufp = (*_Vmstrcpy)(bufp,"region", '=');
437 bufp = (*_Vmstrcpy)(bufp,"file",'=');
443 bufp = (*_Vmstrcpy)(bufp,"\tline",'=');
[all …]
H A Dvmtrace.c237 _Vmstrcpy = trstrcpy;
H A Dvmhdr.h465 #define _Vmstrcpy (_Vmextern.vm_strcpy) macro