Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dtarget_resource.h11 #undef TARGET_RLIMIT_NOFILE
12 #define TARGET_RLIMIT_NOFILE 6 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_resource.h9 #undef TARGET_RLIMIT_NOFILE
10 #define TARGET_RLIMIT_NOFILE 6 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_resource.h9 #undef TARGET_RLIMIT_NOFILE
10 #define TARGET_RLIMIT_NOFILE 5 macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_resource.h28 #define TARGET_RLIMIT_NOFILE 7 macro
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h182 #define TARGET_RLIMIT_NOFILE 8 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c1040 case TARGET_RLIMIT_NOFILE: in target_to_host_resource()