Searched defs:fd_stdout (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-event.c392 int fd_stdout, int fd_stderr) {
403 if (fd_stdout < 0) {
418 if (fd_stdout >= 0) {
419 r = dup2(fd_stdout, STDOUT_FILENO);
423 fd_stdout = safe_close(fd_stdout);
449 int fd_stdout, int fd_stderr,
454 .data.ptr = &fd_stdout,
464 if (fd_stdout < 0 && fd_stderr < 0)
473 if (fd_stdout >
390 spawn_exec(struct udev_event *event, const char *cmd, char *const argv[], char **envp, int fd_stdout, int fd_stderr) argument
446 spawn_read(struct udev_event *event, usec_t timeout_usec, const char *cmd, int fd_stdout, int fd_stderr, char *result, size_t ressize) argument
[all...]

Completed in 444 milliseconds