Home
last modified time | relevance | path

Searched refs:short_array_to_string (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c1251 short_array_to_string(short *shortp, int len) in short_array_to_string() function
1281 buf = short_array_to_string(temps->l1, L1_SZ); in save_temperature()
1285 buf = short_array_to_string(temps->l2, L2_SZ); in save_temperature()
1289 buf = short_array_to_string(temps->l3, L3_SZ); in save_temperature()
1293 buf = short_array_to_string(temps->l4, L4_SZ); in save_temperature()
1297 buf = short_array_to_string(temps->l5, L5_SZ); in save_temperature()
H A Dkstat.h228 static char *short_array_to_string(short *, int);