Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-command.c81 int stdinfd = -1, stdoutfd = -1; in qio_channel_command_new_spawn() local
89 flags == O_WRONLY ? NULL : &stdoutfd, in qio_channel_command_new_spawn()
95 return qio_channel_command_new_pid(stdinfd, stdoutfd, pid); in qio_channel_command_new_spawn()