Home
last modified time | relevance | path

Searched refs:pstrcat (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/migration/
H A Dexec.c38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
H A Dsavevm.c791 pstrcat(se->idstr, sizeof(se->idstr), idstr); in register_savevm_live()
812 pstrcat(id, sizeof(id), "/"); in unregister_savevm()
816 pstrcat(id, sizeof(id), idstr); in unregister_savevm()
902 pstrcat(se->idstr, sizeof(se->idstr), vmsd->name); in vmstate_register_with_alias_id()
/openbmc/qemu/hw/audio/
H A Des1370.c174 #define a(n) if (val & CTRL_##n) pstrcat(buf, sizeof(buf), " "#n) in print_ctl()
209 #define a(n) if (val & SCTRL_##n) pstrcat(buf, sizeof(buf), " "#n) in print_sctl()
210 #define b(n) if (!(val & SCTRL_##n)) pstrcat(buf, sizeof(buf), " "#n) in print_sctl()
222 pstrcat(buf, sizeof(buf), "\n "); in print_sctl()
/openbmc/qemu/include/qemu/
H A Dcutils.h70 char *pstrcat(char *buf, int buf_size, const char *s);
/openbmc/qemu/qga/
H A Dcommands.c244 pstrcat(str, str_size, it->value); in guest_exec_get_args()
246 pstrcat(str, str_size, " "); in guest_exec_get_args()
/openbmc/qemu/util/
H A Dcutils.c80 char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function
/openbmc/qemu/monitor/
H A Dhmp.c1250 pstrcat(file, sizeof(file), "/"); in file_completion()
/openbmc/qemu/docs/devel/
H A Dstyle.rst491 char *pstrcat(char *buf, int buf_size, const char *s)
/openbmc/qemu/tcg/
H A Dtcg.c1603 pstrcat(buf, sizeof(buf), "_0"); in tcg_global_mem_new_internal()
1615 pstrcat(buf, sizeof(buf), "_1"); in tcg_global_mem_new_internal()
/openbmc/qemu/block/
H A Dvmdk.c384 pstrcat(desc, desc_buf_size, tmp_desc); in vmdk_write_cid()
/openbmc/qemu/system/
H A Dphysmem.c1638 pstrcat(new_block->idstr, sizeof(new_block->idstr), name); in qemu_ram_set_idstr()