/openbmc/qemu/qga/ |
H A D | channel.h | 31 GIOStatus ga_channel_read(GAChannel *c, gchar *buf, gsize size, gsize *count); 32 GIOStatus ga_channel_write_all(GAChannel *c, const gchar *buf, gsize size);
|
H A D | channel-posix.c | 251 GIOStatus ga_channel_write_all(GAChannel *c, const gchar *buf, gsize size) in ga_channel_write_all() 254 gsize written = 0; in ga_channel_write_all() 281 GIOStatus ga_channel_read(GAChannel *c, gchar *buf, gsize size, gsize *count) in ga_channel_read()
|
H A D | commands.c | 86 gsize size; 87 gsize length; 306 gsize bytes_written = 0; in guest_exec_input_watch() 347 gsize bytes_read; in guest_exec_output_watch()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 579 union omap_gem_size gsize; in omap_gem_dumb_create() local 585 gsize = (union omap_gem_size){ in omap_gem_dumb_create() 1278 union omap_gem_size gsize, u32 flags) in omap_gem_new() argument 1332 &gsize.tiled.height); in omap_gem_new() 1335 gsize.tiled.height); in omap_gem_new() 1337 omap_obj->width = gsize.tiled.width; in omap_gem_new() 1338 omap_obj->height = gsize.tiled.height; in omap_gem_new() 1340 size = PAGE_ALIGN(gsize.bytes); in omap_gem_new() 1385 union omap_gem_size gsize; in omap_gem_new_dmabuf() local 1391 gsize.bytes = PAGE_ALIGN(size); in omap_gem_new_dmabuf() [all …]
|
H A D | omap_gem.h | 46 union omap_gem_size gsize, u32 flags); 50 union omap_gem_size gsize, u32 flags, u32 *handle);
|
H A D | omap_fbdev.c | 135 union omap_gem_size gsize; in omap_fbdev_create() local 165 gsize = (union omap_gem_size){ in omap_fbdev_create() 168 DBG("allocating %d bytes for fb %d", gsize.bytes, dev->primary->index); in omap_fbdev_create() 169 bo = omap_gem_new(dev, gsize, OMAP_BO_SCANOUT | OMAP_BO_WC); in omap_fbdev_create()
|
/openbmc/qemu/contrib/plugins/ |
H A D | lockstep.c | 110 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu() 274 const gsize pathlen = sizeof(sockaddr.sun_path) - 1; in setup_socket() 322 const gsize pathlen = sizeof(sockaddr.sun_path) - 1; in connect_socket()
|
/openbmc/qemu/ui/ |
H A D | dbus-error.c | 39 static gsize quark; in dbus_display_error_quark()
|
/openbmc/qemu/util/ |
H A D | filemonitor-inotify.c | 88 gsize i; in qemu_file_monitor_watch() 164 gsize i; in qemu_file_monitor_dir_free() 313 gsize i; in qemu_file_monitor_remove_watch()
|
H A D | oslib-posix.c | 440 static gsize initialized = 0; in touch_all_pages() 574 static gsize initialized; in qemu_prealloc_mem()
|
/openbmc/qemu/include/ |
H A D | glib-compat.h | 89 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu()
|
/openbmc/qemu/tests/qtest/ |
H A D | acpi-utils.h | 24 gsize asl_len;
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
H A D | 0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch | 18 @@ -1730,7 +1730,7 @@ gst_vc1_parse_sequence_layer (const guint8 * data, gsize size,
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 210 gsize length; in vmsr_count_cpus_per_package() 242 gsize length; in vmsr_get_physical_package_id()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
H A D | 0001-Migrate-to-use-g_memdup2.patch | 18 g_memdup2(gconstpointer mem, gsize byte_size) { 163 gsize half = (secret_length + 1) / 2; 164 gsize newseed_length = label_length + seed_length;
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 403 gsize count; in test_qga_file_ops() 542 gsize count; in test_qga_file_write_read() 711 gsize n; in test_qga_config() 821 gsize len; in test_qga_guest_exec() 882 gsize len; in test_qga_guest_exec_separated() 923 gsize len; in test_qga_guest_exec_merged()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 682 gsize len; in sev_get_attestation_report() 746 sev_read_file_base64(const char *filename, guchar **data, gsize *len) in sev_read_file_base64() 748 gsize sz; in sev_read_file_base64() 794 gsize sz; in sev_launch_start() 1643 gsize hdr_sz = 0, data_sz = 0; in sev_inject_launch_secret() 2227 gsize len; in sev_snp_guest_set_guest_visible_workarounds() 2263 gsize len; in sev_snp_guest_set_id_block() 2302 gsize len; in sev_snp_guest_set_id_auth() 2373 gsize len; in sev_snp_guest_set_host_data()
|
/openbmc/qemu/backends/ |
H A D | dbus-vmstate.c | 223 gsize bytes_read, avail; in dbus_vmstate_post_load() 308 gsize size; in dbus_save_state_proxy()
|
/openbmc/qemu/crypto/ |
H A D | tlscreds.c | 59 gsize len; in qcrypto_tls_creds_get_dh_params_file()
|
H A D | tlscredsx509.c | 381 gsize buflen; in qcrypto_tls_creds_load_cert() 436 gsize buflen; in qcrypto_tls_creds_load_ca_cert_list()
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 1084 gsize n; in hwmon_proxy_g_signal() 1452 gsize n; in _hwmon_skeleton_handle_method_call() 2996 gsize n; in fan_proxy_g_signal() 3364 gsize n; in _fan_skeleton_handle_method_call() 5184 gsize n; in sensor_value_proxy_g_signal() 5582 gsize n; in _sensor_value_skeleton_handle_method_call() 7096 gsize n; in sensor_threshold_proxy_g_signal() 7488 gsize n; in _sensor_threshold_skeleton_handle_method_call() 8398 gsize n; in sensor_i2c_proxy_g_signal() 8750 gsize n; in _sensor_i2c_skeleton_handle_method_call() [all …]
|
/openbmc/qemu/chardev/ |
H A D | char-ringbuf.c | 123 gsize write_count; in qmp_ringbuf_write()
|
/openbmc/qemu/authz/ |
H A D | listfile.c | 55 gsize len; in qauthz_list_file_load()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-cdat.c | 122 gsize file_size = 0; in ct3_load_cdat()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 130 static char *read_splashfile(char *filename, gsize *file_sizep, in read_splashfile() 184 gsize file_size; in fw_cfg_bootsplash() 1036 gsize size; in fw_cfg_add_from_generator() 1245 gsize length; in load_image_to_fw_cfg()
|