libhd
5.0
|
#include <hd.h>
Data Fields | |
unsigned | agp:1 |
AGP device. | |
unsigned | isapnp:1 |
ISA-PnP device. | |
unsigned | notready:1 |
block devices: no medium, other: device not configured | |
unsigned | manual:1 |
undetectable, manually configured hardware | |
unsigned | softraiddisk:1 |
disk belongs to some soft raid array | |
unsigned | zip:1 |
zip floppy | |
unsigned | cdr:1 |
CD-R. | |
unsigned | cdrw:1 |
CD-RW. | |
unsigned | dvd:1 |
DVD. | |
unsigned | dvdr:1 |
DVD-R. | |
unsigned | dvdrw:1 |
DVD-RW. | |
unsigned | dvdpr:1 |
DVD+R. | |
unsigned | dvdprw:1 |
DVD+RW. | |
unsigned | dvdprdl:1 |
DVD+RDL. | |
unsigned | dvdram:1 |
DVDRAM. | |
unsigned | pppoe:1 |
PPPOE modem connected. | |
unsigned | wlan:1 |
WLAN card. | |
unsigned | with_acpi:1 |
acpi works fine | |
unsigned | hotpluggable:1 |
hotpluggable storage device | |
unsigned | dualport:1 |
OSA Express device with two ports (S/390) |
unsigned s_hd_t::is_s::agp |
AGP device.
Referenced by hd2prop(), hd_dump_entry(), hd_pci_complete_data(), and prop2hd().
unsigned s_hd_t::is_s::cdr |
CD-R.
Referenced by add_cdrom_info(), dump_normal(), hd2prop(), int_cdrom(), and prop2hd().
unsigned s_hd_t::is_s::cdrw |
CD-RW.
Referenced by add_cdrom_info(), dump_normal(), hd2prop(), int_cdrom(), and prop2hd().
unsigned s_hd_t::is_s::dualport |
OSA Express device with two ports (S/390)
unsigned s_hd_t::is_s::dvd |
DVD.
Referenced by add_cdrom_info(), dump_normal(), hd2prop(), int_cdrom(), and prop2hd().
unsigned s_hd_t::is_s::dvdpr |
DVD+R.
Referenced by dump_normal(), and int_cdrom().
unsigned s_hd_t::is_s::dvdprdl |
DVD+RDL.
Referenced by dump_normal(), and int_cdrom().
unsigned s_hd_t::is_s::dvdprw |
DVD+RW.
Referenced by dump_normal(), and int_cdrom().
unsigned s_hd_t::is_s::dvdr |
DVD-R.
Referenced by add_cdrom_info(), dump_normal(), hd2prop(), int_cdrom(), and prop2hd().
unsigned s_hd_t::is_s::dvdram |
DVDRAM.
Referenced by add_cdrom_info(), dump_normal(), hd2prop(), int_cdrom(), and prop2hd().
unsigned s_hd_t::is_s::dvdrw |
DVD-RW.
Referenced by dump_normal(), and int_cdrom().
unsigned s_hd_t::is_s::hotpluggable |
hotpluggable storage device
Referenced by dump_normal(), and int_hotplug().
unsigned s_hd_t::is_s::isapnp |
ISA-PnP device.
Referenced by assign_hw_class(), hd2prop(), hd_dump_entry(), is_audio(), module_cmd(), and prop2hd().
unsigned s_hd_t::is_s::manual |
undetectable, manually configured hardware
Referenced by hd_dump_entry().
unsigned s_hd_t::is_s::notready |
block devices: no medium, other: device not configured
Referenced by add_disk_size(), add_scsi_sysfs_info(), hd_dump_entry(), hd_read_cdrom_info(), hd_scan_misc(), and int_media_check().
unsigned s_hd_t::is_s::pppoe |
PPPOE modem connected.
Referenced by dump_normal(), hd2prop(), is_pppoe(), and prop2hd().
unsigned s_hd_t::is_s::softraiddisk |
disk belongs to some soft raid array
Referenced by hd2prop(), hd_dump_entry(), and prop2hd().
unsigned s_hd_t::is_s::with_acpi |
acpi works fine
Referenced by hddb_add_info().
unsigned s_hd_t::is_s::wlan |
WLAN card.
Referenced by assign_hw_class(), dump_normal(), hd2prop(), hd_read_macio(), hd_scan_wlan(), int_wlan(), and prop2hd().
unsigned s_hd_t::is_s::zip |
zip floppy
Referenced by dump_normal(), hd2prop(), int_floppy(), and prop2hd().