Home
last modified time | relevance | path

Searched refs:reopen_fd_to_null (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/qga/
H A Dguest-agent-core.h49 void reopen_fd_to_null(int fd);
H A Dmain.c229 void reopen_fd_to_null(int fd) in reopen_fd_to_null() function
617 reopen_fd_to_null(STDIN_FILENO); in become_daemon()
618 reopen_fd_to_null(STDOUT_FILENO); in become_daemon()
619 reopen_fd_to_null(STDERR_FILENO); in become_daemon()
H A Dcommands-posix.c130 reopen_fd_to_null(0); in ga_run_command()