/openbmc/linux/scripts/kconfig/ |
H A D | nconf.h | 73 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs); 77 void fill_window(WINDOW *win, const char *text); 78 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 79 int dialog_inputbox(WINDOW *main_window, 82 void refresh_all_windows(WINDOW *main_window); 83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, 86 void show_scroll_win(WINDOW *main_window,
|
H A D | nconf.gui.c | 120 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle() 165 void fill_window(WINDOW *win, const char *text) in fill_window() 192 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 201 WINDOW *win; in btn_dialog() 202 WINDOW *msg_win; in btn_dialog() 203 WINDOW *menu_win; in btn_dialog() 308 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 314 WINDOW *win; in dialog_inputbox() 315 WINDOW *prompt_win; in dialog_inputbox() 316 WINDOW *form_win; in dialog_inputbox() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.h | 77 void print_in_middle(WINDOW *win, 86 void fill_window(WINDOW *win, const char *text); 87 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 88 int dialog_inputbox(WINDOW *main_window, 91 void refresh_all_windows(WINDOW *main_window); 92 void show_scroll_win(WINDOW *main_window,
|
H A D | nconf.gui.c | 148 void print_in_middle(WINDOW *win, in print_in_middle() 215 void fill_window(WINDOW *win, const char *text) in fill_window() 242 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 251 WINDOW *win; in btn_dialog() 252 WINDOW *msg_win; in btn_dialog() 253 WINDOW *menu_win; in btn_dialog() 358 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 364 WINDOW *win; in dialog_inputbox() 365 WINDOW *prompt_win; in dialog_inputbox() 366 WINDOW *form_win; in dialog_inputbox() [all …]
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 165 int on_key_esc(WINDOW *win); 186 void attr_clear(WINDOW * win, int height, int width, chtype attr); 188 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 189 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 190 void print_title(WINDOW *dialog, const char *title, int width); 191 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 193 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
H A D | textbox.c | 84 static void print_line(WINDOW *win, int row, int width) in print_line() 101 static void print_page(WINDOW *win, int height, int width) in print_page() 119 static void print_position(WINDOW *win) in print_position() 133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 157 WINDOW *dialog, *box; in dialog_textbox()
|
H A D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 150 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 170 WINDOW *dialog, *menu; in dialog_menu()
|
H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 109 WINDOW *dialog, *list; in dialog_checklist()
|
H A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 32 WINDOW *dialog; in dialog_yesno()
|
H A D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 547 int on_key_esc(WINDOW *win) in on_key_esc()
|
H A D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 38 WINDOW *dialog; in dialog_inputbox()
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 187 int on_key_esc(WINDOW *win); 208 void attr_clear(WINDOW * win, int height, int width, chtype attr); 210 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 211 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 212 void print_title(WINDOW *dialog, const char *title, int width); 213 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 215 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
H A D | textbox.c | 12 static void print_page(WINDOW *win, int height, int width, update_text_fn 14 static void print_line(WINDOW *win, int row, int width); 16 static void print_position(WINDOW * win); 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 49 WINDOW *dialog, *box; in dialog_textbox() 299 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 328 static void print_line(WINDOW * win, int row, int width) in print_line() 386 static void print_position(WINDOW * win) in print_position()
|
H A D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 178 WINDOW *dialog, *menu; in dialog_menu()
|
H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 109 WINDOW *dialog, *list; in dialog_checklist()
|
H A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 32 WINDOW *dialog; in dialog_yesno()
|
H A D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 547 int on_key_esc(WINDOW *win) in on_key_esc()
|
H A D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 38 WINDOW *dialog; in dialog_inputbox()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 40 static WINDOW *title_bar_window; 41 static WINDOW *tz_sensor_window; 42 static WINDOW *cooling_device_window; 43 static WINDOW *control_window; 44 static WINDOW *status_bar_window; 45 static WINDOW *thermal_data_window; 46 static WINDOW *dialogue_window; 49 static void draw_hbar(WINDOW *win, int y, int start, int len, 70 static void close_window(WINDOW *win) in close_window() 280 WINDOW *w = dialogue_window; in show_dialogue() [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0013-Implement-triple-buffering-for-wayland.patch | 41 if (type == WINDOW && wl_display) { 80 + type == WINDOW
|
H A D | 0007-initialize-front-back-wayland-buffers.patch | 21 if (type == WINDOW && wl_display) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/ |
H A D | 0001-Fix-a-lot-of-Werror-format-security-errors-with-mvwp.patch | 20 @@ -61,7 +61,7 @@ void show_help_win(WINDOW* win, screen_t* screen)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/ |
H A D | 0001-lmon16g.c-Adjust-system-headers.patch | 37 WINDOW *padwelcome = NULL;
|
/openbmc/qemu/hw/vfio/ |
H A D | pci-quirks.c | 541 typedef enum {NONE = 0, SELECT, WINDOW, READ, WRITE} VFIONvidia3d0State; enumerator 581 if (old_state == WINDOW) { in vfio_nvidia_3d4_quirk_write() 588 if (old_state == WINDOW) { in vfio_nvidia_3d4_quirk_write() 640 quirk->state = WINDOW; in vfio_nvidia_3d0_quirk_write()
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-ntb-function.rst | 89 | NO OF MEMORY WINDOW | 159 NO OF MEMORY WINDOW:
|