Home
last modified time | relevance | path

Searched refs:qemu_get_pid_name (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dosdep.h746 char *qemu_get_pid_name(pid_t pid);
/qemu/util/
H A Doslib-win32.c287 char *qemu_get_pid_name(pid_t pid) in qemu_get_pid_name() function
H A Doslib-posix.c677 char *qemu_get_pid_name(pid_t pid) in qemu_get_pid_name() function
/qemu/system/
H A Drunstate.c479 char *shutdown_cmd = qemu_get_pid_name(shutdown_pid); in qemu_kill_report()