Go to the source code of this file.
Defines | |
#define | PROC_CMDLINE "/proc/cmdline" |
#define | PROC_PCI_DEVICES "/proc/bus/pci/devices" |
#define | PROC_PCI_BUS "/proc/bus/pci" |
#define | PROC_CPUINFO "/proc/cpuinfo" |
#define | PROC_IOPORTS "/proc/ioports" |
#define | PROC_DMA "/proc/dma" |
#define | PROC_INTERRUPTS "/proc/interrupts" |
#define | PROC_NVRAM_22 "/proc/driver/nvram" |
#define | PROC_NVRAM_24 "/proc/nvram" |
#define | PROC_IDE "/proc/ide" |
#define | PROC_SCSI "/proc/scsi" |
#define | PROC_CDROM_INFO "/proc/sys/dev/cdrom/info" |
#define | PROC_NET_IF_INFO "/proc/net/dev" |
#define | PROC_MODULES "/proc/modules" |
#define | PROC_DRIVER_SERIAL "/proc/tty/driver/serial" |
#define | PROC_DRIVER_MACSERIAL "/proc/tty/driver/macserial" |
#define | PROC_PARPORT_22 "/proc/parport/" |
#define | PROC_PARPORT_24 "/proc/sys/dev/parport/parport" |
#define | PROC_KCORE "/proc/kcore" |
#define | PROC_USB_DEVICES "/proc/bus/usb/devices_please-use-sysfs-instead" |
#define | PROC_PROM "/proc/device-tree" |
#define | PROC_MEMINFO "/proc/meminfo" |
#define | PROC_VERSION "/proc/version" |
#define | PROC_ISAPNP "/proc/isapnp" |
#define | PROC_PARTITIONS "/proc/partitions" |
#define | PROC_APM "/proc/apm" |
#define | DEV_NVRAM "/dev/nvram" |
#define | DEV_PSAUX "/dev/psaux" |
#define | DEV_ADBMOUSE "/dev/adbmouse" |
#define | DEV_MEM "/dev/mem" |
#define | DEV_KBD "/dev/kbd" |
#define | DEV_CONSOLE "/dev/console" |
#define | DEV_OPENPROM "/dev/openprom" |
#define | DEV_SUNMOUSE "/dev/sunmouse" |
#define | DEV_MICE "/dev/input/mice" |
#define | DEV_FB "/dev/fb" |
#define | DEV_FB0 "/dev/fb0" |
#define | PROG_MODPROBE "/sbin/modprobe" |
#define | PROG_RMMOD "/sbin/rmmod" |
#define | PROG_CARDCTL "/sbin/cardctl" |
#define | PROG_UDEVINFO "/usr/bin/udevinfo" |
#define | KLOG_BOOT "/var/log/boot.msg" |
#define | ISAPNP_CONF "/etc/isapnp.conf" |
#define | KERNEL_22 0x020200 |
#define | KERNEL_24 0x020400 |
#define | KERNEL_26 0x020600 |
#define | WITH_ISDN 1 |
#define | PROGRESS(a, b, c) progress(hd_data, a, b, c) |
#define | ADD2LOG(a...) str_printf(&hd_data->log, -2, a) |
#define | W_IO (1 << 0) |
#define | W_DMA (1 << 1) |
#define | W_IRQ (1 << 2) |
Enumerations | |
enum | mod_idx { mod_none, mod_memory, mod_pci, mod_isapnp, mod_pnpdump, mod_net, mod_floppy, mod_misc, mod_bios, mod_cpu, mod_monitor, mod_mouse, mod_scsi, mod_serial, mod_usb, mod_adb, mod_modem, mod_parallel, mod_isa, mod_isdn, mod_kbd, mod_prom, mod_sbus, mod_int, mod_braille, mod_xtra, mod_sys, mod_manual, mod_fb, mod_veth, mod_pppoe, mod_pcmcia, mod_s390, mod_sysfs, mod_dsl, mod_block, mod_edd, mod_input, mod_wlan, mod_hal } |
Functions | |
void * | new_mem (size_t size) |
void * | resize_mem (void *, size_t) |
void * | add_mem (void *, size_t, size_t) |
char * | new_str (const char *) |
void * | free_mem (void *) |
int | have_common_res (hd_res_t *res1, hd_res_t *res2) |
void | join_res_io (hd_res_t **res1, hd_res_t *res2) |
void | join_res_irq (hd_res_t **res1, hd_res_t *res2) |
void | join_res_dma (hd_res_t **res1, hd_res_t *res2) |
hd_res_t * | free_res_list (hd_res_t *res) |
hd_res_t * | add_res_entry (hd_res_t **res, hd_res_t *new_res) |
hd_t * | add_hd_entry (hd_data_t *hd_data, unsigned line, unsigned count) |
misc_t * | free_misc (misc_t *m) |
scsi_t * | free_scsi (scsi_t *scsi, int free_all) |
hd_detail_t * | free_hd_detail (hd_detail_t *d) |
devtree_t * | free_devtree (hd_data_t *hd_data) |
void | hd_add_id (hd_data_t *hd_data, hd_t *hd) |
char * | isa_id2str (unsigned) |
char * | eisa_vendor_str (unsigned) |
unsigned | name2eisa_id (char *) |
char * | canon_str (char *, int) |
int | hex (char *string, int digits) |
void | str_printf (char **buf, int offset, char *format,...) __attribute__((format(printf |
void void | hexdump (char **buf, int with_ascii, unsigned data_len, unsigned char *data) |
str_list_t * | search_str_list (str_list_t *sl, char *str) |
str_list_t * | add_str_list (str_list_t **sl, char *str) |
str_list_t * | free_str_list (str_list_t *list) |
str_list_t * | reverse_str_list (str_list_t *list) |
str_list_t * | read_file (char *file_name, unsigned start_line, unsigned lines) |
str_list_t * | read_dir (char *dir_name, int type) |
char * | hd_read_sysfs_link (char *base_dir, char *link_name) |
void | progress (hd_data_t *hd_data, unsigned pos, unsigned count, char *msg) |
void | remove_hd_entries (hd_data_t *hd_data) |
void | remove_tagged_hd_entries (hd_data_t *hd_data) |
driver_info_t * | free_driver_info (driver_info_t *di) |
int | str2float (char *s, int n) |
char * | float2str (int i, int n) |
char * | mod_name_by_idx (unsigned idx) |
int | hd_timeout (void(*func)(void *), void *arg, int timeout) |
str_list_t * | read_kmods (hd_data_t *hd_data) |
char * | get_cmd_param (hd_data_t *hd_data, int field) |
void | update_irq_usage (hd_data_t *hd_data) |
int | run_cmd (hd_data_t *hd_data, char *cmd) |
int | load_module_with_params (hd_data_t *hd_data, char *module, char *params) |
int | load_module (hd_data_t *hd_data, char *module) |
int | unload_module (hd_data_t *hd_data, char *module) |
int | probe_module (hd_data_t *hd_data, char *module) |
int | cmp_hd (hd_t *hd1, hd_t *hd2) |
unsigned | has_something_attached (hd_data_t *hd_data, hd_t *hd) |
str_list_t * | get_cmdline (hd_data_t *hd_data, char *key) |
int | detect_smp_bios (hd_data_t *hd_data) |
int | detect_smp_prom (hd_data_t *hd_data) |
unsigned char * | read_block0 (hd_data_t *hd_data, char *dev, int *timeout) |
void | hd_copy (hd_t *dst, hd_t *src) |
void | gather_resources (misc_t *m, hd_res_t **r, char *name, unsigned which) |
char * | vend_id2str (unsigned vend) |
int | hd_getdisksize (hd_data_t *hd_data, char *dev, int fd, hd_res_t **geo, hd_res_t **size) |
str_list_t * | hd_split (char del, const char *str) |
char * | hd_join (char *del, str_list_t *str) |
int | is_pnpinfo (ser_device_t *mi, int ofs) |
int | is_pcmcia_ctrl (hd_data_t *hd_data, hd_t *hd) |
void | hd_fork (hd_data_t *hd_data, int timeout, int total_timeout) |
void | hd_fork_done (hd_data_t *hd_data) |
void | hd_shm_init (hd_data_t *hd_data) |
void | hd_shm_clean (hd_data_t *hd_data) |
void | hd_shm_done (hd_data_t *hd_data) |
void * | hd_shm_add (hd_data_t *hd_data, void *ptr, unsigned len) |
int | hd_is_shm_ptr (hd_data_t *hd_data, void *ptr) |
void | hd_move_to_shm (hd_data_t *hd_data) |
void | read_udevinfo (hd_data_t *hd_data) |
hd_t * | hd_find_sysfs_id (hd_data_t *hd_data, char *id) |
hd_t * | hd_find_sysfs_id_devname (hd_data_t *hd_data, char *id, char *devname) |
int | hd_attr_uint (char *attr, uint64_t *u, int base) |
str_list_t * | hd_attr_list (char *str) |
char * | hd_sysfs_id (char *path) |
char * | hd_sysfs_name2_dev (char *str) |
char * | hd_sysfs_dev2_name (char *str) |
void | hd_sysfs_driver_list (hd_data_t *hd_data) |
char * | hd_sysfs_find_driver (hd_data_t *hd_data, char *sysfs_id, int exact) |
int | hd_report_this (hd_data_t *hd_data, hd_t *hd) |
str_list_t * | hd_module_list (hd_data_t *hd_data, unsigned id) |
char * | get_sysfs_attr (const char *bus, const char *device, const char *attr) |
char * | get_sysfs_attr_by_path (const char *path, const char *attr) |
hal_device_t * | hd_free_hal_devices (hal_device_t *dev) |
void | hd_pci_complete_data (hd_t *hd) |
void | hd_pci_read_data (hd_data_t *hd_data) |
char * | hd_hal_print_prop (hal_prop_t *prop) |
void | hal_invalidate (hal_prop_t *prop) |
void | hal_invalidate_all (hal_prop_t *prop, const char *key) |
hal_prop_t * | hal_get_any (hal_prop_t *prop, const char *key) |
hal_prop_t * | hal_get_bool (hal_prop_t *prop, const char *key) |
hal_prop_t * | hal_get_int32 (hal_prop_t *prop, const char *key) |
hal_prop_t * | hal_get_str (hal_prop_t *prop, const char *key) |
hal_prop_t * | hal_get_list (hal_prop_t *prop, const char *key) |
char * | hal_get_useful_str (hal_prop_t *prop, const char *key) |
hal_device_t * | hal_find_device (hd_data_t *hd_data, char *udi) |
char * | hd_get_hddb_dir (void) |
char * | hd_get_hddb_path (char *sub) |
int | hd_mod_cmp (char *str1, char *str2) |
#define ADD2LOG | ( | a... | ) | str_printf(&hd_data->log, -2, a) |
Referenced by add_edid_info(), add_input_dev(), add_mv643xx_eth(), add_scsi_sysfs_info(), add_serial_console(), at_cmd(), check_room(), discovery(), do_alva(), do_baum(), do_fhp(), do_fhp_new(), do_ht(), dump_cpu_data(), dump_floppy_data(), dump_klog(), dump_misc_data(), dump_misc_proc_data(), dump_parallel_data(), dump_pci_data(), dump_ser_modem_data(), dump_ser_mouse_data(), dump_serial_data(), fb_get_info(), get_block_devs(), get_cmdline(), get_driverinfo(), get_generic_scsi_devs(), get_input_devices(), get_input_devs(), get_kernel_version(), get_linkstate(), get_printer_devs(), get_probe_env(), get_scsi_tape(), get_serial_devs(), get_serial_info(), get_usb_devs(), get_vbe_info(), hd_boot_disk(), hd_fork(), hd_getdisksize(), hd_pci_read_data(), hd_read_cdrom_info(), hd_read_macio(), hd_read_mmap(), hd_read_of_platform(), hd_read_platform(), hd_read_ps3_system_bus(), hd_read_vio(), hd_read_virtio(), hd_read_vm(), hd_read_xen(), hd_scan(), hd_scan_manual(), hd_scan_misc(), hd_scan_misc2(), hd_scan_net(), hd_scan_pppoe(), hd_scan_sysfs_block(), hd_scan_wlan(), hd_shm_init(), hd_sysfs_driver_list(), hddb_init_external(), int_media_check(), kcore_mem(), klog_mem(), klog_mem2(), meminfo_mem(), open_interfaces(), parse_packet(), parse_pado_tags(), pcmcia_ctrl_read_data(), pcmcia_read_data(), progress(), read_block0(), read_cdroms(), read_hal(), read_partitions(), read_properties(), read_udevinfo(), read_usb_lp(), read_vbe_info(), receive_packet(), run_cmd(), send_packet(), send_padi(), sigusr1_handler(), wait_for_pado(), and write_modem().
#define DEV_ADBMOUSE "/dev/adbmouse" |
#define DEV_CONSOLE "/dev/console" |
Referenced by add_serial_console().
#define DEV_FB "/dev/fb" |
Referenced by fb_get_info().
#define DEV_FB0 "/dev/fb0" |
Referenced by fb_get_info().
#define DEV_KBD "/dev/kbd" |
#define DEV_MEM "/dev/mem" |
#define DEV_MICE "/dev/input/mice" |
Referenced by add_input_dev(), and get_input_devices().
#define DEV_NVRAM "/dev/nvram" |
Referenced by hd_scan_floppy().
#define DEV_OPENPROM "/dev/openprom" |
#define DEV_PSAUX "/dev/psaux" |
Referenced by hd_scan_misc().
#define DEV_SUNMOUSE "/dev/sunmouse" |
#define ISAPNP_CONF "/etc/isapnp.conf" |
#define KERNEL_22 0x020200 |
Referenced by do_lp(), and get_kernel_version().
#define KERNEL_24 0x020400 |
Referenced by get_kernel_version().
#define KERNEL_26 0x020600 |
Referenced by get_kernel_version().
#define KLOG_BOOT "/var/log/boot.msg" |
Referenced by read_klog().
#define PROC_APM "/proc/apm" |
#define PROC_CDROM_INFO "/proc/sys/dev/cdrom/info" |
Referenced by read_cdroms().
#define PROC_CMDLINE "/proc/cmdline" |
Referenced by get_cmdline().
#define PROC_CPUINFO "/proc/cpuinfo" |
Referenced by hd_scan_sys(), and read_cpuinfo().
#define PROC_DMA "/proc/dma" |
Referenced by read_dmas().
#define PROC_DRIVER_MACSERIAL "/proc/tty/driver/macserial" |
Referenced by get_serial_info().
#define PROC_DRIVER_SERIAL "/proc/tty/driver/serial" |
Referenced by get_serial_info().
#define PROC_IDE "/proc/ide" |
Referenced by add_ide_sysfs_info().
#define PROC_INTERRUPTS "/proc/interrupts" |
Referenced by read_irqs().
#define PROC_IOPORTS "/proc/ioports" |
Referenced by read_ioports().
#define PROC_ISAPNP "/proc/isapnp" |
#define PROC_KCORE "/proc/kcore" |
Referenced by kcore_mem().
#define PROC_MEMINFO "/proc/meminfo" |
Referenced by meminfo_mem().
#define PROC_MODULES "/proc/modules" |
Referenced by hd_scan(), hd_sysfs_driver_list(), and read_kmods().
#define PROC_NET_IF_INFO "/proc/net/dev" |
#define PROC_NVRAM_22 "/proc/driver/nvram" |
Referenced by hd_scan_floppy().
#define PROC_NVRAM_24 "/proc/nvram" |
Referenced by hd_scan_floppy().
#define PROC_PARPORT_22 "/proc/parport/" |
Referenced by do_lp().
#define PROC_PARPORT_24 "/proc/sys/dev/parport/parport" |
Referenced by do_lp().
#define PROC_PARTITIONS "/proc/partitions" |
Referenced by read_partitions().
#define PROC_PCI_BUS "/proc/bus/pci" |
#define PROC_PCI_DEVICES "/proc/bus/pci/devices" |
#define PROC_PROM "/proc/device-tree" |
#define PROC_SCSI "/proc/scsi" |
Referenced by do_zip().
#define PROC_USB_DEVICES "/proc/bus/usb/devices_please-use-sysfs-instead" |
#define PROC_VERSION "/proc/version" |
Referenced by get_kernel_version().
#define PROG_CARDCTL "/sbin/cardctl" |
#define PROG_MODPROBE "/sbin/modprobe" |
Referenced by load_module_with_params(), and probe_module().
#define PROG_RMMOD "/sbin/rmmod" |
Referenced by unload_module().
#define PROG_UDEVINFO "/usr/bin/udevinfo" |
Referenced by read_udevinfo().
#define PROGRESS | ( | a, | |||
b, | |||||
c | ) | progress(hd_data, a, b, c) |
Referenced by add_disk_size(), add_pci_data(), add_scsi_sysfs_info(), at_cmd(), do_alva(), do_baum(), do_fhp(), do_fhp_new(), do_ht(), do_lp(), do_zip(), get_serial_modem(), get_vbe_info(), hd_scan_braille(), hd_scan_cpu(), hd_scan_dsl(), hd_scan_fb(), hd_scan_floppy(), hd_scan_hal(), hd_scan_hal_assign_udi(), hd_scan_hal_basic(), hd_scan_input(), hd_scan_int(), hd_scan_isdn(), hd_scan_kbd(), hd_scan_manual(), hd_scan_memory(), hd_scan_misc(), hd_scan_misc2(), hd_scan_modem(), hd_scan_monitor(), hd_scan_mouse(), hd_scan_net(), hd_scan_pcmcia(), hd_scan_pppoe(), hd_scan_serial(), hd_scan_sys(), hd_scan_sysfs_block(), hd_scan_sysfs_pci(), hd_scan_sysfs_scsi(), hd_scan_sysfs_usb(), hd_scan_wlan(), and int_media_check().
#define W_DMA (1 << 1) |
Referenced by gather_resources(), and hd_scan_misc().
#define W_IO (1 << 0) |
Referenced by gather_resources().
#define W_IRQ (1 << 2) |
Referenced by gather_resources(), and hd_scan_misc().
#define WITH_ISDN 1 |
enum mod_idx |
str_list_t* add_str_list | ( | str_list_t ** | sl, | |
char * | str | |||
) | [related] |
int detect_smp_bios | ( | hd_data_t * | hd_data | ) |
Referenced by hd_smp_support().
int detect_smp_prom | ( | hd_data_t * | hd_data | ) |
Referenced by hd_smp_support().
str_list_t* free_str_list | ( | str_list_t * | list | ) | [related] |
str_list_t* reverse_str_list | ( | str_list_t * | list | ) | [related] |
str_list_t* search_str_list | ( | str_list_t * | sl, | |
char * | str | |||
) | [related] |
void str_printf | ( | char ** | buf, | |
int | offset, | |||
char * | format, | |||
... | ||||
) |