libhd  5.0
sbus.h
Go to the documentation of this file.
s_hd_t::base_class
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2236
remove_hd_entries
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2785
sbus.h
bc_multimedia
@ bc_multimedia
Definition: hd.h:162
new_str
char * new_str(const char *s)
Definition: hd.c:1582
PROGRESS
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
sc_sto_scsi
@ sc_sto_scsi
Definition: hd.h:181
if
if(!(yy_init))
Definition: lex.yy.c:790
s_hd_t::unix_dev_name
char * unix_dev_name
Special device file.
Definition: hd.h:2353
s_hd_t
Individual hardware item.
Definition: hd.h:2201
s_hd_t::device
hd_id_t device
Device id and name.
Definition: hd.h:2264
pr_sbus
@ pr_sbus
Definition: hd.h:117
bc_network
@ bc_network
Definition: hd.h:162
hd_data_t::module
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2686
ADD2LOG
#define ADD2LOG(a...)
Definition: hd_int.h:66
add_hd_entry
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1782
mod_sbus
@ mod_sbus
Definition: hd_int.h:81
bc_storage
@ bc_storage
Definition: hd.h:162
hd_probe_feature
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:583
MAKE_ID
#define MAKE_ID(tag, id_val)
Combine tag and id value.
Definition: hd.h:105
hd_id_t::id
unsigned id
Numeric id.
Definition: hd.h:401
hd.h
DEV_OPENPROM
#define DEV_OPENPROM
Definition: hd_int.h:36
s_hd_t::sub_class
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2241
bc_display
@ bc_display
Definition: hd.h:162
sc_multi_audio
@ sc_multi_audio
Definition: hd.h:251
sc_dis_vga
@ sc_dis_vga
Definition: hd.h:187
hd_scan_sbus
void hd_scan_sbus(hd_data_t *hd_data)
Definition: sbus.c:694
s_hd_t::vendor
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2254
hd_int.h
s_hd_t::bus
hd_id_t bus
Bus type (id and name).
Definition: hd.h:2220
hd_data
static hd_data_t * hd_data
Definition: pppoe.c:29
bus_sbus
@ bus_sbus
Definition: hd.h:302
TAG_SPECIAL
#define TAG_SPECIAL
Internally used ids.
Definition: hd.h:88
hd_data_t
Holds all data accumulated during hardware probing.
Definition: hd.h:2609