Searched refs:fifo_fd (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_rcvjob.c121 int fifo_fd = -1; /* fifo lock file */ local
254 fifo_fd = Checkwrite( path, &statb, O_RDWR, 1, 0 );
255 if( fifo_fd < 0 ){
260 if( Do_lock( fifo_fd, 1 ) < 0 ){
491 if( fifo_fd > 0 ){
492 Do_unlock( fifo_fd );
493 close(fifo_fd); fifo_fd = -1;
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c3718 int fifo_fd; // fifo fd local
3771 fifo_fd = open(U2EC_FIFO, O_RDONLY|O_NONBLOCK);
3772 FD_SET(fifo_fd, &master_fds);
3773 fdmax = fifo_fd;
3774 fd_in_use[fifo_fd] = 1;
3814 if (index == fifo_fd) {
3815 if (handle_fifo(&fifo_fd, &master_fds, &fdmax, conn_fd) == 1)

Completed in 52 milliseconds