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

/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c225 char *disc_type = "cd_rom"; local
243 disc_type = "cd_rom";
246 disc_type = "cd_r";
249 disc_type = "cd_rw";
253 disc_type = "dvd_rom";
256 disc_type = "dvd_r";
259 disc_type = "dvd_ram";
263 disc_type = "dvd_rw";
267 disc_type = "dvd_rw";
271 disc_type
[all...]
/osnet-11/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 20 milliseconds