| /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()
|
| /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()
|
| H A D | vfio-helpers.c | 392 iommu_info = g_realloc(iommu_info, iommu_info_size); in qemu_vfio_init_pci()
|
| H A D | qemu-option.c | 1201 dst = g_realloc(dst, sizeof(QemuOptsList) + in qemu_opts_append()
|
| /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()
|
| /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/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/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/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()
|
| /openbmc/qemu/hw/input/ |
| H A D | virtio-input.c | 35 vinput->queue = g_realloc(vinput->queue, vinput->qsize * in virtio_input_send()
|
| /openbmc/qemu/hw/net/ |
| H A D | npcm_gmac.c | 572 tx_send_buffer = g_realloc(tx_send_buffer, tx_buffer_size); in gmac_try_send_next_packet() 593 tx_send_buffer = g_realloc(tx_send_buffer, tx_buffer_size); in gmac_try_send_next_packet()
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 183 syms = g_realloc(syms, nsyms * sizeof(*syms));
|