| /openbmc/qemu/hw/smbios/ |
| H A D | smbios_build.h | 48 smbios_tables = g_realloc(smbios_tables, smbios_tables_len); \ 60 smbios_tables = g_realloc(smbios_tables, \ 76 smbios_tables = g_realloc(smbios_tables, \ 90 smbios_tables = g_realloc(smbios_tables, \
|
| H A D | smbios_legacy.c | 64 smbios_entries = g_realloc(smbios_entries, smbios_entries_len + in smbios_add_field() 165 smbios_entries = g_realloc(smbios_entries, smbios_entries_len + in smbios_get_table_legacy()
|
| /openbmc/qemu/hw/uefi/ |
| H A D | hardware-info.c | 24 blob = g_realloc(blob, blobsize + sizeof(hdr) + infosize); in hardware_info_register()
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | model.c | 210 void *g_realloc(void *ptr, size_t size) in g_realloc() function 254 return g_realloc(ptr, size); in g_try_realloc()
|
| /openbmc/qemu/block/ |
| H A D | dmg.c | 248 s->types = g_realloc(s->types, new_size / 2); in dmg_read_mish_block() 249 s->offsets = g_realloc(s->offsets, new_size); in dmg_read_mish_block() 250 s->lengths = g_realloc(s->lengths, new_size); in dmg_read_mish_block() 251 s->sectors = g_realloc(s->sectors, new_size); in dmg_read_mish_block() 252 s->sectorcounts = g_realloc(s->sectorcounts, new_size); in dmg_read_mish_block() 374 buffer = g_realloc(buffer, count); in dmg_read_resource_fork()
|
| /openbmc/qemu/system/ |
| H A D | bootdevice.c | 266 list = g_realloc(list, total + len); in get_boot_devices_list() 277 list = g_realloc(list, total + 5); in get_boot_devices_list() 423 list = g_realloc(list, total + len); in get_boot_devices_lchs_list()
|
| H A D | device_tree.c | 269 path = g_realloc(path, path_len); in qemu_fdt_node_unit_path() 324 path = g_realloc(path, path_len); in qemu_fdt_node_path()
|
| /openbmc/qemu/util/ |
| H A D | getauxval.c | 75 auxv = a = g_realloc(a, size); in qemu_init_auxval()
|
| H A D | buffer.c | 44 buffer->buffer = g_realloc(buffer->buffer, buffer->capacity); in buffer_adj_size()
|
| /openbmc/qemu/hw/dma/ |
| H A D | soc_dma.c | 52 fifo_buf = g_realloc(fifo_buf, fifo_size = ch->bytes); in transfer_fifo2fifo() 265 dma->memmap = g_realloc(dma->memmap, sizeof(*entry) * in soc_dma_port_add_fifo() 315 dma->memmap = g_realloc(dma->memmap, sizeof(*entry) * in soc_dma_port_add_mem()
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | use-g_new-etc.cocci | 50 -g_realloc(p, sizeof(T) * (n))
|
| /openbmc/qemu/replay/ |
| H A D | replay-net.c | 40 network_filters = g_realloc(network_filters, in replay_register_net()
|
| H A D | replay-char.c | 46 char_drivers = g_realloc(char_drivers, in replay_register_char_driver()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-clipboard.c | 63 out = g_realloc(out, out_len); in inflate_buffer() 115 out = g_realloc(out, out_len); in deflate_buffer()
|
| H A D | input-legacy.c | 100 up = g_realloc(up, sizeof(*up) * (count+1)); in qmp_send_key()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | helpers.c | 206 info = g_realloc(info, argsz); in vfio_get_device_info()
|
| /openbmc/qemu/hw/i386/ |
| H A D | multiboot.c | 318 mbs.mb_buf = g_realloc(mbs.mb_buf, mbs.mb_buf_size); in load_multiboot() 347 mbs.mb_buf = g_realloc(mbs.mb_buf, mbs.mb_buf_size); in load_multiboot()
|
| /openbmc/qemu/disas/ |
| H A D | xtensa.c | 54 buffer = g_realloc(buffer, len); in print_insn_xtensa()
|
| /openbmc/qemu/io/ |
| H A D | channel-buffer.c | 99 bioc->data = g_realloc(bioc->data, bioc->capacity); in qio_channel_buffer_writev()
|
| /openbmc/qemu/hw/net/fsl_etsec/ |
| H A D | rings.c | 165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc() 239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
|
| /openbmc/qemu/hw/char/ |
| H A D | xen_console.c | 80 buffer->data = g_realloc(buffer->data, buffer->capacity); in OBJECT_DECLARE_SIMPLE_TYPE() 99 buffer->data = g_realloc(buffer->data, buffer->max_capacity); in OBJECT_DECLARE_SIMPLE_TYPE()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-emu.c | 62 s->tpm_msg = g_realloc(s->tpm_msg, s->tpm_msg->len); in tpm_emu_tpm_thread()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | core.c | 172 acpi_tables = g_realloc(acpi_tables, acpi_tables_len + in acpi_table_install() 292 blob = g_realloc(blob, bloblen + r); in acpi_table_add()
|
| /openbmc/qemu/hw/core/ |
| H A D | loader-fit.c | 83 uncomp_data = g_realloc(uncomp_data, uncomp_len); in fit_load_image_alloc()
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_desc.c | 63 info->buf = g_realloc(info->buf, size); in desc_get_buf()
|