Lines Matching refs:close
69 * chooses to close the connection.
283 * this does *not* close the file descriptor.
311 * HOOK_CLOSING is used to delay-close monitored
361 close(l->epoll_fd);
703 CloseFunc close;
726 if (r->close) {
727 r->close( r->user );
728 r->close = NULL;
810 /* close a FDHandler (and free it). Note that this will not
841 close(f->fd);
857 * call the receiver's close.
859 f->receiver->close = NULL;
1072 fatal("unexpected serial port close !!");
1192 recv.close = (CloseFunc) serial_fd_close;
1297 * close the connection.
1400 recv.close = (CloseFunc) client_fd_close;
1518 fatal("unexpected close of serial reader");
1609 fatal("unexpected multiplexer control close");
1642 recv.close = (CloseFunc) multiplexer_serial_close;
1649 recv.close = (CloseFunc) multiplexer_control_close;
1690 close(fd);