libhd
5.0
|
HAL device. More...
#include <hd.h>
Data Fields | |
struct hal_device_s * | next |
struct hal_device_s * | parent |
char * | udi |
unsigned | used:1 |
hal_prop_t * | prop |
HAL device.
struct hal_device_s* hal_device_s::next |
Referenced by add_pci(), find_udi(), hal_find_device(), hd_free_hal_devices(), link_hal_tree(), and read_hal().
struct hal_device_s * hal_device_s::parent |
Referenced by add_pci(), and link_hal_tree().
hal_prop_t* hal_device_s::prop |
Referenced by add_pci(), find_udi(), hd_free_hal_devices(), hd_scan_sys(), link_hal_tree(), and read_hal().
char* hal_device_s::udi |
Referenced by add_pci(), find_udi(), hal_find_device(), hd_free_hal_devices(), and read_hal().
unsigned hal_device_s::used |
Referenced by add_pci().