MCPcopy Create free account
hub / github.com/coreboot/coreboot / print_module_title

Function print_module_title

payloads/coreinfo/coreinfo.c:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69static int curwin;
70
71void print_module_title(WINDOW *win, const char *title)
72{
73 int i;
74
75 wattrset(win, COLOR_PAIR(2));
76 mvwprintw(win, 0, 1, title);
77
78 wmove(win, 1, 1);
79 for (i = 0; i < 78; i++)
80 waddch(win, ACS_HLINE);
81}
82
83static void print_submenu(struct coreinfo_cat *cat)
84{

Callers 9

cpuinfo_module_redrawFunction · 0.85
ramdump_module_redrawFunction · 0.85
coreboot_module_redrawFunction · 0.85
timestamps_module_redrawFunction · 0.85
multiboot_module_redrawFunction · 0.85
pci_module_redrawFunction · 0.85
bootlog_module_redrawFunction · 0.85
cbfs_module_redrawFunction · 0.85
nvram_module_redrawFunction · 0.85

Calls 4

wattrsetFunction · 0.85
mvwprintwFunction · 0.50
wmoveFunction · 0.50
waddchFunction · 0.50

Tested by

no test coverage detected