Searched refs:RLIMIT_VMEM (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | ulimit.h | 87 # ifndef RLIMIT_VMEM 88 # define RLIMIT_VMEM 0 macro 149 #ifndef RLIMIT_VMEM 150 #define RLIMIT_VMEM RLIMIT_UNKNOWN macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | resource.h | 76 #define RLIMIT_VMEM 6 /* maximum mapped memory */ macro 77 #define RLIMIT_AS RLIMIT_VMEM
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | limits.c | 53 "vmem", "process size", RLIMIT_VMEM, 0, 'v', LIM_KBYTE,
|
/titanic_41/usr/src/cmd/plimit/ |
H A D | plimit.c | 140 errflg += parse_limits(RLIMIT_VMEM, optarg); in main() 299 case RLIMIT_VMEM: unit = 1024; break; in limit_value() 450 case RLIMIT_VMEM: in show_limits()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 279 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_VMEM], initp, &rlp64, gp, in rctlproc_default_init() 336 rctlproc_legacy[RLIMIT_VMEM] = in rctlproc_init()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | ulimit.c | 120 res = RLIMIT_VMEM; in sysulimit()
|
/titanic_41/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 320 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], in get_aout_head()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 154 vmem_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_VMEM], in ulimit()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.func.c | 48 RLIMIT_VMEM, S_memorysize, /* "memorysize" */
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 856 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], p->p_rctls, p, in elfexec()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 974 case RLIMIT_VMEM: s = "RLIMIT_VMEM"; break; in prt_rlm()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_as.c | 1781 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], p->p_rctls, p, in as_map_locked()
|