Searched refs:tritoa (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmtrace.c | 58 static char* tritoa(Vmulong_t v, int type) in tritoa() function 60 static char* tritoa(v, type) in tritoa() 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(n1, 1), ':'); [all …]
|