Searched refs:disc_type (Results 1 – 2 of 2) sorted by relevance
226 char *disc_type = "cd_rom"; in probe_disc() local244 disc_type = "cd_rom"; in probe_disc()247 disc_type = "cd_r"; in probe_disc()250 disc_type = "cd_rw"; in probe_disc()254 disc_type = "dvd_rom"; in probe_disc()257 disc_type = "dvd_r"; in probe_disc()260 disc_type = "dvd_ram"; in probe_disc()264 disc_type = "dvd_rw"; in probe_disc()268 disc_type = "dvd_rw"; in probe_disc()272 disc_type = "dvd_plus_rw"; in probe_disc()[all …]
553 LibHalVolumeDiscType disc_type; in libhal_volume_policy_compute_icon_name() local558 disc_type = libhal_volume_get_disc_type (volume); in libhal_volume_policy_compute_icon_name()559 name = libhal_storage_policy_lookup_icon (policy, 0x30000 + disc_type); in libhal_volume_policy_compute_icon_name()753 LibHalVolumeDiscType disc_type; member1184 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDROM; in libhal_volume_from_udi()1186 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDR; in libhal_volume_from_udi()1188 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_CDRW; in libhal_volume_from_udi()1190 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_DVDROM; in libhal_volume_from_udi()1192 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_DVDRAM; in libhal_volume_from_udi()1194 vol->disc_type = LIBHAL_VOLUME_DISC_TYPE_DVDR; in libhal_volume_from_udi()[all …]