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

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c226 char *disc_type = "cd_rom"; local
244 disc_type = "cd_rom";
247 disc_type = "cd_r";
250 disc_type = "cd_rw";
254 disc_type = "dvd_rom";
257 disc_type = "dvd_r";
260 disc_type = "dvd_ram";
264 disc_type = "dvd_rw";
268 disc_type = "dvd_rw";
272 disc_type
[all...]
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c553 LibHalVolumeDiscType disc_type; local
558 disc_type = libhal_volume_get_disc_type (volume);
559 name = libhal_storage_policy_lookup_icon (policy, 0x30000 + disc_type);
753 LibHalVolumeDiscType disc_type; member in struct:LibHalVolume_s
1184 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDROM;
1186 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDR;
1188 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDRW;
1190 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_DVDROM;
1192 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_DVDRAM;
1194 vol->disc_type
[all...]

Completed in 48 milliseconds