Home | History | Annotate | Download | only in qemud

Lines Matching full: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);
699 CloseFunc close;
722 if (r->close) {
723 r->close( r->user );
724 r->close = NULL;
806 /* close a FDHandler (and free it). Note that this will not
837 close(f->fd);
853 * call the receiver's close.
855 f->receiver->close = NULL;
1068 fatal("unexpected serial port close !!");
1188 recv.close = (CloseFunc) serial_fd_close;
1293 * close the connection.
1396 recv.close = (CloseFunc) client_fd_close;
1514 fatal("unexpected close of serial reader");
1605 fatal("unexpected multiplexer control close");
1638 recv.close = (CloseFunc) multiplexer_serial_close;
1645 recv.close = (CloseFunc) multiplexer_control_close;
1686 close(fd);