/openbmc/qemu/target/mips/tcg/ |
H A D | lmmi_helper.c | 58 LMIValue vs, vt; in helper_paddsb() local 72 LMIValue vs, vt; in helper_paddusb() local 86 LMIValue vs, vt; in helper_paddsh() local 100 LMIValue vs, vt; in helper_paddush() local 114 LMIValue vs, vt; in helper_paddb() local 558 LMIValue vs; in helper_psllw() local 574 LMIValue vs; in helper_psrlw() local 590 LMIValue vs; in helper_psraw() local 606 LMIValue vs; in helper_psllh() local 622 LMIValue vs; in helper_psrlh() local [all …]
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 751 VncState *vs; in vnc_abort_display_jobs() local 828 VncState *vs; in vnc_dpy_switch() local 1030 VncState *vs; in vnc_dpy_cursor_define() local 1217 VncState *vs = opaque; in audio_capture_notify() local 1249 VncState *vs = opaque; in audio_capture() local 1573 VncState *vs = opaque; in vnc_jobs_bh() local 1625 VncState *vs = opaque; in vnc_client_io() local 1734 void vnc_flush(VncState *vs) in vnc_flush() 2975 VncState *vs; in vnc_refresh_lossy_rect() local 3108 VncState *vs; in vnc_refresh_server_surface() local [all …]
|
H A D | vnc-enc-zrle.c | 38 static void vnc_zrle_start(VncState *vs) in vnc_zrle_start() 47 static void vnc_zrle_stop(VncState *vs) in vnc_zrle_stop() 54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb() 72 static int zrle_compress_data(VncState *vs, int level) in zrle_compress_data() 119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle() 171 static void zrle_write_u32(VncState *vs, uint32_t value) in zrle_write_u32() 176 static void zrle_write_u24a(VncState *vs, uint32_t value) in zrle_write_u24a() 181 static void zrle_write_u24b(VncState *vs, uint32_t value) in zrle_write_u24b() 186 static void zrle_write_u16(VncState *vs, uint16_t value) in zrle_write_u16() 191 static void zrle_write_u8(VncState *vs, uint8_t value) in zrle_write_u8() [all …]
|
H A D | vnc-auth-sasl.c | 55 void vnc_sasl_client_cleanup(VncState *vs) in vnc_sasl_client_cleanup() 72 size_t vnc_client_write_sasl(VncState *vs) in vnc_client_write_sasl() 142 size_t vnc_client_read_sasl(VncState *vs) in vnc_client_read_sasl() 168 static int vnc_auth_sasl_check_access(VncState *vs) in vnc_auth_sasl_check_access() 207 static int vnc_auth_sasl_check_ssf(VncState *vs) in vnc_auth_sasl_check_ssf() 255 static int protocol_client_auth_sasl_step(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_step() 342 static int protocol_client_auth_sasl_step_len(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_step_len() 376 static int protocol_client_auth_sasl_start(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_start() 457 static int protocol_client_auth_sasl_start_len(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_start_len() 474 static int protocol_client_auth_sasl_mechname(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_mechname() [all …]
|
H A D | vnc-enc-tight.c | 945 static int send_solid_rect(VncState *vs) in send_solid_rect() 1021 VncState *vs; member 1031 VncState *vs = priv->vs; in write_palette() local 1149 VncState *vs = cinfo->client_data; in jpeg_init_destination() local 1159 VncState *vs = cinfo->client_data; in jpeg_empty_output_buffer() local 1171 VncState *vs = cinfo->client_data; in jpeg_term_destination() local 1241 VncState *vs = priv->vs; in write_png_palette() local 1269 VncState *vs = png_get_io_ptr(png_ptr); in png_write_data() local 1385 static void vnc_tight_start(VncState *vs) in vnc_tight_start() 1394 static void vnc_tight_stop(VncState *vs) in vnc_tight_stop() [all …]
|
H A D | vnc-clipboard.c | 136 static void vnc_clipboard_send(VncState *vs, uint32_t count, uint32_t *dwords) in vnc_clipboard_send() 153 static void vnc_clipboard_provide(VncState *vs, in vnc_clipboard_provide() 194 static void vnc_clipboard_update_info(VncState *vs, QemuClipboardInfo *info) in vnc_clipboard_update_info() 228 VncState *vs = container_of(notifier, VncState, cbpeer.notifier); in vnc_clipboard_notify() local 244 VncState *vs = container_of(info->owner, VncState, cbpeer); in vnc_clipboard_request() local 258 void vnc_client_cut_text_ext(VncState *vs, int32_t len, uint32_t flags, uint8_t *data) in vnc_client_cut_text_ext() 308 void vnc_client_cut_text(VncState *vs, size_t len, uint8_t *text) in vnc_client_cut_text() 318 void vnc_server_cut_text_caps(VncState *vs) in vnc_server_cut_text_caps()
|
H A D | vnc-auth-vencrypt.c | 33 static void start_auth_vencrypt_subauth(VncState *vs) in start_auth_vencrypt_subauth() 69 VncState *vs = user_data; in vnc_tls_handshake_done() local 89 static int protocol_client_vencrypt_auth(VncState *vs, uint8_t *data, size_t len) in protocol_client_vencrypt_auth() 138 static int protocol_client_vencrypt_init(VncState *vs, uint8_t *data, size_t len) in protocol_client_vencrypt_init() 158 void start_auth_vencrypt(VncState *vs) in start_auth_vencrypt()
|
H A D | vnc-ws.c | 31 VncState *vs = user_data; in vncws_tls_handshake_done() local 54 VncState *vs = opaque; in vncws_tls_handshake_io() local 100 VncState *vs = user_data; in vncws_handshake_done() local 124 VncState *vs = opaque; in vncws_handshake_io() local
|
H A D | vnc-enc-zlib.c | 49 static void vnc_zlib_start(VncState *vs) in vnc_zlib_start() 58 static int vnc_zlib_stop(VncState *vs) in vnc_zlib_stop() 121 int vnc_zlib_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zlib_send_framebuffer_update() 148 void vnc_zlib_clear(VncState *vs) in vnc_zlib_clear()
|
H A D | vnc-jobs.c | 82 VncJob *vnc_job_new(VncState *vs) in vnc_job_new() 123 static bool vnc_has_job_locked(VncState *vs) in vnc_has_job_locked() 135 void vnc_jobs_join(VncState *vs) in vnc_jobs_join() 145 void vnc_jobs_consume_buffer(VncState *vs) in vnc_jobs_consume_buffer() 210 static bool vnc_worker_clamp_rect(VncState *vs, VncJob *job, VncRect *rect) in vnc_worker_clamp_rect() 242 VncState vs = {}; in vnc_worker_thread_loop() local
|
H A D | vnc-jobs.h | 58 static inline void vnc_lock_output(VncState *vs) in vnc_lock_output() 63 static inline void vnc_unlock_output(VncState *vs) in vnc_unlock_output()
|
H A D | vnc-enc-hextile.c | 46 int vnc_hextile_send_framebuffer_update(VncState *vs, int x, in vnc_hextile_send_framebuffer_update() 69 void vnc_hextile_set_pixel_conversion(VncState *vs, int generic) in vnc_hextile_set_pixel_conversion()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 112 void va_space_set_dtb(struct va_space *vs, uint64_t dtb) in va_space_set_dtb() 117 void va_space_create(struct va_space *vs, struct pa_space *ps, uint64_t dtb) in va_space_create() 123 static bool get_pml4e(struct va_space *vs, uint64_t va, uint64_t *value) in get_pml4e() 130 static bool get_pdpi(struct va_space *vs, uint64_t va, uint64_t pml4e, in get_pdpi() 149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd() 167 static bool get_pte(struct va_space *vs, uint64_t va, uint64_t pgd, in get_pte() 200 static uint64_t va_space_va2pa(struct va_space *vs, uint64_t va) in va_space_va2pa() 231 void *va_space_resolve(struct va_space *vs, uint64_t va) in va_space_resolve() 242 bool va_space_rw(struct va_space *vs, uint64_t addr, in va_space_rw()
|
H A D | main.c | 70 struct va_space *vs, uint64_t KdDebuggerDataBlock) in get_kdbg() 185 static bool fix_dtb(struct va_space *vs, QEMU_Elf *qe) in fix_dtb() 268 struct va_space *vs, uint64_t KdDebuggerDataBlock, in fill_header() 342 struct va_space *vs, QEMU_Elf *qe) in fill_context() 380 void *entry, size_t size, struct va_space *vs) in pe_get_data_dir_entry() 451 struct va_space *vs, OMFSignatureRSDS *rsds) in pe_check_pdb_name() 514 struct va_space vs; in main() local
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-user-scsi.c | 72 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_set_status() local 103 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_handle_output() local 147 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_connect() local 183 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_disconnect() local 206 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_event() local 233 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_realize_connect() local 256 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_realize() local 325 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_unrealize() local
|
H A D | virtio-scsi-dataplane.c | 26 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_dataplane_setup() local 72 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_dataplane_stop_bh() local 104 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_dataplane_start() local 193 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_dataplane_stop() local
|
H A D | vhost-scsi-common.c | 36 VirtIOSCSICommon *vs = (VirtIOSCSICommon *)vsc; in vhost_scsi_common_start() local 138 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in vhost_scsi_common_set_config() local
|
H A D | virtio-scsi.c | 240 VirtIOSCSICommon *vs = (VirtIOSCSICommon *)s; in virtio_scsi_pop_req() local 254 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(req->dev); in virtio_scsi_save_request() local 267 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_load_request() local 781 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_handle_cmd_req_prepare() local 909 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_set_config() local 936 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_reset() local 966 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_push_event() local 1152 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_drained_end() local 1266 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in virtio_scsi_common_unrealize() local
|
H A D | vhost-scsi.c | 48 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in vhost_scsi_set_endpoint() local 65 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in vhost_scsi_clear_endpoint() local 226 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_scsi_realize() local
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-scsi-test.c | 39 static void qvirtio_scsi_pci_free(QVirtioSCSIQueues *vs) in qvirtio_scsi_pci_free() 49 static uint64_t qvirtio_scsi_alloc(QVirtioSCSIQueues *vs, size_t alloc_size, in qvirtio_scsi_alloc() 62 static uint8_t virtio_scsi_do_command(QVirtioSCSIQueues *vs, in virtio_scsi_do_command() 123 QVirtioSCSIQueues *vs; in qvirtio_scsi_init() local 172 QVirtioSCSIQueues *vs; in test_unaligned_write_same() local 208 QVirtioSCSIQueues *vs; in test_unmap_large_lba() local 243 QVirtioSCSIQueues *vs; in test_write_to_cdrom() local 270 QVirtioSCSIQueues *vs; in test_iothread_attach_node() local
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_chmap.c | 86 struct virtio_pcm_stream *vs; in virtsnd_chmap_parse_cfg() local 122 struct virtio_pcm_stream *vs) in virtsnd_chmap_add_ctls() 146 struct virtio_pcm_stream *vs; in virtsnd_chmap_build_devs() local
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 175 struct vhost_scsi *vs; member 420 vhost_scsi_allocate_evt(struct vhost_scsi *vs, in vhost_scsi_allocate_evt() 922 vhost_scsi_send_bad_target(struct vhost_scsi *vs, in vhost_scsi_send_bad_target() 1356 vhost_scsi_send_an_resp(struct vhost_scsi *vs, in vhost_scsi_send_an_resp() 1552 static void vhost_scsi_flush(struct vhost_scsi *vs) in vhost_scsi_flush() 1669 vhost_scsi_set_endpoint(struct vhost_scsi *vs, in vhost_scsi_set_endpoint() 1801 vhost_scsi_clear_endpoint(struct vhost_scsi *vs, in vhost_scsi_clear_endpoint() 1933 struct vhost_scsi *vs; in vhost_scsi_open() local 2004 struct vhost_scsi *vs = f->private_data; in vhost_scsi_release() local 2025 struct vhost_scsi *vs = f->private_data; in vhost_scsi_ioctl() local [all …]
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | ieee754int.h | 54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument 131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 114 const char * val2str(uint16_t val, const struct valstr *vs) in val2str() 131 const struct oemvalstr *vs) in oemval2str() 392 uint16_t str2val(const char *str, const struct valstr *vs) in str2val() 411 print_valstr(const struct valstr * vs, const char * title, int loglevel) in print_valstr() 460 print_valstr_2col(const struct valstr * vs, const char * title, int loglevel) in print_valstr_2col()
|
/openbmc/linux/kernel/futex/ |
H A D | waitwake.c | 399 static int futex_wait_multiple_setup(struct futex_vector *vs, int count, int *woken) in futex_wait_multiple_setup() 496 static void futex_sleep_multiple(struct futex_vector *vs, unsigned int count, in futex_sleep_multiple() 524 int futex_wait_multiple(struct futex_vector *vs, unsigned int count, in futex_wait_multiple()
|