str_list_t * read_file(char *file_name, unsigned start_line, unsigned lines)
Definition: hd.c:2544
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2236
unsigned vmware_mouse
has vmware mouse
Definition: hd.h:2668
char * system_type
Definition: hd.h:1402
general system data
Definition: hd.h:1401
str_list_t * cpu
(Internal) /proc/cpuinfo
Definition: hd.h:2699
@ sc_int_sys
Definition: hd.h:226
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2797
char * serial
Serial id.
Definition: hd.h:2292
char * canon_str(char *s, int len)
Definition: hd.c:2208
char * new_str(const char *s)
Definition: hd.c:1594
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
enum hd_detail_type type
Definition: hd.h:2147
memory_range_t bios_rom
(Internal) BIOS 0xc0000 - 0xfffff
Definition: hd.h:2709
struct s_str_list_t * next
Link to next member.
Definition: hd.h:411
hd_detail_sys_t sys
Definition: hd.h:2157
@ hd_detail_sys
Definition: hd.h:2071
hal_prop_t * prop
Definition: hd.h:1633
Individual hardware item.
Definition: hd.h:2201
#define PROC_CPUINFO
Definition: hd_int.h:4
char * lang
Definition: hd.h:1407
@ pr_sys
Definition: hd.h:118
HAL device.
Definition: hd.h:1629
hd_id_t device
Device id and name.
Definition: hd.h:2264
unsigned start
Definition: hd.h:443
char * serial
Definition: hd.h:1406
unsigned iseries
Set if we are on an iSeries machine.
Definition: hd.h:2651
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2686
#define ADD2LOG(a...)
Definition: hd_int.h:66
String list type.
Definition: hd.h:410
hd_detail_t * detail
Special info associated with this hardware.
Definition: hd.h:2438
struct hd_data_t::flag_struct flags
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1794
char * model
Definition: hd.h:1405
hal_device_t * hal_find_device(hd_data_t *hd_data, char *udi)
Definition: hal.c:248
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:595
unsigned id
Numeric id.
Definition: hd.h:401
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2241
char * hal_get_useful_str(hal_prop_t *prop, const char *key)
Definition: hal.c:319
static volatile pid_t child
Definition: hd.c:217
unsigned char * data
actual data
Definition: hd.h:444
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2254
char * name
Name (if any) that corresponds to hd_id_t::id.
Definition: hd.h:402
static hd_data_t * hd_data
Definition: pppoe.c:29
unsigned vmware
running in vmware
Definition: hd.h:2667
sys_info_t * data
Definition: hd.h:2123
@ mod_sys
Definition: hd_int.h:81
char * generation
Definition: hd.h:1403
char * formfactor
Definition: hd.h:1408
void hd_scan_sys(hd_data_t *hd_data)
Definition: sys.c:45
unsigned no_parport
Don't do parport probing: parport modules (used to) crash pmacs.
Definition: hd.h:2650
char * vendor
Definition: hd.h:1404
Holds all data accumulated during hardware probing.
Definition: hd.h:2609
void * new_mem(size_t size)
Definition: hd.c:1552
char * str
Some string data.
Definition: hd.h:412
@ bc_internal
Definition: hd.h:167