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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c58 static char* tritoa(Vmulong_t v, int type) function
60 static char* tritoa(v, type)
136 bufp = trstrcpy(bufp, tritoa(oldaddr ? VLONG(oldaddr) : 0L, 0), ':');
137 bufp = trstrcpy(bufp, tritoa(newaddr ? VLONG(newaddr) : 0L, 0), ':');
138 bufp = trstrcpy(bufp, tritoa((Vmulong_t)size, 1), ':');
139 bufp = trstrcpy(bufp, tritoa((Vmulong_t)align, 1), ':');
140 bufp = trstrcpy(bufp, tritoa(VLONG(vm), 0), ':');
172 bufp = trstrcpy(bufp, tritoa((Vmulong_t)line,1), 0);
182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0);
214 bufp = trstrcpy(bufp, tritoa(n
[all...]

Completed in 56 milliseconds