Home
last modified time | relevance | path

Searched refs:FMT_pid (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/remote/
H A Dmessage.c50 "in remote process pid="FMT_pid"", in mpqemu_remote_msg_loop_co()
80 " (pid="FMT_pid")", in mpqemu_remote_msg_loop_co()
101 error_setg(errp, "Bad address for PCI config write, pid "FMT_pid".", in process_config_write()
112 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_config_write()
125 error_setg(errp, "Bad address for PCI config read, pid "FMT_pid".", in process_config_read()
136 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_config_read()
163 error_setg(errp, "Bad address %"PRIx64" for mem write, pid "FMT_pid".", in process_bar_write()
173 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_bar_write()
199 error_setg(errp, "Bad address %"PRIx64" for mem read, pid "FMT_pid".", in process_bar_read()
210 error_prepend(errp, "Error returning code to proxy, pid "FMT_pid": ", in process_bar_read()
/openbmc/qemu/include/qemu/
H A Dosdep.h622 #define FMT_pid "%ld" macro
624 #define FMT_pid "%" PRId64 macro
626 #define FMT_pid "%d" macro
/openbmc/qemu/backends/
H A Dhostmem-shm.c61 g_string_printf(shm_name, "/qemu-" FMT_pid "-shm-%s", getpid(), in shm_backend_memory_alloc()
/openbmc/qemu/trace/
H A Dsimple.c367 trace_file_name = g_strdup_printf(CONFIG_TRACE_FILE "-" FMT_pid, (pid_t)getpid()); in st_set_trace_file()
/openbmc/qemu/system/
H A Drunstate.c456 error_report("terminating on signal %d from pid " FMT_pid " (%s)", in qemu_kill_report()
/openbmc/qemu/util/
H A Doslib-win32.c816 len = snprintf(buffer, sizeof(buffer), FMT_pid "\n", (pid_t)getpid()); in qemu_write_pidfile()
H A Doslib-posix.c176 snprintf(pidstr, sizeof(pidstr), FMT_pid "\n", getpid()); in qemu_write_pidfile()
/openbmc/qemu/linux-user/
H A Dsyscall.c8203 g_string_printf(buf, FMT_pid " ", getpid()); in open_self_stat()
8214 g_string_printf(buf, FMT_pid " ", getppid()); in open_self_stat()