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

/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c127 #define WSPLEN 64 macro
176 if ((wspeeds_mem = (char *)calloc(n_wspeeds, WSPLEN)) == NULL) {
182 wspeeds[i] = &wspeeds_mem[i * WSPLEN];
186 snprintf (wspeeds[i], WSPLEN, "%d", sp->val);

Completed in 44 milliseconds