Home
last modified time | relevance | path

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

/qemu/
H A Dos-posix.c262 struct rlimit nofile; in os_setup_limits() local
264 if (getrlimit(RLIMIT_NOFILE, &nofile) < 0) { in os_setup_limits()
269 if (nofile.rlim_cur == nofile.rlim_max) { in os_setup_limits()
273 nofile.rlim_cur = nofile.rlim_max; in os_setup_limits()
275 if (setrlimit(RLIMIT_NOFILE, &nofile) < 0) { in os_setup_limits()