|
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 | prefetch:2 |
| enum yes_no_flag More... | |
| unsigned res_mem_t::access |
enum access_flags
Referenced by dump_normal(), hd2prop(), hd_pci_complete_data(), hd_scan_memory(), and prop2hd().
| uint64_t res_mem_t::base |
Referenced by dump_normal(), hd2prop(), hd_pci_complete_data(), and prop2hd().
| unsigned res_mem_t::enabled |
0: disabled, 1 enabled
Referenced by active_vga_card(), dump_normal(), hd2prop(), hd_pci_complete_data(), hd_scan_memory(), and prop2hd().
| union u_hd_res_t* res_mem_t::next |
| unsigned res_mem_t::prefetch |
enum yes_no_flag
Referenced by dump_normal(), hd2prop(), hd_pci_complete_data(), and prop2hd().
| uint64_t res_mem_t::range |
Referenced by dump_normal(), hd2prop(), hd_pci_complete_data(), hd_scan_memory(), and prop2hd().
| enum resource_types res_mem_t::type |
Referenced by active_vga_card(), hd_pci_complete_data(), and hd_scan_memory().