Home
last modified time | relevance | path

Searched refs:s_hdt_menu (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-menu.h58 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);
Dhdt-menu.c36 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()
Dhdt-menu-vesa.c110 int compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_VESA()
Dhdt-menu-acpi.c122 int compute_ACPI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_ACPI()
Dhdt-menu-pci.c147 int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) in compute_PCI()
Dhdt-menu-disk.c236 void compute_disks(struct s_hdt_menu *menu, struct s_hardware *hardware) in compute_disks()
Dhdt-menu-memory.c312 void compute_memory(struct s_hdt_menu *menu, s_dmi * dmi, in compute_memory()