Home
last modified time | relevance | path

Searched refs:pipe_read_fd (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dhp-handle.c78 int pipe_read_fd; member
136 close (this->pipe_read_fd); in reader_process()
137 this->pipe_read_fd = -1; in reader_process()
162 this->pipe_write_fd = this->pipe_read_fd = -1; in hp_handle_startReader()
172 this->pipe_read_fd = fds[0]; in hp_handle_startReader()
200 close (this->pipe_read_fd); in hp_handle_startReader()
201 this->pipe_read_fd = -1; in hp_handle_startReader()
234 close(this->pipe_read_fd); in hp_handle_stopScan()
682 if ((nread = read(this->pipe_read_fd, buf, *lengthp)) < 0) in sanei_hp_handle_read()
757 if (fcntl(this->pipe_read_fd, F_SETF in sanei_hp_handle_setNonblocking()
[all...]
H A Dumax.h489 int pipe_read_fd; member
H A Dumax.c4954 close(scanner->pipe_read_fd); in reader_process()
4955 scanner->pipe_read_fd = -1; in reader_process()
7991 scanner->pipe_read_fd = fds[0]; in sane_start()
8026 nread = read(scanner->pipe_read_fd, buf, max_len); in sane_read()
8062 if (scanner->pipe_read_fd >= 0) in sane_read()
8064 close(scanner->pipe_read_fd); in sane_read()
8065 scanner->pipe_read_fd = -1; in sane_read()
8102 if (fcntl(scanner->pipe_read_fd, F_SETFL, non_blocking ? O_NONBLOCK : 0) < 0) in sane_set_io_mode()
8124 *fd = scanner->pipe_read_fd; in sane_get_select_fd()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c84 static int pipe_read_fd = -1; variable
182 pipe_read_fd = fds[0]; in main()
367 if (pipe_read_fd >= 0) { in yielder_main()
368 read(pipe_read_fd, &ch, 1); in yielder_main()

Completed in 12 milliseconds