HomeSort by relevance Sort by last modified time
    Searched refs:more_printf (Results 1 - 17 of 17) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli-dmi.c 44 more_printf("Available DMI modules on your system:\n");
46 more_printf("\t%s\n", CLI_DMI_BASE_BOARD);
48 more_printf("\t%s\n", CLI_DMI_BATTERY);
50 more_printf("\t%s\n", CLI_DMI_BIOS);
52 more_printf("\t%s\n", CLI_DMI_CHASSIS);
55 more_printf("\tbank <number>\n");
61 more_printf("\tmodule <number>\n");
66 more_printf("\t%s\n", CLI_DMI_PROCESSOR);
68 more_printf("\t%s\n", CLI_DMI_SYSTEM);
70 more_printf("\t%s\n", CLI_DMI_IPMI)
    [all...]
hdt-cli-pxe.c 47 more_printf("You are not currently using PXELINUX\n");
51 more_printf("PXE\n");
53 more_printf(" No valid PXE ROM found\n");
58 more_printf(" PCI device no: %d \n", p->pci_device_pos);
68 more_printf("%s", buffer);
72 more_printf("%s", buffer);
75 more_printf("%s", buffer);
77 more_printf(" Addresses : %d.%d.%d.%d @ %s\n", p->ip_addr[0],
81 more_printf(" gPXE Detected: Yes\n")
83 more_printf(" gPXE Detected: No\n")
    [all...]
hdt-cli-syslinux.c 43 more_printf("SYSLINUX\n");
44 more_printf(" Bootloader : %s\n", hardware->syslinux_fs);
45 more_printf(" Version : %s\n", hardware->sv->version_string);
46 more_printf(" Version : %u\n", hardware->sv->version);
47 more_printf(" Max API : %u\n", hardware->sv->max_api);
48 more_printf(" Copyright : %s\n", hardware->sv->copyright_string);
hdt-cli-vpd.c 41 more_printf("No VPD structure detected.\n");
45 more_printf("VPD present at address : %s\n", hardware->vpd.base_address);
47 more_printf("Bios Build ID : %s\n",
50 more_printf("Bios Release Date : %s\n",
53 more_printf("Bios Version : %s\n",
56 more_printf("Default Flash Filename : %s\n",
59 more_printf("Box Serial Number : %s\n",
62 more_printf("Motherboard Serial Number : %s\n",
65 more_printf("Machine Type/Model : %s\n",
hdt-cli-pci.c 40 more_printf("PCI\n");
41 more_printf(" NB Devices : %d\n", hardware->nb_pci_devices);
60 more_printf("show device <number>\n");
66 more_printf("This PCI device number is incorrect\n");
70 more_printf("PCI device %d doesn't exist\n", pcidev);
94 more_printf("We were enabled to find PCI device %d\n", pcidev);
111 more_printf("PCI Device %d\n", pcidev);
114 more_printf("Vendor Name : %s\n", pci_device->dev_info->vendor_name);
115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name);
116 more_printf("Class Name : %s\n", pci_device->dev_info->class_name)
    [all...]
hdt-cli-vesa.c 41 more_printf("No VESA BIOS detected\n");
44 more_printf("VESA\n");
45 more_printf(" Vesa version : %d.%d\n", hardware->vesa.major_version,
47 more_printf(" Vendor : %s\n", hardware->vesa.vendor);
48 more_printf(" Product : %s\n", hardware->vesa.product);
49 more_printf(" Product rev. : %s\n", hardware->vesa.product_revision);
50 more_printf(" Software rev.: %d\n", hardware->vesa.software_rev);
51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64);
52 more_printf(" Modes : %d\n", hardware->vesa.vmi_count);
60 more_printf("No VESA BIOS detected\n")
    [all...]
hdt-cli-disk.c 76 more_printf(" # B Start End Size Id Type\n");
79 more_printf("%2d %s %11d %11d %s %02X %s",
85 more_printf("%s", " (Swsusp sig. detected)");
88 more_printf("%-46s %s %s", " ", "Bootloader:", bootloader_name);
90 more_printf("\n");
98 more_printf("Which disk?\n");
105 more_printf("Invalid disk: %d.\n", drive);
117 more_printf("No disk found\n");
128 more_printf("DISK 0x%X:\n"
155 more_printf("\n")
    [all...]
hdt-cli-memory.c 45 more_printf("Detected RAM : %lu MiB (%lu KiB)\n",
47 more_printf("BIOS-provided physical RAM e820 map:\n");
50 more_printf("%016llx - %016llx %016llx (%s)\n",
59 more_printf("\n");
60 more_printf("Sanitized e820 map:\n");
63 more_printf("%016llx - %016llx %016llx (%s)\n",
76 more_printf("e801 bogus!\n");
78 more_printf("Detected RAM : %d MiB(%d KiB)\n",
81 more_printf("e801 details : %d Kb (%d MiB) - %d Kb (%d MiB)\n", mem_low,
93 more_printf("8800h bogus!\n")
    [all...]
hdt-cli-hdt.c 57 more_printf("Available modes:\n");
62 more_printf("\n");
76 more_printf("Which mode?\n");
122 more_printf("Available commands are:\n");
157 more_printf("\nshow commands:\n");
168 more_printf("\nset commands:\n");
205 more_printf("System\n");
206 more_printf(" Manufacturer : %s\n", hardware->dmi.system.manufacturer);
207 more_printf(" Product Name : %s\n", hardware->dmi.system.product_name);
208 more_printf(" Serial : %s\n", hardware->dmi.system.serial)
    [all...]
hdt-cli-acpi.c 40 more_printf("%-4s v%03x %-6s %-8s 0x%08x %-7s 0x%08x @ 0x%p\n",
48 more_printf
55 more_printf
67 more_printf("No ACPI Tables detected\n");
77 more_printf
127 more_printf
135 more_printf("\nLocal APIC at 0x%08x\n", hardware->acpi.madt.local_apic_address);
142 more_printf("No Processor Local APIC found\n");
156 more_printf("CPU #%u, LAPIC (acpi_id[0x%02x] apic_id[0x%02x]) %s\n",
165 more_printf("No Local APIC NMI found\n")
    [all...]
hdt-cli-cpu.c 46 more_printf("CPU (%d logical / %d phys)\n",
50 more_printf("CPU\n");
51 more_printf(" Manufacturer : %s \n", hardware->cpu.vendor);
52 more_printf(" Product : %s \n", hardware->cpu.model);
53 more_printf(" CPU Cores : %d \n", hardware->cpu.num_cores);
55 more_printf(" CPU Threads : %d \n", hardware->dmi.processor.thread_count);
56 more_printf(" L2 Cache : %dK\n", hardware->cpu.l2_cache_size);
72 more_printf("%s\n", features);
88 more_printf("%s", output_buffer);
108 more_printf("CPU (%d logical / %d phys)\n"
    [all...]
hdt-cli-kernel.c 47 more_printf("Kernel modules\n");
49 // more_printf(" PCI device no: %d \n", p->pci_device_pos);
53 more_printf(" modules.pcimap and modules.alias files are missing\n");
85 more_printf("%s", buffer);
99 more_printf(" Missing pci.ids, we can't compute the list\n");
104 more_printf(" Missing modules.pcimap, we can't compute the list\n");
132 more_printf("%s : %s\n", category_name[i], modules[i]);
hdt.c 75 more_printf("%s\n", version_string);
89 more_printf("Executing postexec instructions : %s\n",hardware.postexec);
hdt-dump.c 159 more_printf("PXE stack was not detected, Dump feature is not available\n");
223 more_printf("Dump failed !\n");
224 more_printf("TFTP ERROR on : %s:/%s \n", hardware->tftp_ip, filename);
225 more_printf("TFTP ERROR msg : %s \n", tftp_string_error_message[-err]);
227 more_printf("Dump file sent at %s:/%s\n", hardware->tftp_ip, filename);
hdt-common.c 571 more_printf("PCI: %d devices detected\n", hardware->nb_pci_devices);
572 more_printf("PCI: Resolving names\n");
579 more_printf("PCI: Resolving class names\n");
586 more_printf("PCI: Resolving module names\n");
723 /* Reset the more_printf counter */
749 more_printf("ACPI: Detecting\n");
753 more_printf("MEMORY: Detecting\n");
757 more_printf("DMI: Detecting Table\n");
759 more_printf("DMI: ERROR ! Table not found ! \n");
760 more_printf("DMI: Many hardware components will not be detected ! \n")
    [all...]
hdt-cli.c 135 more_printf("You are not currently using PXELINUX\n");
163 more_printf("No valid DMI table found, exiting.\n");
175 more_printf("No valid VPD table found, exiting.\n");
191 more_printf("Unknown mode, please choose among:\n");
193 more_printf("\t%s\n", list_modes[i]->name);
202 more_printf("!!! BUG: Mode '%d' unknown.\n", hdt_cli.mode);
682 more_printf("unknown command: '%s'\n", command);
764 more_printf("\nEntering Auto mode\n");
789 more_printf("%s%s\n", hdt_cli.prompt, commands[i]);
796 more_printf("\nExiting Auto mode\n")
    [all...]
hdt-menu.c 54 more_printf("Starting Menu (%d menus)\n", hdt_menu.total_menu_count);

Completed in 171 milliseconds