Searched refs:RLIMIT_CORE (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
H A D | 0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch | 27 +#ifdef RLIMIT_CORE 31 + if (getrlimit(RLIMIT_CORE, &lim) == 0 && lim.rlim_cur == 0) { 33 + if (setrlimit(RLIMIT_CORE, &lim) == 0) {
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | resource.h | 20 #define RLIMIT_CORE 4 /* max core file size */ macro
|
/openbmc/linux/include/asm-generic/ |
H A D | resource.h | 17 [RLIMIT_CORE] = { 0, RLIM_INFINITY }, \
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 27 resource.setrlimit(resource.RLIMIT_CORE, (0, 0))
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 79 ret = getrlimit(RLIMIT_CORE, &rlim); in increase_core_file_limit() 89 ret = setrlimit(RLIMIT_CORE, &rlim); in increase_core_file_limit()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-empty-vm.c | 147 setrlimit(RLIMIT_CORE, &(struct rlimit){}); in vsyscall()
|
H A D | proc-pid-vm.c | 249 (void)setrlimit(RLIMIT_CORE, &rlim); in vsyscall()
|
/openbmc/linux/fs/ |
H A D | coredump.c | 329 rlimit(RLIMIT_CORE)); in format_corename() 514 current->signal->rlim[RLIMIT_CORE] = (struct rlimit){1, 1}; in umh_pipe_setup() 537 .limit = rlimit(RLIMIT_CORE), in do_coredump()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | start_up.c | 304 int err = getrlimit(RLIMIT_CORE, &lim); in check_coredump_limit()
|
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 418 resource.setrlimit(resource.RLIMIT_CORE, (-1, -1))
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 388 getrlimit(RLIMIT_CORE, &nodump); in dump_core_and_abort() 390 setrlimit(RLIMIT_CORE, &nodump); in dump_core_and_abort()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 757 getrlimit(RLIMIT_CORE, &nodump); in dump_core_and_abort() 759 setrlimit(RLIMIT_CORE, &nodump); in dump_core_and_abort()
|
H A D | strace.c | 3941 RET_RES_ENTRY(RLIMIT_CORE); in target_ressource_string()
|
H A D | elfload.c | 4365 if (getrlimit(RLIMIT_CORE, &dumpsize) < 0 || dumpsize.rlim_cur == 0) { in elf_core_dump()
|
H A D | syscall.c | 1026 return RLIMIT_CORE; in target_to_host_resource()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 616 [RLIMIT_CORE] = {"Max core file size", "bytes"},
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 178 %c maximum size of core file by resource limit RLIMIT_CORE
|