Searched refs:RLIMIT_CORE (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dulimit.h37 # define RLIMIT_CORE (LIM_CORE-1) macro
51 # define RLIMIT_CORE LIM_CORE macro
84 # ifndef RLIMIT_CORE
85 # define RLIMIT_CORE 0 macro
86 # endif /* !RLIMIT_CORE */
110 #ifndef RLIMIT_CORE
111 #define RLIMIT_CORE RLIMIT_UNKNOWN macro
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dlimits.c40 "core", "core file size", RLIMIT_CORE, 0, 'c', LIM_BLOCK,
/illumos-gate/usr/src/ucbhead/sys/
H A Dresource.h72 #define RLIMIT_CORE 4 /* core file size */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dresource.h77 #define RLIMIT_CORE 4 /* core file size */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h74 #define RLIMIT_CORE 4 /* core file size */ macro
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c117 errflg += parse_limits(RLIMIT_CORE, optarg);
298 case RLIMIT_CORE: unit = 512; break;
436 case RLIMIT_CORE:
/illumos-gate/usr/src/cmd/sh/
H A Dulimit.c54 /* RLIMIT_CORE */ "coredump", "blocks", 512,
102 res = RLIMIT_CORE;
/illumos-gate/usr/src/uts/common/os/
H A Drctl_proc.c53 RCTL_LOCAL_DENY, /* RLIMIT_CORE */
261 * RLIMIT_CORE: deny always, no default action.
264 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_CORE], initp, &rlp64, gp,
328 rctlproc_legacy[RLIMIT_CORE] = rctl_register("process.max-core-size",
H A Dcore.c347 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE],
619 (void) rctl_action(rctlproc_legacy[RLIMIT_CORE],
692 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE], p->p_rctls,
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c101 (void) setrlimit(RLIMIT_CORE, &rlim);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c44 RLIMIT_CORE, S_coredumpsize, /* "coredumpsize" */
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c843 (void) setrlimit(RLIMIT_CORE, &rlim);
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c609 (void) setrlimit(RLIMIT_CORE, &rlim);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c103 (void) setrlimit(RLIMIT_CORE, &lim);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c222 (void) setrlimit(RLIMIT_CORE, &rl);
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c973 case RLIMIT_CORE: s = "RLIMIT_CORE"; break;

Completed in 541 milliseconds