#include <hd.h>
Data Fields | |
| struct hal_prop_s * | next |
| hal_prop_type_t | type |
| char * | key |
| union { | |
| char * str | |
| int32_t int32 | |
| uint64_t uint64 | |
| double d | |
| int b | |
| str_list_t * list | |
| } | val |
| int hal_prop_s::b |
Referenced by hd_hal_print_prop(), int_cdrom(), int_hotplug(), parse_property(), and read_hal().
| double hal_prop_s::d |
Referenced by hd_hal_print_prop(), parse_property(), and read_hal().
| int32_t hal_prop_s::int32 |
Referenced by add_pci(), get_probe_val_int(), hd2prop_add_int32(), hd_hal_print_prop(), parse_property(), prop2hd_int32(), read_hal(), and set_probe_val().
| char* hal_prop_s::key |
struct hal_prop_s* hal_prop_s::next [read] |
| char* hal_prop_s::str |
| uint64_t hal_prop_s::uint64 |
Referenced by hd_hal_print_prop(), parse_property(), and read_hal().
| union { ... } hal_prop_s::val |
Referenced by add_pci(), get_probe_val_int(), get_probe_val_list(), get_probe_val_str(), hal_get_useful_str(), hal_invalidate(), hd2prop_add_int32(), hd2prop_add_list(), hd2prop_add_str(), hd2prop_append_list(), hd_free_hal_properties(), hd_hal_print_prop(), int_cdrom(), int_hotplug(), link_hal_tree(), parse_property(), prop2hd(), prop2hd_int32(), prop2hd_list(), prop2hd_str(), read_hal(), and set_probe_val().