Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c132 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(vm), 0), ':');
136 bufp = (*_Vmstrcpy)(bufp,(*_Vmitoa)(VLONG(data),0),':');
163 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(where),-1), ':');
167 bufp = (*_Vmstrcpy)(bufp,(*_Vmitoa)(VLONG(DBLINE(data)),-1),':');
175 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(line),-1), ',');
176 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(func),-1), ':');
707 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_busy),-1), ',');
709 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.s_busy),-1), '\n');
711 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_free),-1), ',');
715 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
[all …]
H A Dvmprofile.c334 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(na,-1), ':');
336 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(nf,-1), ':');
338 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(sa,-1), ':');
340 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(sf,-1), ':');
343 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(max,-1), ':');
345 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(size,-1), ':');
418 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(PFVM(pf)),0), ':');
444 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(PFLINE(pf),-1), ':');
446 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(PFVM(pf)),0), ':');
H A Dvmtrace.c238 _Vmitoa = tritoa;
H A Dvmhdr.h466 #define _Vmitoa (_Vmextern.vm_itoa) macro