Searched refs:RLIMIT_VMEM (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | ulimit.h | 72 # ifndef RLIMIT_VMEM 74 # define RLIMIT_VMEM RLIMIT_AS macro 148 #ifndef RLIMIT_VMEM 149 #define RLIMIT_VMEM RLIMIT_UNKNOWN macro
|
/illumos-gate/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
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | limits.c | 58 "vmem", "process size", RLIMIT_VMEM, 0, 'v', LIM_KBYTE,
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 141 errflg += parse_limits(RLIMIT_VMEM, optarg); in main() 300 case RLIMIT_VMEM: unit = 1024; break; in limit_value() 451 case RLIMIT_VMEM: in show_limits()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 117 res = RLIMIT_VMEM; in sysulimit()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 154 vmem_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_VMEM], in ulimit()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 46 RLIMIT_VMEM, S_memorysize, /* "memorysize" */
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 976 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], p->p_rctls, p, in elfexec()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 979 case RLIMIT_VMEM: s = "RLIMIT_VMEM"; break; in prt_rlm()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_as.c | 1702 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], in as_map_locked()
|