Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Dfile.c464 int os_rcv_fd(int fd, int *helper_pid_out) in os_rcv_fd() argument
474 iov = ((struct iovec) { .iov_base = helper_pid_out, in os_rcv_fd()
475 .iov_len = sizeof(*helper_pid_out) }); in os_rcv_fd()
486 *helper_pid_out = -1; in os_rcv_fd()
/arch/um/include/shared/
Dos.h154 extern int os_rcv_fd(int fd, int *helper_pid_out);