Searched refs:_Vmitoa (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmdebug.c | 132 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(vm), 0), ':'); 136 bufp = (*_Vmstrcpy)(bufp,(*_Vmitoa)(VLONG(data),0),':'); 151 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)DBSIZE(data),-1), ':'); 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)(VLON [all...] |
H A D | vmprofile.c | 334 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 D | vmtrace.c | 238 _Vmitoa = tritoa;
|
H A D | vmhdr.h | 466 #define _Vmitoa (_Vmextern.vm_itoa) macro
|
Completed in 26 milliseconds