Home
last modified time | relevance | path

Searched refs:STATLEN (Results 1 – 15 of 15) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-menu-dmi.c35 char statbuffer[STATLEN + 1]; in compute_system()
93 char statbuffer[STATLEN + 1]; in compute_chassis()
141 char statbuffer[STATLEN + 1]; in compute_bios()
182 char statbuffer[STATLEN + 1]; in compute_motherboard()
239 char statbuffer[STATLEN + 1]; in compute_ipmi()
296 char statbuffer[STATLEN + 1]; in compute_battery()
Dhdt-menu-pci.c38 char statbuffer[STATLEN]; in compute_pci_device()
151 char infobar[255][STATLEN + 1]; in compute_PCI()
176 snprintf(infobar[i], STATLEN, in compute_PCI()
Dhdt-menu-memory.c37 char statbuffer[STATLEN + 1]; in compute_e820()
74 char statbuffer[STATLEN + 1]; in compute_e801()
115 char statbuffer[STATLEN + 1]; in compute_88()
143 char statbuffer[STATLEN + 1]; in compute_memory_module()
254 char statbuffer[STATLEN + 1]; in compute_memory_module_type6()
Dhdt-menu-vesa.c36 char statbuffer[STATLEN + 1]; in compute_vesa_card()
87 char statbuffer[STATLEN]; in compute_vesa_modes()
Dhdt-menu-acpi.c33 char statbuffer[STATLEN + 1] = { 0 }; in compute_table()
108 char statbuffer[STATLEN + 1] = { 0 }; in compute_acpi_tables()
Dhdt-menu-kernel.c35 char infobar[STATLEN + 1]; in compute_kernel()
Dhdt-menu-disk.c83 char statbuffer[STATLEN + 1]; in compute_partition_information()
157 char statbuffer[STATLEN + 1]; in compute_disk_module()
Dhdt-menu-syslinux.c37 char statbuffer[STATLEN + 1]; in compute_syslinuxmenu()
Dhdt-menu-about.c35 char statbuffer[STATLEN + 1]; in compute_aboutmenu()
Dhdt-menu-vpd.c37 char statbuffer[STATLEN + 1]; /* Status bar */ in compute_vpd()
Dhdt-menu-pxe.c36 char infobar[STATLEN + 1]; in compute_PXE()
Dhdt-menu-summary.c35 char statbuffer[STATLEN + 1]; in compute_summarymenu()
Dhdt-menu-processor.c55 char statbuffer[STATLEN + 1]; in compute_processor()
/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h87 #define STATLEN 78 // Maximum length of status string macro
Dmenu.c1127 mi->status = (char *)malloc(STATLEN + 1); in add_item()
1142 if (strlen(status) > STATLEN) { in add_item()