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

/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c125 #define WSPLEN 64 macro
174 if ((wspeeds_mem = (char *)calloc(n_wspeeds, WSPLEN)) == NULL) {
180 wspeeds[i] = &wspeeds_mem[i * WSPLEN];
184 snprintf (wspeeds[i], WSPLEN, "%d", sp->val);

Completed in 20 milliseconds