/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | ulimit.h | 37 # define RLIMIT_CORE (LIM_CORE-1) macro 51 # define RLIMIT_CORE LIM_CORE macro 84 # ifndef RLIMIT_CORE 85 # define RLIMIT_CORE 0 macro 110 #ifndef RLIMIT_CORE 111 #define RLIMIT_CORE RLIMIT_UNKNOWN macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | resource.h | 72 #define RLIMIT_CORE 4 /* core file size */ macro
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | limits.c | 40 "core", "core file size", RLIMIT_CORE, 0, 'c', LIM_BLOCK,
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | resource.h | 77 #define RLIMIT_CORE 4 /* core file size */ macro
|
/titanic_41/usr/src/cmd/plimit/ |
H A D | plimit.c | 116 errflg += parse_limits(RLIMIT_CORE, optarg); in main() 297 case RLIMIT_CORE: unit = 512; break; in limit_value() 435 case RLIMIT_CORE: in show_limits()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 264 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_CORE], initp, &rlp64, gp, in rctlproc_default_init() 328 rctlproc_legacy[RLIMIT_CORE] = rctl_register("process.max-core-size", in rctlproc_init()
|
H A D | core.c | 347 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE], in do_core() 619 (void) rctl_action(rctlproc_legacy[RLIMIT_CORE], in dump_one_core() 692 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE], p->p_rctls, in core()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | resource.h | 74 #define RLIMIT_CORE 4 /* core file size */ macro
|
/titanic_41/usr/src/cmd/sh/ |
H A D | ulimit.c | 102 res = RLIMIT_CORE; in sysulimit()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_main.c | 101 (void) setrlimit(RLIMIT_CORE, &rlim); in daemonize_init()
|
/titanic_41/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 609 (void) setrlimit(RLIMIT_CORE, &rlim); in main()
|
/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 843 (void) setrlimit(RLIMIT_CORE, &rlim); in main()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | ssh.c | 261 if (setrlimit(RLIMIT_CORE, &rlim) < 0)
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 222 (void) setrlimit(RLIMIT_CORE, &rl); in flt_handler()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_options.c | 103 (void) setrlimit(RLIMIT_CORE, &lim); in dt_coredump()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.func.c | 44 RLIMIT_CORE, S_coredumpsize, /* "coredumpsize" */
|
/titanic_41/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 1158 if (setrlimit(RLIMIT_CORE, &rlim) < 0) {
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 972 case RLIMIT_CORE: s = "RLIMIT_CORE"; break; in prt_rlm()
|