/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 47 rctl_hndl_t rctlproc_legacy[RLIM_NLIMITS]; variable 230 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_CPU], initp, &rlp64, gp, in rctlproc_default_init() 237 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], initp, &rlp64, gp, in rctlproc_default_init() 244 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_DATA], initp, &rlp64, gp, in rctlproc_default_init() 257 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_STACK], initp, &rlp64, gp, in rctlproc_default_init() 264 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_CORE], initp, &rlp64, gp, in rctlproc_default_init() 272 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_NOFILE], initp, &rlp64, in rctlproc_default_init() 279 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_VMEM], initp, &rlp64, gp, in rctlproc_default_init() 298 rctlproc_legacy[RLIMIT_CPU] = rctl_register("process.max-cpu-time", in rctlproc_init() 302 rctlproc_legacy[RLIMIT_FSIZE] = rctl_register("process.max-file-size", in rctlproc_init() [all …]
|
H A D | core.c | 348 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE], in do_core() 620 (void) rctl_action(rctlproc_legacy[RLIMIT_CORE], in dump_one_core() 693 rlimit = rctl_enforced_value(rctlproc_legacy[RLIMIT_CORE], p->p_rctls, in core()
|
H A D | grow.c | 211 as_rctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_DATA], in brk_internal() 258 (void) rctl_action(rctlproc_legacy[RLIMIT_DATA], p->p_rctls, p, in brk_internal() 461 (void) rctl_action(rctlproc_legacy[RLIMIT_STACK], p->p_rctls, p, in grow_internal()
|
H A D | fio.c | 1057 (void) rctl_action(rctlproc_legacy[RLIMIT_NOFILE], in ufalloc_file() 1122 (void) rctl_action(rctlproc_legacy[RLIMIT_NOFILE], in ufcanalloc()
|
H A D | clock.c | 1611 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
|
H A D | exec.c | 479 (void) rctl_rlimit_get(rctlproc_legacy[i], p, in exec_common()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 67 filesize = rctl_enforced_value(rctlproc_legacy[RLIMIT_FSIZE], in ulimit() 102 if (error = rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], p, in ulimit() 152 size_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_DATA], in ulimit() 154 vmem_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_VMEM], in ulimit() 234 fdno_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_NOFILE], in ulimit() 302 (void) rctl_rlimit_get(rctlproc_legacy[resource], p, &rlim64); in getrlimit32() 427 if (error = rctl_rlimit_set(rctlproc_legacy[resource], p, &rlim64, gp, in setrlimit32() 451 (void) rctl_rlimit_get(rctlproc_legacy[resource], p, &rlim64); in getrlimit64() 475 if (error = rctl_rlimit_set(rctlproc_legacy[resource], p, &rlim64, gp, in setrlimit64()
|
H A D | sysconfig.c | 86 rctlproc_legacy[RLIMIT_NOFILE], curproc->p_rctls, in sysconfig()
|
H A D | rw.c | 275 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in write() 528 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in pwrite() 933 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in writev() 1339 rctlproc_legacy[RLIMIT_FSIZE], in pwritev() 1586 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in pwrite64()
|
H A D | sendfile.c | 124 rctlproc_legacy[RLIMIT_FSIZE], in sendvec_chunk64() 754 rctlproc_legacy[RLIMIT_FSIZE], in sendvec_chunk()
|
H A D | fcntl.c | 972 (void) rctl_action(rctlproc_legacy[RLIMIT_NOFILE], in fd_too_big()
|
H A D | poll.c | 404 (void) rctl_action(rctlproc_legacy[RLIMIT_NOFILE], in poll_common()
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 120 fdno_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_NOFILE], in fdread() 249 fdno_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_NOFILE], in fdreaddir() 456 fdno_ctl = rctl_enforced_value(rctlproc_legacy[RLIMIT_NOFILE], in fdstatvfs()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | rctl.h | 258 extern rctl_hndl_t rctlproc_legacy[];
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devpoll.c | 771 (uint_t)rctl_enforced_value(rctlproc_legacy[RLIMIT_NOFILE], in dpwrite() 773 (void) rctl_action(rctlproc_legacy[RLIMIT_NOFILE], in dpwrite()
|
/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/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 170 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls, in wrtmp()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 342 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls, in rwpcp()
|
/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/uts/common/vm/ |
H A D | vm_as.c | 1702 (void) rctl_action(rctlproc_legacy[RLIMIT_VMEM], in as_map_locked()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 3143 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls, in ud_wrip()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 790 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in smbfs_write()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 625 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], in nfs_write()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 726 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls, in wrip()
|