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

/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h50 intlist_t **wspeeds, int *n_wspeeds, intlist_t **wspeeds_mem);
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c135 char **wspeeds; local
170 if ((wspeeds = (char **)calloc(n_wspeeds + 1, sizeof (char *))) == NULL) {
175 free (wspeeds);
180 wspeeds[i] = &wspeeds_mem[i * WSPLEN];
184 snprintf (wspeeds[i], WSPLEN, "%d", sp->val);
186 libhal_changeset_set_property_strlist (cs, "storage.cdrom.write_speeds", (const char **)wspeeds);
188 free (wspeeds);

Completed in 16 milliseconds