hd_id_t base_class
Base class (id and name).
Definition: hd.h:2231
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2711
@ bc_multimedia
Definition: hd.h:159
char * new_str(const char *s)
Definition: hd.c:1577
#define PROGRESS(a, b, c)
Definition: hd_int.h:61
@ sc_sto_scsi
Definition: hd.h:177
if(!(yy_init))
Definition: lex.yy.c:791
char * unix_dev_name
Special device file.
Definition: hd.h:2348
Individual hardware item.
Definition: hd.h:2196
hd_id_t device
Device id and name.
Definition: hd.h:2259
@ pr_sbus
Definition: hd.h:114
@ bc_network
Definition: hd.h:159
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2681
#define ADD2LOG(a...)
Definition: hd_int.h:62
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1777
@ mod_sbus
Definition: hd_int.h:77
@ bc_storage
Definition: hd.h:159
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:579
#define MAKE_ID(tag, id_val)
Combine tag and id value.
Definition: hd.h:102
unsigned id
Numeric id.
Definition: hd.h:397
#define DEV_OPENPROM
Definition: hd_int.h:36
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2236
@ bc_display
Definition: hd.h:159
@ sc_multi_audio
Definition: hd.h:247
@ sc_dis_vga
Definition: hd.h:183
void hd_scan_sbus(hd_data_t *hd_data)
Definition: sbus.c:694
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2249
hd_id_t bus
Bus type (id and name).
Definition: hd.h:2215
static hd_data_t * hd_data
Definition: pppoe.c:29
@ bus_sbus
Definition: hd.h:298
#define TAG_SPECIAL
Internally used ids.
Definition: hd.h:86
Holds all data accumulated during hardware probing.
Definition: hd.h:2604