hd_id_t base_class
Base class (id and name).
Definition: hd.h:2236
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2728
char * new_str(const char *s)
Definition: hd.c:1594
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
if(!(yy_init))
Definition: lex.yy.c:790
char * unix_dev_name
Special device file.
Definition: hd.h:2353
Individual hardware item.
Definition: hd.h:2201
hd_id_t device
Device id and name.
Definition: hd.h:2264
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2686
#define ADD2LOG(a...)
Definition: hd_int.h:66
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1794
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:595
#define MAKE_ID(tag, id_val)
Combine tag and id value.
Definition: hd.h:105
unsigned id
Numeric id.
Definition: hd.h:401
#define DEV_OPENPROM
Definition: hd_int.h:36
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2241
void hd_scan_sbus(hd_data_t *hd_data)
Definition: sbus.c:694
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2254
hd_id_t bus
Bus type (id and name).
Definition: hd.h:2220
static hd_data_t * hd_data
Definition: pppoe.c:29
#define TAG_SPECIAL
Internally used ids.
Definition: hd.h:88
Holds all data accumulated during hardware probing.
Definition: hd.h:2609