Searched refs:STATLEN (Results 1 – 15 of 15) sorted by relevance
35 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()
38 char statbuffer[STATLEN]; in compute_pci_device()151 char infobar[255][STATLEN + 1]; in compute_PCI()176 snprintf(infobar[i], STATLEN, in compute_PCI()
37 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()
36 char statbuffer[STATLEN + 1]; in compute_vesa_card()87 char statbuffer[STATLEN]; in compute_vesa_modes()
33 char statbuffer[STATLEN + 1] = { 0 }; in compute_table()108 char statbuffer[STATLEN + 1] = { 0 }; in compute_acpi_tables()
35 char infobar[STATLEN + 1]; in compute_kernel()
83 char statbuffer[STATLEN + 1]; in compute_partition_information()157 char statbuffer[STATLEN + 1]; in compute_disk_module()
37 char statbuffer[STATLEN + 1]; in compute_syslinuxmenu()
35 char statbuffer[STATLEN + 1]; in compute_aboutmenu()
37 char statbuffer[STATLEN + 1]; /* Status bar */ in compute_vpd()
36 char infobar[STATLEN + 1]; in compute_PXE()
35 char statbuffer[STATLEN + 1]; in compute_summarymenu()
55 char statbuffer[STATLEN + 1]; in compute_processor()
87 #define STATLEN 78 // Maximum length of status string macro
1127 mi->status = (char *)malloc(STATLEN + 1); in add_item()1142 if (strlen(status) > STATLEN) { in add_item()