Searched defs:short_array_to_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1252 short_array_to_string(short *shortp, int len) function
1282 buf = short_array_to_string(temps->l1, L1_SZ);
1286 buf = short_array_to_string(temps->l2, L2_SZ);
1290 buf = short_array_to_string(temps->l3, L3_SZ);
1294 buf = short_array_to_string(temps->l4, L4_SZ);
1298 buf = short_array_to_string(temps->l5, L5_SZ);

Completed in 118 milliseconds