Home
last modified time | relevance | path

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) { in get_cdrom_properties()
182 wspeeds[i] = &wspeeds_mem[i * WSPLEN]; in get_cdrom_properties()
186 snprintf (wspeeds[i], WSPLEN, "%d", sp->val); in get_cdrom_properties()