Searched refs:RLIMIT_STACK (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | ulimit.h | 36 # define RLIMIT_STACK (LIM_STACK-1) macro 50 # define RLIMIT_STACK LIM_STACK macro 81 # ifndef RLIMIT_STACK 82 # define RLIMIT_STACK 0 macro 143 #ifndef RLIMIT_STACK 144 #define RLIMIT_STACK RLIMIT_UNKNOWN macro
|
/titanic_44/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 | 439 (void) rctl_action(rctlproc_legacy[RLIMIT_STACK], p->p_rctls, p, in grow_internal()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | resource.h | 71 #define RLIMIT_STACK 3 /* stack size */ macro
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | limits.c | 51 "stack", "stack size", RLIMIT_STACK, 0, 's', LIM_KBYTE,
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | resource.h | 76 #define RLIMIT_STACK 3 /* stack size */ macro
|
/titanic_44/usr/src/cmd/plimit/ |
H A D | plimit.c | 132 errflg += parse_limits(RLIMIT_STACK, optarg); in main() 296 case RLIMIT_STACK: unit = 1024; break; in limit_value() 426 case RLIMIT_STACK: in show_limits()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | resource.h | 73 #define RLIMIT_STACK 3 /* stack size */ macro
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | plock.c | 257 (void) getrlimit(RLIMIT_STACK, &rl); in plock()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | ulimit.c | 114 res = RLIMIT_STACK; in sysulimit()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 785 (void) rctl_rlimit_get(rctlproc_legacy[RLIMIT_STACK], p, &rl); in post_syscall()
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | syscall.c | 866 (void) rctl_rlimit_get(rctlproc_legacy[RLIMIT_STACK], p, &rl); in post_syscall()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.func.c | 42 RLIMIT_STACK, S_stacksize, /* "stacksize" */
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 971 case RLIMIT_STACK: s = "RLIMIT_STACK"; break; in prt_rlm()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1347 (void) getrlimit(RLIMIT_STACK, &rl); in libc_init()
|