libhd
5.0
|
#include <hd.h>
Data Fields | |
union u_hd_res_t * | next |
enum resource_types | type |
uint64_t | base |
uint64_t | range |
unsigned | enabled:1 |
0: disabled, 1 enabled More... | |
unsigned | access:2 |
enum access_flags More... | |
unsigned res_io_t::access |
enum access_flags
Referenced by do_lp(), dump_normal(), gather_resources(), hd2prop(), hd_pci_complete_data(), hd_scan_isdn(), hd_scan_serial(), and prop2hd().
uint64_t res_io_t::base |
unsigned res_io_t::enabled |
0: disabled, 1 enabled
Referenced by active_vga_card(), do_lp(), dump_normal(), gather_resources(), hd2prop(), hd_pci_complete_data(), hd_scan_isdn(), hd_scan_serial(), and prop2hd().
union u_hd_res_t* res_io_t::next |
uint64_t res_io_t::range |
Referenced by dump_normal(), gather_resources(), hd2prop(), hd_pci_complete_data(), hd_scan_misc2(), hd_scan_serial(), join_res_io(), and prop2hd().
enum resource_types res_io_t::type |
Referenced by active_vga_card(), do_lp(), gather_resources(), get_block_devs(), hd_pci_complete_data(), hd_scan_isdn(), hd_scan_misc2(), hd_scan_serial(), and join_res_io().