Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/os-Linux/
H A Dsigio.c55 int i, n, respond_fd; in write_sigio_thread() local
83 respond_fd = sigio_private[1]; in write_sigio_thread()
86 respond_fd = write_sigio_fds[1]; in write_sigio_thread()
92 CATCH_EINTR(n = write(respond_fd, &c, sizeof(c))); in write_sigio_thread()