Searched refs:s_hdt_menu (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-menu.h | 58 struct s_hdt_menu { struct 93 int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); argument 99 void compute_disks(struct s_hdt_menu *menu, struct s_hardware *hardware); 107 void compute_memory(struct s_hdt_menu *menu, s_dmi * dmi, 130 int compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); 133 int compute_ACPI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); 137 void compute_main_menu(struct s_hdt_menu *hdt_menu, 139 void compute_submenus(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware);
|
D | hdt-menu.c | 36 struct s_hdt_menu hdt_menu; 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-menu-vesa.c | 110 int compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_VESA()
|
D | hdt-menu-acpi.c | 122 int compute_ACPI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_ACPI()
|
D | hdt-menu-pci.c | 147 int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_PCI()
|
D | hdt-menu-disk.c | 236 void compute_disks(struct s_hdt_menu *menu, struct s_hardware *hardware) in compute_disks()
|
D | hdt-menu-memory.c | 312 void compute_memory(struct s_hdt_menu *menu, s_dmi * dmi, in compute_memory()
|