Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dos-wasm.h54 static inline int os_set_daemonize(bool d) in os_set_daemonize() function
H A Dos-posix.h49 int os_set_daemonize(bool d);
/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c300 if (os_set_daemonize(true) < 0) { in process_options()
/openbmc/qemu/
H A Dos-posix.c206 int os_set_daemonize(bool d) in os_set_daemonize() function