Searched refs:fh_fd (Results 1 – 2 of 2) sorted by relevance
198 new->fh_fd = fd; in ndmpd_add_file_handler()231 if (handler->fh_fd == fd) { in ndmpd_remove_file_handler()390 FD_SET(handler->fh_fd, &rfds); in ndmpd_select()392 FD_SET(handler->fh_fd, &wfds); in ndmpd_select()394 FD_SET(handler->fh_fd, &efds); in ndmpd_select()416 if (FD_ISSET(handler->fh_fd, &rfds) && in ndmpd_select()417 connection_fd == handler->fh_fd) in ndmpd_select()421 if (FD_ISSET(handler->fh_fd, &wfds) && in ndmpd_select()422 connection_fd == handler->fh_fd) in ndmpd_select()426 if (FD_ISSET(handler->fh_fd, &efds) && in ndmpd_select()[all …]
280 int fh_fd; member