str_list_t * read_file(char *file_name, unsigned start_line, unsigned lines)
Definition: hd.c:2527
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2231
unsigned vmware_mouse
has vmware mouse
Definition: hd.h:2663
char * system_type
Definition: hd.h:1398
general system data
Definition: hd.h:1397
str_list_t * cpu
(Internal) /proc/cpuinfo
Definition: hd.h:2694
@ sc_int_sys
Definition: hd.h:222
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2711
char * serial
Serial id.
Definition: hd.h:2287
char * canon_str(char *s, int len)
Definition: hd.c:2191
char * new_str(const char *s)
Definition: hd.c:1577
#define PROGRESS(a, b, c)
Definition: hd_int.h:61
enum hd_detail_type type
Definition: hd.h:2142
memory_range_t bios_rom
(Internal) BIOS 0xc0000 - 0xfffff
Definition: hd.h:2704
struct s_str_list_t * next
Link to next member.
Definition: hd.h:407
hd_detail_sys_t sys
Definition: hd.h:2152
@ hd_detail_sys
Definition: hd.h:2066
hal_prop_t * prop
Definition: hd.h:1628
Individual hardware item.
Definition: hd.h:2196
#define PROC_CPUINFO
Definition: hd_int.h:4
char * lang
Definition: hd.h:1403
@ pr_sys
Definition: hd.h:115
HAL device.
Definition: hd.h:1624
hd_id_t device
Device id and name.
Definition: hd.h:2259
unsigned start
Definition: hd.h:439
char * serial
Definition: hd.h:1402
unsigned iseries
Set if we are on an iSeries machine.
Definition: hd.h:2646
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2681
#define ADD2LOG(a...)
Definition: hd_int.h:62
String list type.
Definition: hd.h:406
hd_detail_t * detail
Special info associated with this hardware.
Definition: hd.h:2433
struct hd_data_t::flag_struct flags
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1777
char * model
Definition: hd.h:1401
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:579
unsigned id
Numeric id.
Definition: hd.h:397
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2236
char * hal_get_useful_str(hal_prop_t *prop, const char *key)
Definition: hal.c:319
static volatile pid_t child
Definition: hd.c:201
unsigned char * data
actual data
Definition: hd.h:440
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2249
char * name
Name (if any) that corresponds to hd_id_t::id.
Definition: hd.h:398
static hd_data_t * hd_data
Definition: pppoe.c:29
unsigned vmware
running in vmware
Definition: hd.h:2662
sys_info_t * data
Definition: hd.h:2118
@ mod_sys
Definition: hd_int.h:77
char * generation
Definition: hd.h:1399
char * formfactor
Definition: hd.h:1404
void hd_scan_sys(hd_data_t *hd_data)
Definition: sys.c:44
unsigned no_parport
Don't do parport probing: parport modules (used to) crash pmacs.
Definition: hd.h:2645
char * vendor
Definition: hd.h:1400
Holds all data accumulated during hardware probing.
Definition: hd.h:2604
void * new_mem(size_t size)
Definition: hd.c:1535
char * str
Some string data.
Definition: hd.h:408
@ bc_internal
Definition: hd.h:164