Searched refs:max_fd (Results 1 – 1 of 1) sorted by relevance
917 int max_fd = open_max - 1; in qemu_close_all_open_fd_close_range() 930 last = max_fd; in qemu_close_all_open_fd_close_range() 933 last = MIN(last, max_fd); in qemu_close_all_open_fd_close_range() 947 } while (last < max_fd);910 int max_fd = open_max - 1; qemu_close_all_open_fd_close_range() local