Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/qemu/ui/
H A Dclipboard.c33 VMSTATE_INT32(selection, QemuClipboardInfo),
81 QemuClipboardSelection selection) in qemu_clipboard_peer_owns() argument
83 QemuClipboardInfo *info = qemu_clipboard_info(selection); in qemu_clipboard_peer_owns()
89 QemuClipboardSelection selection) in qemu_clipboard_peer_release() argument
93 if (qemu_clipboard_peer_owns(peer, selection)) { in qemu_clipboard_peer_release()
95 info = qemu_clipboard_info_new(NULL, selection); in qemu_clipboard_peer_release()
105 !cbinfo[info->selection] || in qemu_clipboard_check_serial()
106 !cbinfo[info->selection]->has_serial) { in qemu_clipboard_check_serial()
112 ok = info->serial >= cbinfo[info->selection]->serial; in qemu_clipboard_check_serial()
114 ok = info->serial > cbinfo[info->selection]->serial; in qemu_clipboard_check_serial()
[all …]
H A Dvdagent.c350 *s = info->selection; in vdagent_send_clipboard_grab()
353 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_grab()
360 info->serial = vd->last_serial[info->selection]++; in vdagent_send_clipboard_grab()
389 *s = info->selection; in vdagent_send_clipboard_release()
391 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_release()
411 *s = info->selection; in vdagent_send_clipboard_data()
414 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_data()
430 QemuClipboardSelection selection, in vdagent_send_empty_clipboard_data() argument
433 g_autoptr(QemuClipboardInfo) info = qemu_clipboard_info_new(&vd->cbpeer, selection); in vdagent_send_empty_clipboard_data()
442 QemuClipboardSelection s = info->selection; in vdagent_clipboard_update_info()
[all …]
H A Ddbus-clipboard.c69 info->selection, in dbus_clipboard_update_info()
79 req = &dpy->clipboard_request[info->selection]; in dbus_clipboard_update_info()
96 info->selection, in dbus_clipboard_update_info()
154 info->selection, in dbus_clipboard_qemu_request()
H A Dgtk-clipboard.c80 QemuClipboardSelection s = info->selection; in gd_clipboard_update_info()
147 text = gtk_clipboard_wait_for_text(gd->gtkcb[info->selection]); in gd_clipboard_request()
/openbmc/qemu/include/ui/
H A Dclipboard.h137 int selection; /* QemuClipboardSelection */ member
172 QemuClipboardSelection selection);
183 QemuClipboardSelection selection);
192 QemuClipboardInfo *qemu_clipboard_info(QemuClipboardSelection selection);
218 QemuClipboardSelection selection);
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A D0001-fix-nsectors-exceeds-0xffff-situation.patch16 truncate to 0xffff and set selection criteria type = 2, then save
17 extra nsectors to vendor unique selection criteria
52 + // 2 - Save extra sector count to vendor unique selection criteria
58 + // Description: Save extra sector count to vendor unique selection criteria.
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c331 char *selection[BOOT_MODE_EXIT + 1]; in display_download_menu() local
335 selection[i] = "[ ]"; in display_download_menu()
337 selection[mode] = "[=>]"; in display_download_menu()
343 lcd_printf("\t%s %s - %s\n\n", selection[i], in display_download_menu()
/openbmc/u-boot/board/kobol/helios4/
H A DREADME20 Boot selection:
23 Before powering up the board, boot selection should be done via the SW1 dip
/openbmc/u-boot/board/Arcturus/ucp1020/
H A DREADME11 - the selection of populated phy(s):
14 - the selection of boot location:
/openbmc/u-boot/board/solidrun/clearfog/
H A DREADME20 Boot selection:
23 Before powering up the board, boot selection should be done via the SW1 dip
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch80 + // 0 - No selection criteria
82 + // 2 - Save extra sector count to vendor unique selection criteria (Yocto)
90 + // save extra sector count to vendor unique selection criteria
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-socket-ssl-perl_2.089.bb6 multiple SSL contexts, cipher selection, certificate verification, and \
7 SSL version selection. As an extra bonus, it works perfectly with \
/openbmc/u-boot/lib/
H A Dtpm-v2.c1083 static bool tpm2_is_active_pcr(struct tpms_pcr_selection *selection) in tpm2_is_active_pcr() argument
1091 for (i = 0; i < selection->size_of_select; i++) { in tpm2_is_active_pcr()
1092 if (selection->pcr_select[i]) in tpm2_is_active_pcr()
1142 u32 hash_offset = offsetof(struct tpml_pcr_selection, selection) + in tpm2_get_pcr_info()
1152 pcrs.selection[i].hash = in tpm2_get_pcr_info()
1154 pcrs.selection[i].size_of_select = in tpm2_get_pcr_info()
1156 if (pcrs.selection[i].size_of_select > TPM2_PCR_SELECT_MAX) { in tpm2_get_pcr_info()
1158 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info()
1162 memcpy(pcrs.selection[i].pcr_select, response + pcr_select_offset, in tpm2_get_pcr_info()
1163 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxfontsel_1.1.0.bb3 SUMMARY = "xfontsel provides point and click selection of X11 font names"
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser175 def on_recipe_changed(self, selection): argument
179 (model, it) = selection.get_selected()
196 def on_package_changed(self, selection): argument
206 (model, it) = selection.get_selected()
/openbmc/u-boot/doc/
H A DREADME.multi-dtb-fit16 The selection is done using board_fit_config_name_match() (same as what the SPL
17 uses to select the DTB for U-Boot). The selection happens during fdtdec_setup()
38 Uncompression and selection stages happen in fdtdec_setup() which is called
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/
H A Dxwc.patch14 if (XwcTextListToTextProperty (dpy, &selection.text, 1, XStringStyle, &ct) >= 0)
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxfont2_2.0.7.bb4 notably font selection and rasterisation (through external libraries \
H A Dlibxfont_1.5.4.bb4 notably font selection and rasterisation (through external libraries \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.treetable.css7 /* Disable text selection of nodes (for better D&D UX) */
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-u-boot.dtsi13 uart-clk-source = <0x0>; /* uart clock source selection: 0: uxclk 1: huxclk*/
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-common.inc20 # We will skip parsing glibc when target system C library selection is not glibc
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg32 # Disable mirror selection
36 # Skip package selection and upgrades
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-scope-Use-0-instead-of-NULL-for-gboolean.patch30 if (gtk_tree_selection_get_selected(selection, NULL, &iter))
/openbmc/u-boot/doc/uImage.FIT/
H A Doverlay-fdt-boot.txt203 Configuration using overlays and feature selection
208 hand in the FIT image. For the add-on boards the extra config selection method
220 The limitation for a feature selection configuration node is that a single

123456