Home
last modified time | relevance | path

Searched full:g (Results 1 – 25 of 3384) sorted by relevance

12345678910>>...136

/openbmc/u-boot/drivers/usb/gadget/
H A Dgadget_chips.h18 #define gadget_is_net2280(g) (!strcmp("net2280", (g)->name)) argument
20 #define gadget_is_net2280(g) 0 argument
24 #define gadget_is_amd5536udc(g) (!strcmp("amd5536udc", (g)->name)) argument
26 #define gadget_is_amd5536udc(g) 0 argument
30 #define gadget_is_dummy(g) (!strcmp("dummy_udc", (g)->name)) argument
32 #define gadget_is_dummy(g) 0 argument
36 #define gadget_is_pxa(g) (!strcmp("pxa2xx_udc", (g)->name)) argument
38 #define gadget_is_pxa(g) 0 argument
42 #define gadget_is_goku(g) (!strcmp("goku_udc", (g)->name)) argument
44 #define gadget_is_goku(g) 0 argument
[all …]
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c25 virtio_gpu_base_reset(VirtIOGPUBase *g) in virtio_gpu_base_reset() argument
29 g->enable = 0; in virtio_gpu_base_reset()
31 for (i = 0; i < g->conf.max_outputs; i++) { in virtio_gpu_base_reset()
32 g->scanout[i].resource_id = 0; in virtio_gpu_base_reset()
33 g->scanout[i].width = 0; in virtio_gpu_base_reset()
34 g->scanout[i].height = 0; in virtio_gpu_base_reset()
35 g->scanout[i].x = 0; in virtio_gpu_base_reset()
36 g->scanout[i].y = 0; in virtio_gpu_base_reset()
37 g->scanout[i].ds = NULL; in virtio_gpu_base_reset()
42 virtio_gpu_base_fill_display_info(VirtIOGPUBase *g, in virtio_gpu_base_fill_display_info() argument
[all …]
H A Dvhost-user-gpu.c120 static void vhost_user_gpu_update_blocked(VhostUserGPU *g, bool blocked);
123 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor() argument
128 if (pos->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_cursor()
131 s = &g->parent_obj.scanout[pos->scanout_id]; in vhost_user_gpu_handle_cursor()
153 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg() argument
155 qemu_chr_fe_write(&g->vhost_chr, (uint8_t *)msg, in vhost_user_gpu_send_msg()
160 vhost_user_gpu_unblock(VhostUserGPU *g) in vhost_user_gpu_unblock() argument
167 vhost_user_gpu_send_msg(g, &msg); in vhost_user_gpu_unblock()
171 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display() argument
188 vhost_user_gpu_send_msg(g, &reply); in vhost_user_gpu_handle_display()
[all …]
H A Dvirtio-gpu-virgl.c33 virtio_gpu_virgl_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_virgl_find_resource() argument
37 res = virtio_gpu_find_resource(g, resource_id); in virtio_gpu_virgl_find_resource()
56 struct VirtIOGPU *g; member
68 VirtIOGPU *g = opaque; in virtio_gpu_virgl_resume_cmdq_bh() local
70 virtio_gpu_process_cmdq(g); in virtio_gpu_virgl_resume_cmdq_bh()
83 b = VIRTIO_GPU_BASE(vmr->g); in virtio_gpu_virgl_hostmem_region_free()
91 gl = VIRTIO_GPU_GL(vmr->g); in virtio_gpu_virgl_hostmem_region_free()
96 virtio_gpu_virgl_map_resource_blob(VirtIOGPU *g, in virtio_gpu_virgl_map_resource_blob() argument
101 VirtIOGPUBase *b = VIRTIO_GPU_BASE(g); in virtio_gpu_virgl_map_resource_blob()
120 vmr->g = g; in virtio_gpu_virgl_map_resource_blob()
[all …]
H A Dvirtio-gpu.c39 virtio_gpu_find_check_resource(VirtIOGPU *g, uint32_t resource_id,
45 void virtio_gpu_update_cursor_data(VirtIOGPU *g, in virtio_gpu_update_cursor_data() argument
53 res = virtio_gpu_find_check_resource(g, resource_id, false, in virtio_gpu_update_cursor_data()
78 static void update_cursor(VirtIOGPU *g, struct virtio_gpu_update_cursor *cursor) in update_cursor() argument
81 VirtIOGPUClass *vgc = VIRTIO_GPU_GET_CLASS(g); in update_cursor()
84 if (cursor->pos.scanout_id >= g->parent_obj.conf.max_outputs) { in update_cursor()
87 s = &g->parent_obj.scanout[cursor->pos.scanout_id]; in update_cursor()
104 vgc->update_cursor_data(g, s, cursor->resource_id); in update_cursor()
117 virtio_gpu_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_find_resource() argument
121 QTAILQ_FOREACH(res, &g->reslist, next) { in virtio_gpu_find_resource()
[all …]
H A Dvirtio-gpu-rutabaga.c32 virtio_gpu_rutabaga_update_cursor(VirtIOGPU *g, struct virtio_gpu_scanout *s, in virtio_gpu_rutabaga_update_cursor() argument
39 VirtIOGPURutabaga *vr = VIRTIO_GPU_RUTABAGA(g); in virtio_gpu_rutabaga_update_cursor()
41 res = virtio_gpu_find_resource(g, resource_id); in virtio_gpu_rutabaga_update_cursor()
69 VirtIOGPU *g = VIRTIO_GPU(b); in virtio_gpu_rutabaga_gl_flushed() local
70 virtio_gpu_process_cmdq(g); in virtio_gpu_rutabaga_gl_flushed()
74 rutabaga_cmd_create_resource_2d(VirtIOGPU *g, in rutabaga_cmd_create_resource_2d() argument
82 VirtIOGPURutabaga *vr = VIRTIO_GPU_RUTABAGA(g); in rutabaga_cmd_create_resource_2d()
108 QTAILQ_INSERT_HEAD(&g->reslist, res, next); in rutabaga_cmd_create_resource_2d()
112 rutabaga_cmd_create_resource_3d(VirtIOGPU *g, in rutabaga_cmd_create_resource_3d() argument
120 VirtIOGPURutabaga *vr = VIRTIO_GPU_RUTABAGA(g); in rutabaga_cmd_create_resource_3d()
[all …]
H A Dvirtio-vga.c13 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_invalidate_display() local
15 if (g->enable) { in virtio_vga_base_invalidate_display()
16 g->hw_ops->invalidate(g); in virtio_vga_base_invalidate_display()
25 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_update_display() local
27 if (g->enable) { in virtio_vga_base_update_display()
28 g->hw_ops->gfx_update(g); in virtio_vga_base_update_display()
37 VirtIOGPUBase *g = vvga->vgpu; in virtio_vga_base_text_update() local
39 if (g->enable) { in virtio_vga_base_text_update()
40 if (g->hw_ops->text_update) { in virtio_vga_base_text_update()
41 g->hw_ops->text_update(g, chardata); in virtio_vga_base_text_update()
[all …]
H A Dvirtio-gpu-gl.c28 static void virtio_gpu_gl_update_cursor_data(VirtIOGPU *g, in virtio_gpu_gl_update_cursor_data() argument
32 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_gl_update_cursor_data()
58 VirtIOGPU *g = VIRTIO_GPU(b); in virtio_gpu_gl_flushed() local
60 virtio_gpu_process_cmdq(g); in virtio_gpu_gl_flushed()
65 VirtIOGPU *g = VIRTIO_GPU(vdev); in virtio_gpu_gl_handle_ctrl() local
75 virtio_gpu_virgl_reset(g); in virtio_gpu_gl_handle_ctrl()
78 if (virtio_gpu_virgl_init(g)) { in virtio_gpu_gl_handle_ctrl()
96 QTAILQ_INSERT_TAIL(&g->cmdq, cmd, next); in virtio_gpu_gl_handle_ctrl()
100 virtio_gpu_process_cmdq(g); in virtio_gpu_gl_handle_ctrl()
101 virtio_gpu_virgl_fence_poll(g); in virtio_gpu_gl_handle_ctrl()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p3.patch41 if (G.cover == NULL) {
42 G.cover = malloc(sizeof(cover_t));
43 if (G.cover == NULL) {
45 ((cover_t *)G.cover)->max = 0;
47 ((cover_t *)G.cover)->num = 0;
48 - if ((G.extra_bytes != 0 &&
49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
50 - cover_add((cover_t *)G.cover,
51 + if (cover_add((cover_t *)G.cover,
52 G.extra_bytes + G.ecrec.offset_start_central_directory,
[all …]
H A D11-cve-2014-8141-getzip64data.patch25 if (readbuf(__G__ (char *)G.extra_field, length) == 0)
28 - getZip64Data(__G__ G.extra_field, length);
29 + if (getZip64Data(__G__ G.extra_field, length) != PK_COOL)
36 G.unipath_filename = NULL;
37 if (G.UzO.U_flag < 2) {
91 - if (G.crec.ucsize == 0xffffffff || G.lrec.ucsize == 0xffffffff){
92 - G.lrec.ucsize = G.crec.ucsize = makeint64(offset + ef_buf);
93 - offset += sizeof(G.crec.ucsize);
94 + if ((G.crec.ucsize == Z64FLGL) || (G.lrec.ucsize == Z64FLGL))
99 + G.crec.ucsize = G.lrec.ucsize = makeint64(offset + ef_buf);
[all …]
H A DCVE-2019-13232_p1.patch21 * This condition was checked when G.incnt_leftover was set > 0 in
22 * defer_leftover_input(), and it is NOT allowed to touch G.csize
23 * before calling undefer_input() when (G.incnt_leftover > 0)
24 - * (single exception: see read_byte()'s "G.csize <= 0" handling) !!
25 + * (single exception: see readbyte()'s "G.csize <= 0" handling) !!
27 + if (G.csize < 0L)
28 + G.csize = 0L;
29 G.incnt = G.incnt_leftover + (int)G.csize;
30 G.inptr = G.inptr_leftover - (int)G.csize;
31 G.incnt_leftover = 0;
/openbmc/qemu/include/ui/
H A Dpixel_ops.h1 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, in rgb_to_pixel8() argument
4 return ((r >> 5) << 5) | ((g >> 5) << 2) | (b >> 6); in rgb_to_pixel8()
7 static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g, in rgb_to_pixel15() argument
10 return ((r >> 3) << 10) | ((g >> 3) << 5) | (b >> 3); in rgb_to_pixel15()
13 static inline unsigned int rgb_to_pixel15bgr(unsigned int r, unsigned int g, in rgb_to_pixel15bgr() argument
16 return ((b >> 3) << 10) | ((g >> 3) << 5) | (r >> 3); in rgb_to_pixel15bgr()
19 static inline unsigned int rgb_to_pixel16(unsigned int r, unsigned int g, in rgb_to_pixel16() argument
22 return ((r >> 3) << 11) | ((g >> 2) << 5) | (b >> 3); in rgb_to_pixel16()
25 static inline unsigned int rgb_to_pixel16bgr(unsigned int r, unsigned int g, in rgb_to_pixel16bgr() argument
28 return ((b >> 3) << 11) | ((g >> 2) << 5) | (r >> 3); in rgb_to_pixel16bgr()
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c22 vg_virgl_update_cursor_data(VuGpu *g, uint32_t resource_id, in vg_virgl_update_cursor_data() argument
38 virgl_cmd_context_create(VuGpu *g, in virgl_cmd_context_create() argument
50 virgl_cmd_context_destroy(VuGpu *g, in virgl_cmd_context_destroy() argument
61 virgl_cmd_create_resource_2d(VuGpu *g, in virgl_cmd_create_resource_2d() argument
84 virgl_cmd_create_resource_3d(VuGpu *g, in virgl_cmd_create_resource_3d() argument
107 virgl_cmd_resource_unref(VuGpu *g, in virgl_cmd_resource_unref() argument
120 vg_cleanup_mapping_iov(g, res_iovs, num_iovs); in virgl_cmd_resource_unref()
131 virgl_cmd_get_capset_info(VuGpu *g, in virgl_cmd_get_capset_info() argument
155 vg_ctrl_response(g, cmd, &resp.hdr, sizeof(resp)); in virgl_cmd_get_capset_info()
170 virgl_cmd_get_capset(VuGpu *g, in virgl_cmd_get_capset() argument
[all …]
H A Dvhost-user-gpu.c52 static void vg_cleanup_mapping(VuGpu *g,
111 vg_sock_fd_close(VuGpu *g) in vg_sock_fd_close() argument
113 if (g->sock_fd >= 0) { in vg_sock_fd_close()
114 close(g->sock_fd); in vg_sock_fd_close()
115 g->sock_fd = -1; in vg_sock_fd_close()
122 VuGpu *g = user_data; in source_wait_cb() local
124 if (!vg_recv_msg(g, VHOST_USER_GPU_DMABUF_UPDATE, 0, NULL)) { in source_wait_cb()
129 g->wait_in = 0; in source_wait_cb()
130 vg_handle_ctrl(&g->dev.parent, 0); in source_wait_cb()
136 vg_wait_ok(VuGpu *g) in vg_wait_ok() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dde-Primacom12 [PrimaCom A.G.]
20 [PrimaCom A.G.]
28 [PrimaCom A.G.]
36 [PrimaCom A.G.]
44 [PrimaCom A.G.]
52 [PrimaCom A.G.]
60 [PrimaCom A.G.]
68 [PrimaCom A.G.]
76 [PrimaCom A.G.]
84 [PrimaCom A.G.]
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch46 -v6intARM_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -marm
47 -v6intThumb_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
48 +v6intARM_CFLAGS = $(AM_CFLAGS) -g -O0 -marm
49 +v6intThumb_CFLAGS = $(AM_CFLAGS) -g -O0 -mthumb
51 -v6media_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
52 +v6media_CFLAGS = $(AM_CFLAGS) -g -O0 -mthumb
54 v8crypto_a_CFLAGS = $(AM_CFLAGS) -g -O0 -mfpu=crypto-neon-fp-armv8 -marm -march=armv8-a
55 v8crypto_t_CFLAGS = $(AM_CFLAGS) -g -O0 -mfpu=crypto-neon-fp-armv8 -mthumb -march=armv8-a
56 @@ -74,23 +74,23 @@ v8memory_t_CFLAGS = $(AM_CFLAGS) -g -O0 \
58 vcvt_fixed_float_VFP_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mfpu=neon
[all …]
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() argument
100 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
111 G = ctx->state[6]; in sha256_process()
114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process()
115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process()
116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process()
117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process()
118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process()
119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process()
[all …]
/openbmc/openbmc/poky/documentation/template/
H A Dpoky.svg19 <g
23 <g
29 </g>
30 </g>
31 <g
35 <g
41 </g>
42 </g>
43 <g
47 <g
[all …]
/openbmc/qemu/tests/functional/
H A Dreverse_debugging.py62 def get_reg_le(g, reg): argument
63 res = g.cmd(b'p%x' % reg)
70 def get_reg_be(g, reg): argument
71 res = g.cmd(b'p%x' % reg)
74 def get_reg(self, g, reg): argument
77 return self.get_reg_le(g, reg)
79 return self.get_reg_be(g, reg)
81 def get_pc(self, g): argument
82 return self.get_reg(g, self.REG_PC)
84 def check_pc(self, g, addr): argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/
H A Dntfs-3g-ntfsprogs_2022.10.3.bb1 DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with re…
2 HOMEPAGE = "http://www.ntfs-3g.org/"
4 PROVIDES = "ntfsprogs ntfs-3g"
10 file://0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch \
16 UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/"
27 PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
29 FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
30 RDEPENDS:ntfs-3g += "fuse"
31 RRECOMMENDS:ntfs-3g = "util-linux-mount"
34 FILES:libntfs-3g = "${libdir}/*${SOLIBS}"
[all …]
/openbmc/openbmc/meta-facebook/recipes-phosphor/health/
H A Dphosphor-health-monitor_%.bbappend21 sed -i "s/\"CPU_CRIT_VAL\"/${CPU_CRIT_VAL}/g" ${UNPACKDIR}/bmc_health_config.json
22 sed -i "s/CPU_CRIT_TGT/${CPU_CRIT_TGT}/g" ${UNPACKDIR}/bmc_health_config.json
23 sed -i "s/\"CPU_WARN_VAL\"/${CPU_WARN_VAL}/g" ${UNPACKDIR}/bmc_health_config.json
24 sed -i "s/CPU_WARN_TGT/${CPU_WARN_TGT}/g" ${UNPACKDIR}/bmc_health_config.json
26 sed -i "s/\"MEM_CRIT_VAL\"/${MEM_CRIT_VAL}/g" ${UNPACKDIR}/bmc_health_config.json
27 sed -i "s/MEM_CRIT_TGT/${MEM_CRIT_TGT}/g" ${UNPACKDIR}/bmc_health_config.json
28 sed -i "s/\"MEM_WARN_VAL\"/${MEM_WARN_VAL}/g" ${UNPACKDIR}/bmc_health_config.json
29 sed -i "s/MEM_WARN_TGT/${MEM_WARN_TGT}/g" ${UNPACKDIR}/bmc_health_config.json
31 sed -i "s/\"STORAGE_CRIT_VAL\"/${STORAGE_CRIT_VAL}/g" ${UNPACKDIR}/bmc_health_config.json
32 sed -i "s/STORAGE_CRIT_TGT/${STORAGE_CRIT_TGT}/g" ${UNPACKDIR}/bmc_health_config.json
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/
H A D0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch4 Subject: [PATCH] libntfs-3g/Makefile.am: fix install failed while host dir not exist
9 …]: Entering directory `tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/build/libntfs-3g'
11 …mv -f "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"/libntfs-3g.so*…
12 "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"; \
24 libntfs-3g/Makefile.am | 6 +++---
27 diff --git a/libntfs-3g/Makefile.am b/libntfs-3g/Makefile.am
29 --- a/libntfs-3g/Makefile.am
30 +++ b/libntfs-3g/Makefile.am
37 $(MV) -f "$(DESTDIR)/$(libdir)"/libntfs-3g.so* "$(DESTDIR)/$(rootlibdir)"; \
42 $(install_sh_PROGRAM) "libntfs-3g.script.so" "$(DESTDIR)/$(libdir)/libntfs-3g.so"; \
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/
H A Dgobject-introspection_1.84.0.bb27 MULTILIB_SCRIPTS = "${PN}-tools:${bindir}/g-ir-annotation-tool ${PN}-tools:${bindir}/g-ir-scanner"
35 # on the fly by g-ir-scanner and a native version of itself to run
50 -Dgi_cross_binary_wrapper=${B}/g-ir-scanner-qemuwrapper \
51 -Dgi_cross_ldd_wrapper=${B}/g-ir-scanner-lddwrapper \
61 sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/tools/g-ir-tool-template.in
68 cat > ${B}/g-ir-scanner-qemuwrapper << EOF
81 chmod +x ${B}/g-ir-scanner-qemuwrapper
83 …# Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files
87 cat > ${B}/g-ir-scanner-wrapper << EOF
89 # This prevents g-ir-scanner from writing cache data to user's HOME dir
[all …]
/openbmc/u-boot/include/
H A Dbinman_sym.h21 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
22 * @_prop_name: Property value to get from that entry (e.g. 'pos')
31 * @_type: Type f the symbol (e.g. unsigned long)
32 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
33 * @_prop_name: Property value to get from that entry (e.g. 'pos')
42 * @_type: Type f the symbol (e.g. unsigned long)
43 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
44 * @_prop_name: Property value to get from that entry (e.g. 'pos')
56 * @_type: Type f the symbol (e.g. unsigned long)
57 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h167 void (*gl_flushed)(VirtIOGPUBase *g);
227 void (*process_cmd)(VirtIOGPU *g, struct virtio_gpu_ctrl_command *cmd);
228 void (*update_cursor_data)(VirtIOGPU *g,
231 void (*resource_destroy)(VirtIOGPU *g,
304 void virtio_gpu_base_reset(VirtIOGPUBase *g);
305 void virtio_gpu_base_fill_display_info(VirtIOGPUBase *g,
308 void virtio_gpu_base_generate_edid(VirtIOGPUBase *g, int scanout,
312 virtio_gpu_find_resource(VirtIOGPU *g, uint32_t resource_id);
314 void virtio_gpu_ctrl_response(VirtIOGPU *g,
318 void virtio_gpu_ctrl_response_nodata(VirtIOGPU *g,
[all …]

12345678910>>...136