Searched refs:item_str (Results 1 – 10 of 10) sorted by relevance
/openbmc/fb-ipmi-oem/include/ |
H A D | usb-dbg.hpp | 122 std::array<std::string, 8> item_str; member 135 .item_str = 146 .item_str = 155 .item_str =
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 280 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 281 if (key == tolower(item_str()[j])) in dialog_menu() 287 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 288 if (key == tolower(item_str()[j])) in dialog_menu()
|
H A D | checklist.c | 23 strncpy(list_item, item_str(), list_width - item_x); in print_item() 169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
H A D | dialog.h | 179 const char *item_str(void);
|
H A D | util.c | 687 const char *item_str(void) in item_str() function
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 272 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 273 if (key == tolower(item_str()[j])) in dialog_menu() 279 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 280 if (key == tolower(item_str()[j])) in dialog_menu()
|
H A D | checklist.c | 23 strncpy(list_item, item_str(), list_width - item_x); in print_item() 169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
H A D | dialog.h | 157 const char *item_str(void);
|
H A D | util.c | 687 const char *item_str(void) in item_str() function
|
/openbmc/fb-ipmi-oem/src/ |
H A D | usb-dbg.cpp | 940 bootOrderPanel.item_str[0] = in panel_boot_order() 960 bootOrderPanel.item_str[i] = find->second; in panel_boot_order() 989 snprintf(panels[PANEL_POWER_POLICY].item_str[1], 32, "%cPower On", in panel_power_policy() 991 snprintf(panels[PANEL_POWER_POLICY].item_str[2], 32, "%cLast State", in panel_power_policy() 993 snprintf(panels[PANEL_POWER_POLICY].item_str[3], 32, "%cPower Off", in panel_power_policy() 1034 buffer[2] = std::size(panels[cur_panel].item_str[item]); in plat_udbg_control_panel() 1038 std::memcpy(&buffer[3], (panels[cur_panel].item_str[item]).c_str(), in plat_udbg_control_panel()
|