Home
last modified time | relevance | path

Searched refs:infobar (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-menu-pxe.c36 char infobar[STATLEN + 1]; in compute_PXE() local
51 snprintf(infobar, sizeof infobar, "PCI Vendor : %d", p->vendor_id); in compute_PXE()
52 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); in compute_PXE()
56 snprintf(infobar, sizeof infobar, "PCI Product : %d", p->vendor_id); in compute_PXE()
57 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); in compute_PXE()
61 snprintf(infobar, sizeof infobar, "PCI SubVendor : %d", in compute_PXE()
63 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); in compute_PXE()
68 snprintf(infobar, sizeof infobar, "PCI SubProduct : %d", in compute_PXE()
70 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); in compute_PXE()
74 snprintf(infobar, sizeof infobar, "PCI Revision : %d", p->rev); in compute_PXE()
[all …]
Dhdt-menu-kernel.c35 char infobar[STATLEN + 1]; in compute_kernel() local
73 snprintf(infobar, sizeof infobar, in compute_kernel()
80 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); in compute_kernel()
Dhdt-menu-pci.c151 char infobar[255][STATLEN + 1]; in compute_PCI() local
176 snprintf(infobar[i], STATLEN, in compute_PCI()
197 add_item(menuname[j], infobar[j], OPT_SUBMENU, NULL, in compute_PCI()