Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntpd.c1640 int pipe_read_fd, argument
1669 FD_SET(pipe_read_fd, &readset);
1670 rc = select(pipe_read_fd + 1, &readset, NULL, NULL,
1687 FD_SET(pipe_read_fd, &readset);
1690 rc = select(pipe_read_fd + 1, &readset, NULL,
1695 rc = read(pipe_read_fd, &ch, 1);
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dsim-main.h83 int pipe_read_fd; member
Dtraps.c2173 && cris_cpu->thread_data[i].pipe_read_fd == fd) in cris_break_13_handler()
3122 cris_cpu->thread_data[i].pipe_read_fd = 0; in cris_break_13_handler()
3226 cris_cpu->thread_data[cris_cpu->threadno].pipe_read_fd = reader; in cris_pipe_nonempty()
3295 cris_cpu->thread_data[i].pipe_read_fd = 0; in cris_pipe_empty()