Home
last modified time | relevance | path

Searched refs:g_realloc_n (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n() function
177 return g_realloc_n(ptr, nmemb, size); in g_try_realloc_n()
/openbmc/qemu/plugins/
H A Dloader.c141 p->argv = g_realloc_n(p->argv, p->argc, sizeof(char *)); in plugin_add()
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c149 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys()
H A Dcommands-windows-ssh.c638 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c49 vi->queue = g_realloc_n(vi->queue, vi->qsize, sizeof(vi->queue[0])); in vi_input_send()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c1641 extra_query_flags = g_realloc_n(extra_query_flags, len + 2, in gdb_extend_qsupported_features()