Searched refs:RLIMIT_STACK (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | ulimit.h | 36 # define RLIMIT_STACK (LIM_STACK-1) macro 50 # define RLIMIT_STACK LIM_STACK macro 142 #ifndef RLIMIT_STACK 143 #define RLIMIT_STACK RLIMIT_UNKNOWN macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 257 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_STACK], initp, &rlp64, gp, in rctlproc_default_init() 312 rctlproc_legacy[RLIMIT_STACK] = rctl_register("process.max-stack-size", in rctlproc_init() 317 rctlproc_legacy[RLIMIT_STACK] = rctl_register("process.max-stack-size", in rctlproc_init() 323 rctlproc_legacy[RLIMIT_STACK] = rctl_register("process.max-stack-size", in rctlproc_init()
|
H A D | grow.c | 461 (void) rctl_action(rctlproc_legacy[RLIMIT_STACK], p->p_rctls, p, in grow_internal()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | resource.h | 69 #define RLIMIT_STACK 3 /* stack size */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | limits.c | 55 "stack", "stack size", RLIMIT_STACK, 0, 's', LIM_KBYTE,
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 133 errflg += parse_limits(RLIMIT_STACK, optarg); in main() 297 case RLIMIT_STACK: unit = 1024; break; in limit_value() 427 case RLIMIT_STACK: in show_limits()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | resource.h | 73 #define RLIMIT_STACK 3 /* stack size */ macro
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 111 res = RLIMIT_STACK; in sysulimit()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | syscall.c | 850 (void) rctl_rlimit_get(rctlproc_legacy[RLIMIT_STACK], p, &rl); in post_syscall()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | syscall.c | 764 (void) rctl_rlimit_get(rctlproc_legacy[RLIMIT_STACK], p, &rl); in post_syscall()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 40 RLIMIT_STACK, S_stacksize, /* "stacksize" */
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1352 (void) getrlimit(RLIMIT_STACK, &rl); in libc_init()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 976 case RLIMIT_STACK: s = "RLIMIT_STACK"; break; in prt_rlm()
|