Home
last modified time | relevance | path

Searched refs:cbpending (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-clipboard.c203 vs->cbpending = 0; in vnc_clipboard_update_info()
219 if (vs->cbpending & (1 << type)) { in vnc_clipboard_update_info()
220 vs->cbpending &= ~(1 << type); in vnc_clipboard_update_info()
301 vs->cbpending |= (1 << QEMU_CLIPBOARD_TYPE_TEXT); in vnc_client_cut_text_ext()
H A Dvdagent.c63 uint32_t cbpending[QEMU_CLIPBOARD_SELECTION__COUNT]; member
443 vd->cbpending[s] = 0; in vdagent_clipboard_update_info()
459 if (vd->cbpending[s] & (1 << type)) { in vdagent_clipboard_update_info()
460 vd->cbpending[s] &= ~(1 << type); in vdagent_clipboard_update_info()
587 vd->cbpending[s] |= (1 << type); in vdagent_clipboard_recv_request()
H A Dgtk-clipboard.c83 gd->cbpending[s] = 0; in gd_clipboard_update_info()
H A Dvnc.h352 uint32_t cbpending; member
/openbmc/qemu/include/ui/
H A Dgtk.h147 uint32_t cbpending[QEMU_CLIPBOARD_SELECTION__COUNT]; member