Home
last modified time | relevance | path

Searched full:selected (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--d…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/
H A Dlibopus_1.5.2.bb42 #| {standard input}:389: Error: selected processor does not support Thumb mode `smull r5,r7,r1,r4'
43 #| {standard input}:418: Error: selected processor does not support Thumb mode `smull r5,r6,r4,r1'
44 #| {standard input}:448: Error: selected processor does not support Thumb mode `smull r4,r5,r1,r0'
45 #| {standard input}:474: Error: selected processor does not support Thumb mode `smull r0,r4,r8,r1'
46 #| {standard input}:510: Error: selected processor does not support Thumb mode `smull fp,r0,r10,r1'
47 #| {standard input}:553: Error: selected processor does not support Thumb mode `smull fp,r1,r10,r3'
48 #| {standard input}:741: Error: selected processor does not support Thumb mode `smull r3,r0,r6,r10'
49 #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9'
50 #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
/openbmc/u-boot/drivers/serial/
H A Dserial.c264 * the STDIO "serial" device is selected as stdin/stdout/stderr,
299 * get_current() - Return pointer to currently selected serial port
301 * This function returns a pointer to currently selected serial port.
302 * The currently selected serial port is altered by serial_assign()
310 * Returns pointer to the currently selected serial port on success,
338 * serial_init() - Initialize currently selected serial port
340 * This function initializes the currently selected serial port. This
343 * to determine which port is selected.
354 * serial_setbrg() - Configure baud-rate of currently selected serial port
356 * This function configures the baud-rate of the currently selected
[all …]
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_mmio.h54 /* Maximum size of the currently selected queue - Read Only */
57 /* Queue size for the currently selected queue - Write Only */
62 /* Used Ring alignment for the currently selected queue - Write Only */
65 /* Guest's PFN for the currently selected queue - Read Write */
70 /* Ready bit for the currently selected queue - Read Write */
85 /* Selected queue's Descriptor Table address, 64 bits in two halves */
89 /* Selected queue's Available Ring address, 64 bits in two halves */
93 /* Selected queue's Used Ring address, 64 bits in two halves */
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dmenubox.c21 * *) Formerly if I selected something my scrolling would be broken because
36 * lxdialog, it sets the scrolling so that the selected item is in the
54 int selected, int hotkey) in do_print_item() argument
75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
82 if (selected) { in do_print_item()
89 #define print_item(index, choice, selected) \ argument
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument
147 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
[all …]
H A Dinputbox.c16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
21 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
22 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
24 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
109 if (button == -1) { /* Input box selected */ in dialog_inputbox()
233 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
237 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
243 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
253 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
257 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
[all …]
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspear600.c123 * return true if the particular booting option is selected
137 /* Check whether SNOR boot is selected */ in snor_boot_selected()
159 /* Check whether NAND boot is selected */ in nand_boot_selected()
174 /* Parallel NOR boot is not selected in any SPEAr600 revision */ in pnor_boot_selected()
183 /* Check whether USB boot is selected */ in usb_boot_selected()
193 /* TFTP boot is not selected in any SPEAr600 revision */ in tftp_boot_selected()
199 /* UART boot is not selected in any SPEAr600 revision */ in uart_boot_selected()
205 /* SPI boot is not selected in any SPEAr600 revision */ in spi_boot_selected()
211 /* I2C boot is not selected in any SPEAr600 revision */ in i2c_boot_selected()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_mmio.h80 /* Maximum size of the currently selected queue - Read Only */
83 /* Queue size for the currently selected queue - Write Only */
89 /* Used Ring alignment for the currently selected queue - Write Only */
92 /* Guest's PFN for the currently selected queue - Read Write */
98 /* Ready bit for the currently selected queue - Read Write */
113 /* Selected queue's Descriptor Table address, 64 bits in two halves */
117 /* Selected queue's Available Ring address, 64 bits in two halves */
121 /* Selected queue's Used Ring address, 64 bits in two halves */
/openbmc/u-boot/tools/buildman/
H A Dboard.py164 """Return a dictionary containing the selected boards
167 List of Board objects that are marked selected
176 """Return a list of selected boards
179 List of Board objects that are marked selected
184 """Return a list of selected boards
187 List of board names that are marked selected
206 a board to be selected.
241 """Mark boards selected based on args
247 If boards and args are both empty, all boards are selected.
252 empty, all boards are selected.
[all …]
H A Dcontrol.py25 def GetActionSummary(is_summary, commits, selected, options): argument
39 len(selected))
55 boards_selected: Dict of selected boards, key is target name,
59 board_warnings: List of warnings obtained from board selected
227 selected = boards.GetSelected()
228 if not len(selected):
268 options.threads = min(multiprocessing.cpu_count(), len(selected))
271 len(selected) - 1) / len(selected))
281 # Create a new builder with the selected options.
308 ShowActions(series, why_selected, selected, builder, options,
/openbmc/u-boot/include/
H A Dadc.h13 /* The last possible selected channel with 32-bit mask */
104 * for the channel numbers selected by the bit mask.
110 * @channel_mask: bit mask of selected analog channels
127 * @channel: selected analog channel number
128 * @data: returned pointer to selected channel's output data
135 * channels_data() - get conversion data for the selected channels.
145 * @channel_mask: bit mask of selected analog channels
147 * selected by the given mask
195 * adc_channels_data() - get conversion data for the channels selected by mask
249 * adc_channels_single_shot() - get ADC conversion output data for the selected
[all …]
H A Dfsl_secboot_err.h107 "Selected key is revoked" },
111 "Wrong key is selected" },
115 "Selected IE key is revoked" },
119 "Wrong IE key is selected" },
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-thumb.inc13 selected = d.getVar('ARM_INSTRUCTION_SET')
14 if selected == None:
17 if selected != used:
19 …RM_INSTRUCTION_SET to be '%s', but tune configuration overrides it to '%s'" % (pn, selected, used))
/openbmc/webui-vue/src/components/Global/
H A DTableToolbar.vue5 <p class="toolbar-selected">
6 {{ selectedItemsCount }} {{ $t('global.action.selected') }}
13 :data-test-id="`table-button-${action.value}Selected`"
23 @click="$emit('clear-selected')"
55 emits: ['batch-action', 'clear-selected'],
96 .toolbar-selected {
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js67 buf.push('<option value="' + version + '" selected="selected">' + title + '</option>');
72 …buf.push('<option value="' + current_version + '" selected="selected">' + current_version + '</opt…
87 buf.push('<option value="' + doctype + '" selected="selected">' +
94 buf.push('<option value="' + current_doctype + '" selected="selected">' +
144 var selected_version = $(this).children('option:selected').attr('value');
176 var selected_doctype = $(this).children('option:selected').attr('value');
/openbmc/u-boot/drivers/net/phy/
H A Dlxt.c14 #define MIIM_LXT971_SR2_10HDX 0x0000 /* 10 Mbit half duplex selected */
15 #define MIIM_LXT971_SR2_10FDX 0x0200 /* 10 Mbit full duplex selected */
16 #define MIIM_LXT971_SR2_100HDX 0x4000 /* 100 Mbit half duplex selected */
17 #define MIIM_LXT971_SR2_100FDX 0x4200 /* 100 Mbit full duplex selected */
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c270 * write-to-selected node may have several DATA children, one of them may be
271 * "selected". Exclusive write permission is taken on selected child.
277 BdrvChild *selected; member
288 if (s->selected && c == s->selected) { in write_to_selected_perms()
298 .format_name = "write-to-selected",
308 * Consider the block driver (write-to-selected) which has two children: one is
309 * selected so we have exclusive write access to it and for the other one we
318 * │ fl2 │ ◀── │ write-to-selected │ ◀── │ top │
336 * So, we set some option for write-to-selected driver and do permission update.
339 * write-to-selected -> fl1 -> base branch it will succeed: it firstly drop
[all …]
/openbmc/u-boot/cmd/
H A Dosd.c18 /* Container for selected OSD device */
22 * cmd_osd_set_osd_num() - Set the OSD selected for operation
29 * @osdnum: The OSD device to be selected, identified by its sequence number.
48 * osd_get_osd_cur() - Get the selected OSD device
52 * @osdp: Pointer to structure that will receive the currently selected OSD
59 puts("No osd selected\n"); in osd_get_osd_cur()
97 puts("No osd selected\n"); in do_osd_write()
146 puts("No osd selected\n"); in do_osd_print()
174 puts("No osd selected\n"); in do_osd_size()
/openbmc/qemu/hw/char/
H A Dspapr_vty.c208 SpaprVioDevice *sdev, *selected; in spapr_vty_get_default() local
217 selected = NULL; in spapr_vty_get_default()
228 /* First VTY we've found, so it is selected for now */ in spapr_vty_get_default()
229 if (!selected) { in spapr_vty_get_default()
230 selected = sdev; in spapr_vty_get_default()
235 if (sdev->reg < selected->reg) { in spapr_vty_get_default()
236 selected = sdev; in spapr_vty_get_default()
240 return selected; in spapr_vty_get_default()
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c40 * If there's a preferred bootcount device selected by the user (by in bootcount_store()
48 /* If there was no user-selected device, use the first available one */ in bootcount_store()
68 * If there's a preferred bootcount device selected by the user (by in bootcount_load()
76 /* If there was no user-selected device, use the first available one */ in bootcount_load()
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.js124 row.selected = false;
140 * Sets each selectable row selected property to true
147 if (!row.selected && row.selectable) {
148 row.selected = true;
156 * Sets each row selected property to false
165 row.selected = false;
186 * Emits the action type and the selected row data to
191 const filteredRows = this.data.filter((row) => row.selected);
227 * @param {number} row : index of selected row
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dswitchers.js.in76 …buf.push('<option value="' + version + '" selected="selected">' + vers_data["title"] + '</option>'…
93 buf.push('<option value="' + doctype + '" selected="selected">' +
100 buf.push('<option value="' + current_doctype + '" selected="selected">' +
156 var selected_version = $(this).children('option:selected').attr('value');
194 var selected_doctype = $(this).children('option:selected').attr('value');
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst114 registers will read/store data from/to selected CPU.
127 selected CPU device
131 selected CPU device.
153 selected CPU ('CPU selector' value).
165 architecture specific CPU ID value for currently selected CPU.
214 with a pending event and selected CPU remains unchanged.
216 selector of the CPU with the pending event (which is already selected).
226 register return 'CPU selector' value of selected CPU
/openbmc/rest-dbus/resources/
H A Djstree.min.js2selected:[],last_error:{},working:!1,worker_queue:[],focused:null}}},a.jstree.reference=function(b… property in AnonymousClassf811328e0f01.init._model.default_state
3selected",!!f.state.selected),b.setAttribute("aria-level",f.parents.length),b.setAttribute("aria-l… property in AnonymousClassf811328ea101
4selected:[],deselected:[]};var g={};for(e=0,f=c.length;f>e;e++)g[c[e]]=1;for(e=0,f=d.selected.leng… property in AnonymousFunctionf811328e10c00.AnonymousClassf811328e11e01
5selected"===this.settings.dnd.touch&&!a(b.currentTarget).closest(".jstree-node").children(".jstree…
/openbmc/u-boot/doc/
H A DREADME.bootmenu12 selected using the "Enter" key. The selection of the highlighted
27 menu entry will be selected automatically
35 entry is selected
81 Selected menu entry will be highlighted - it will have inverted

12345678910>>...34