Searched refs:RLIMIT_AS (Results 1 – 24 of 24) sorted by relevance
| /src/contrib/xz/src/xz/ |
| H A D | hardware.c | 335 # ifdef RLIMIT_AS in hardware_init() 336 RLIMIT_AS, // OpenBSD 7.8 doesn't have RLIMIT_AS. in hardware_init() 338 # if defined(RLIMIT_VMEM) && RLIMIT_VMEM != RLIMIT_AS in hardware_init()
|
| /src/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_printf.c | 149 ATF_CHECK(setrlimit(RLIMIT_AS, &rl) != -1); in ATF_TC_BODY() 154 ATF_CHECK(setrlimit(RLIMIT_AS, &rl) != -1); in ATF_TC_BODY()
|
| /src/sys/sys/ |
| H A D | resource.h | 112 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 142 rlim_t as_size = getlim(RLIMIT_AS); in AddressSpaceIsUnlimited() 147 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
| /src/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /src/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /src/contrib/unbound/daemon/ |
| H A D | unbound.c | 215 #ifdef RLIMIT_AS in checkrlimits() 216 if(getrlimit(RLIMIT_AS, &rlim) == 0) { in checkrlimits()
|
| /src/tools/test/stress2/misc/ |
| H A D | syzkaller64.sh | 193 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller47.sh | 263 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller84.sh | 171 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller52.sh | 216 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller25.sh | 276 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller69.sh | 308 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller74.sh | 241 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller85.sh | 285 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller86.sh | 262 setrlimit(RLIMIT_AS, &rlim);
|
| H A D | syzkaller73.sh | 266 setrlimit(RLIMIT_AS, &rlim);
|
| /src/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 62 RLIMIT_AS,
|
| /src/contrib/tcsh/ |
| H A D | sh.func.c | 1882 # ifndef RLIMIT_AS 1883 # define RLIMIT_AS RLIMIT_VMEM macro 1888 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM) 1889 # define RLIMIT_VMEM RLIMIT_AS
|
| H A D | WishList | 72 RLIMIT_VMEM isn't defined, instead Linux has RLIMIT_AS which means the
|
| /src/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1874 { "Max address space", "bytes", RLIMIT_AS },
|
| /src/sys/compat/linux/ |
| H A D | linux_misc.c | 92 RLIMIT_MEMLOCK, RLIMIT_AS
|
| /src/contrib/xz/ |
| H A D | ChangeLog | 791 RLIMIT_DATA, RLIMIT_AS, and RLIMIT_VMEM when they are available,
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 2652 - Merge PR #487: ifdef RLIMIT_AS in recently added check.
|