Searched refs:pstrcat (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/migration/ |
H A D | exec.c | 38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
|
H A D | savevm.c | 791 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 D | es1370.c | 174 #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 D | cutils.h | 70 char *pstrcat(char *buf, int buf_size, const char *s);
|
/openbmc/qemu/qga/ |
H A D | commands.c | 244 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 D | cutils.c | 80 char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 1250 pstrcat(file, sizeof(file), "/"); in file_completion()
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 491 char *pstrcat(char *buf, int buf_size, const char *s)
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1603 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 D | vmdk.c | 384 pstrcat(desc, desc_buf_size, tmp_desc); in vmdk_write_cid()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 1638 pstrcat(new_block->idstr, sizeof(new_block->idstr), name); in qemu_ram_set_idstr()
|