/external/syslinux/com32/hdt/ |
D | hdt-common.c | 41 void convert_isolinux_filename(char *filename, struct s_hardware *hardware) in convert_isolinux_filename() 61 struct s_hardware *hardware) in detect_parameters() 170 void detect_syslinux(struct s_hardware *hardware) in detect_syslinux() 194 void init_hardware(struct s_hardware *hardware) in init_hardware() 254 int detect_dmi(struct s_hardware *hardware) in detect_dmi() 273 int detect_acpi(struct s_hardware *hardware) in detect_acpi() 296 int detect_vpd(struct s_hardware *hardware) in detect_vpd() 313 int detect_vesa(struct s_hardware *hardware) in detect_vesa() 393 void detect_disks(struct s_hardware *hardware) in detect_disks() 421 int detect_pxe(struct s_hardware *hardware) in detect_pxe() [all …]
|
D | hdt-cli-dmi.c | 38 struct s_hardware *hardware) in show_dmi_modules() 80 struct s_hardware *hardware) in show_dmi_base_board() 122 struct s_hardware *hardware) in show_dmi_system() 179 struct s_hardware *hardware) in show_dmi_bios() 222 struct s_hardware *hardware) in show_dmi_chassis() 255 struct s_hardware *hardware) in show_dmi_ipmi() 278 struct s_hardware *hardware) in show_dmi_battery() 309 struct s_hardware *hardware) in show_dmi_cpu() 368 void show_dmi_memory_bank(int argc, char **argv, struct s_hardware *hardware) in show_dmi_memory_bank() 412 static void show_dmi_cache(int argc, char **argv, struct s_hardware *hardware) in show_dmi_cache() [all …]
|
D | hdt-dump-dmi.c | 32 void dump_hardware_security(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_hardware_security() 49 void dump_oem_strings(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_oem_strings() 62 void dump_memory_size(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_size() 70 void dump_memory_modules(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_modules() 103 void dump_cache(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_cache() 130 void dump_memory_banks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_banks() 172 void dump_processor(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_processor() 220 void dump_battery(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_battery() 245 void dump_ipmi(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_ipmi() 276 void dump_chassis(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_chassis() [all …]
|
D | hdt-cli-hdt.c | 70 static void cli_set_mode(int argc, char **argv, struct s_hardware *hardware) in cli_set_mode() 92 struct s_hardware *hardware) in do_exit() 186 struct s_hardware *hardware) in goto_menu() 199 struct s_hardware *hardware) in main_show_summary() 246 struct s_hardware *hardware) in do_reboot() 257 struct s_hardware *hardware) in do_dump() 266 struct s_hardware *hardware) in do_sleep() 278 struct s_hardware *hardware) in do_display() 290 struct s_hardware *hardware) in do_say()
|
D | hdt-cli-vesa.c | 37 struct s_hardware *hardware) in main_show_vesa() 56 struct s_hardware *hardware) in show_vesa_modes() 82 struct s_hardware *hardware) in enable_vesa() 90 struct s_hardware *hardware) in disable_vesa()
|
D | hdt-menu-vesa.c | 33 struct s_hardware *hardware) in compute_vesa_card() 84 void compute_vesa_modes(struct s_my_menu *menu, struct s_hardware *hardware) in compute_vesa_modes() 110 int compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_VESA()
|
D | hdt-dump-memory.c | 33 void dump_88(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_88() 50 void dump_e801(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_e801() 71 void dump_e820(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_e820() 123 void dump_memory(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory()
|
D | hdt-menu.c | 34 int start_menu_mode(struct s_hardware *hardware, char *version_string) in start_menu_mode() 146 void compute_submenus(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_submenus() 181 void compute_main_menu(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_main_menu()
|
D | hdt-cli-pci.c | 37 struct s_hardware *hardware) in main_show_pci() 44 static void show_pci_device(int argc, char **argv, struct s_hardware *hardware) in show_pci_device() 148 struct s_hardware *hardware) in show_pci_devices() 230 struct s_hardware *hardware) in show_pci_irq()
|
D | hdt-menu-acpi.c | 47 struct s_hardware *hardware) in compute_acpi_tables() 122 int compute_ACPI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_ACPI()
|
D | hdt-dump.c | 45 char *get_value_from_option(struct s_hardware *hardware, char *option) in get_value_from_option() 87 char *compute_filename(struct s_hardware *hardware) in compute_filename() 156 void dump(struct s_hardware *hardware) in dump()
|
D | hdt-cli-cpu.c | 38 struct s_hardware *hardware) in main_show_cpu() 99 struct s_hardware *hardware) in show_cpu()
|
D | hdt-cli-disk.c | 95 void main_show_disk(int argc, char **argv, struct s_hardware *hardware) in main_show_disk() 159 struct s_hardware *hardware) in main_show_disks() 185 struct s_hardware *hardware) in disks_summary()
|
D | hdt-menu-pci.c | 35 struct s_hardware *hardware) in compute_pci_device() 147 int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_PCI()
|
D | hdt-cli-kernel.c | 38 struct s_hardware *hardware) in main_show_kernel() 90 struct s_hardware *hardware) in show_kernel_modules()
|
D | hdt-dump-syslinux.c | 33 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_syslinux()
|
D | hdt-dump-vpd.c | 32 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_vpd()
|
D | hdt-cli.c | 121 void set_mode(cli_mode_t mode, struct s_hardware *hardware) in set_mode() 619 static void exec_command(char *line, struct s_hardware *hardware) in exec_command() 758 void start_auto_mode(struct s_hardware *hardware) in start_auto_mode() 801 void print_history(int argc, char **argv, struct s_hardware * hardware) in print_history() 820 void start_cli_mode(struct s_hardware *hardware) in start_cli_mode()
|
D | hdt-menu-vpd.c | 34 void compute_vpd(struct s_my_menu *menu, struct s_hardware *hardware) in compute_vpd()
|
D | hdt-dump-disks.c | 77 void show_disk(struct s_hardware *hardware, ZZJSON_CONFIG *conf, ZZJSON **it, int drive) { in show_disk() 124 void dump_disks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_disks()
|
D | hdt-dump-cpu.c | 32 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_cpu()
|
D | hdt-cli-syslinux.c | 40 struct s_hardware *hardware) in main_show_syslinux()
|
D | hdt-menu-syslinux.c | 33 void compute_syslinuxmenu(struct s_my_menu *menu, struct s_hardware *hardware) in compute_syslinuxmenu()
|
D | hdt-dump-pxe.c | 34 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_pxe()
|
D | hdt-cli-vpd.c | 36 struct s_hardware *hardware) in main_show_vpd()
|