Home
last modified time | relevance | path

Searched refs:open_max (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Doslib-posix.c864 int open_max) in qemu_close_all_open_fd_close_range() argument
867 int max_fd = open_max - 1; in qemu_close_all_open_fd_close_range()
906 int open_max) in qemu_close_all_open_fd_fallback() argument
911 for (int i = 0; i < open_max; i++) { in qemu_close_all_open_fd_fallback()
925 int open_max = sysconf(_SC_OPEN_MAX); in qemu_close_all_open_fd() local
929 if (!qemu_close_all_open_fd_close_range(skip, nskip, open_max) && in qemu_close_all_open_fd()
931 qemu_close_all_open_fd_fallback(skip, nskip, open_max); in qemu_close_all_open_fd()