Searched refs:last_fd (Results 1 – 2 of 2) sorted by relevance
33 static int last_fd = -1; variable40 last_fd = fd; in utempter_add_record()48 if (last_fd < 0) in utempter_remove_added_record()50 ulog_logout_pseudo(last_fd); in utempter_remove_added_record()51 last_fd = -1; in utempter_remove_added_record()60 if (last_fd == fd) in utempter_remove_record()61 last_fd = -1; in utempter_remove_record()
196 int last_fd = -1; in check_inputs() local207 if (last_fd < fd) in check_inputs()208 last_fd = fd; in check_inputs()215 found = select(last_fd + 1, &read_fds, in check_inputs()