Searched refs:qemu_write_pidfile (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 379 if (!qemu_write_pidfile(pid_file, &err)) { in pid_file_init()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 518 qemu_write_pidfile(pidfile, &error_fatal); in main()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 629 bool qemu_write_pidfile(const char *pidfile, Error **errp);
|
/openbmc/qemu/qga/ |
H A D | main.c | 562 if (!qemu_write_pidfile(s->deferred_options.pid_filepath, &err)) { in ga_unset_frozen() 601 if (!qemu_write_pidfile(pidfile, &err)) { in become_daemon()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 800 bool qemu_write_pidfile(const char *filename, Error **errp) in qemu_write_pidfile() function
|
H A D | oslib-posix.c | 119 bool qemu_write_pidfile(const char *path, Error **errp) in qemu_write_pidfile() function
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 1194 qemu_write_pidfile(pid_file_name, &error_fatal); in main()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 1057 qemu_write_pidfile(pidfile, &error_fatal); in main()
|
/openbmc/qemu/system/ |
H A D | vl.c | 2580 if (!qemu_write_pidfile(pid_file, &err)) { in qemu_maybe_daemonize()
|