Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 20 of 20) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dsmp.c32 cpumask_t selected; member
48 const cpumask_t *selected, in on_selected_cpus() argument
56 ASSERT(cpumask_subset(selected, &cpu_online_map)); in on_selected_cpus()
60 cpumask_copy(&call_data.selected, selected); in on_selected_cpus()
62 nr_cpus = cpumask_weight(&call_data.selected); in on_selected_cpus()
70 smp_send_call_function_mask(&call_data.selected); in on_selected_cpus()
72 while ( !cpumask_empty(&call_data.selected) ) in on_selected_cpus()
85 if ( !cpumask_test_cpu(cpu, &call_data.selected) ) in smp_call_function_interrupt()
94 cpumask_clear_cpu(cpu, &call_data.selected); in smp_call_function_interrupt()
99 cpumask_clear_cpu(cpu, &call_data.selected); in smp_call_function_interrupt()
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dmenubox.c67 int selected, int hotkey) in do_print_item() argument
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
95 if (selected) { in do_print_item()
102 #define print_item(index, choice, selected) \ argument
160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
166 wmove(win, y, x + 1 + 12 * selected); in print_buttons()
185 const void *selected, int *s_scroll) in dialog_menu() argument
[all …]
A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
46 wattrset(win, selected ? dlg.check_selected.atr in print_item()
51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
55 if (selected) { in print_item()
101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
A Ddialog.h176 int selected; /* Set to 1 by dialog_*() function if selected. */ member
224 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
242 const void *selected, int *s_scroll);
A Dinputbox.c29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
A Dutil.c447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
452 wattrset(win, selected ? dlg.button_active.atr in print_button()
457 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
461 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
464 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
467 wattrset(win, selected ? dlg.button_active.atr in print_button()
648 item_cur->node.selected = val; in item_set_selected()
707 return (item_cur->node.selected != 0); in item_is_selected()
/xen-4.10.0-shim-comet/scripts/
A Dget_maintainer.pl1457 my %selected;
1464 $selected{$count} = 1;
1489 $sel = "*" if ($selected{$count});
1573 $selected{$nr - 1} = !$selected{$nr - 1};
1578 $selected{$i} = $toggle;
1582 $selected{$i} = !$selected{$i};
1587 $selected{$i} = !$selected{$i}
1592 $selected{$i} = !$selected{$i}
1597 $selected{$i} = !$selected{$i}
1602 $selected{$i} = !$selected{$i}
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsmp.h39 const cpumask_t *selected,
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D11graphics-keyboard.diff12 /* Key was pressed, show which entry is selected before GETKEY,
A D10graphics.diff736 " the terminal to which you input a key first will be selected. If no"
2020 - Press enter to boot the selected OS or \'p\' to enter a\n\
2022 + Press enter to boot the selected OS or \'p\' to enter a\n\
2029 - Press enter to boot the selected OS, \'e\' to edit the\n\
2031 + Press enter to boot the selected OS, \'e\' to edit the\n\
2035 - Press \'b\' to boot, \'e\' to edit the selected command in the\n\
2038 - selected line, or escape to go back to the main menu.");
2039 + Press \'b\' to boot, \'e\' to edit the selected command in the\n\
2041 + after (\'O\' for before) the selected line, \'d\' to remove the\n\
2042 + selected line, or escape to go back to the main menu.");
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dmconf.c809 int selected; in conf_choice() local
834 selected = item_activate_selected(); in conf_choice()
837 if (selected) { in conf_choice()
846 if (selected) { in conf_choice()
A Dqconf.cc1366 connect(optGroup, SIGNAL(selected(QAction *)), configView, in ConfigMainWindow()
1368 connect(optGroup, SIGNAL(selected(QAction *)), menuView, in ConfigMainWindow()
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A DTODO12 field, if not selected for display letter is lowercase, no leading asterisk
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt102 minimal value <symbol> can be set to. If <symbol> is selected multiple
119 contained there can still be selected by other symbols, though). It is
289 choice only allows a single config entry to be selected, a tristate
295 choice to 'n' and no entry needs to be selected.
356 that is defined in a common Kconfig file and selected by the relevant
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvbe_display_api.txt174 This parameter can be used to read/write the current selected BANK (at 0xA0000).
/xen-4.10.0-shim-comet/docs/man/
A Dxen-tscmode.pod.7265 version 2.6.30(?), to select TSC as a system clocksource. Once selected,
274 to disable migration. If no_migrate is selected and the VM is running
A Dxl-numa-placement.pod.7255 selected node(s) and the NUMA aware scheduling (if the credit scheduler
A Dxl.cfg.pod.5.in468 version of pvgrub can be selected.
937 For HVM domains B<devicemodel> will be selected.
1529 memory. The defaults are selected to give the best results for the
2414 memory. The defaults are selected to give the best results for the
2497 be automatically selected based upon the other features and options
2498 you have selected.
/xen-4.10.0-shim-comet/
A DINSTALL29 Individual subsystems can be selected by one of the following options.

Completed in 31 milliseconds