Searched refs:wspeeds_mem (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.c136 char *wspeeds_mem; local
166 wspeeds_mem = NULL;
167 libhal_changeset_set_property_strlist (cs, "storage.cdrom.write_speeds", (const char **)&wspeeds_mem);
174 if ((wspeeds_mem = (char *)calloc(n_wspeeds, WSPLEN)) == NULL) {
180 wspeeds[i] = &wspeeds_mem[i * WSPLEN];
189 free (wspeeds_mem);

Completed in 26 milliseconds