Symbol: RLIMIT_FSIZE
usr/src/cmd/cpio/cpio.c
6746
(void) getrlimit(RLIMIT_FSIZE, &rlim);
usr/src/cmd/cron/at.c
705
if (getrlimit(RLIMIT_FSIZE, &rlp) == 0) {
usr/src/cmd/csh/sh.func.c
36
RLIMIT_FSIZE, S_filesize, /* "filesize" */
usr/src/cmd/fs.d/nfs/nfslog/nfslogd.c
244
if (getrlimit(RLIMIT_FSIZE, &rl) < 0) {
usr/src/cmd/plimit/plimit.c
125
errflg += parse_limits(RLIMIT_FSIZE, optarg);
usr/src/cmd/plimit/plimit.c
295
case RLIMIT_FSIZE: unit = 512; break;
usr/src/cmd/plimit/plimit.c
406
case RLIMIT_FSIZE:
usr/src/cmd/sendmail/src/conf.c
3754
(void) setrlimit(RLIMIT_FSIZE, &lim);
usr/src/cmd/sh/ulimit.c
105
res = RLIMIT_FSIZE;
usr/src/cmd/sh/ulimit.c
128
resources[res = RLIMIT_FSIZE]++;
usr/src/cmd/svr4pkg/libinst/doulimit.c
109
n = setrlimit(RLIMIT_FSIZE, &ulimit);
usr/src/cmd/svr4pkg/libinst/doulimit.c
153
setrlimit(RLIMIT_FSIZE, &dblimit);
usr/src/cmd/svr4pkg/libinst/doulimit.c
84
return (setrlimit(RLIMIT_FSIZE, &dblimit));
usr/src/cmd/th_tools/th_define.c
1631
if (getrlimit(RLIMIT_FSIZE, &rl) < 0)
usr/src/cmd/th_tools/th_define.c
1636
if (setrlimit(RLIMIT_FSIZE, &rl) < 0)
usr/src/cmd/truss/print.c
974
case RLIMIT_FSIZE: s = "RLIMIT_FSIZE"; break;
usr/src/cmd/ypcmd/yppasswd/yppasswdd.c
385
unlimit(RLIMIT_FSIZE);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
723
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/fs/nfs/nfs4_vnops.c
2827
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/fs/nfs/nfs_vnops.c
625
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/fs/pcfs/pc_vnops.c
342
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
791
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
170
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
usr/src/uts/common/fs/udfs/udf_vnops.c
3142
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
usr/src/uts/common/fs/ufs/ufs_vnops.c
726
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
usr/src/uts/common/os/rctl_proc.c
237
(void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], initp, &rlp64, gp,
usr/src/uts/common/os/rctl_proc.c
302
rctlproc_legacy[RLIMIT_FSIZE] = rctl_register("process.max-file-size",
usr/src/uts/common/sys/resource.h
165
#define RLIM_SAVED(x) (x <= RLIMIT_FSIZE) /* cpu time and file size */
usr/src/uts/common/sys/resource.h
166
#define RLIM_NSAVED (RLIMIT_FSIZE + 1) /* size of u_saved_rlimits[] */
usr/src/uts/common/syscall/rlimit.c
102
if (error = rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], p,
usr/src/uts/common/syscall/rlimit.c
67
filesize = rctl_enforced_value(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/rw.c
1339
rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/rw.c
1586
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/rw.c
275
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/rw.c
528
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/rw.c
933
(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/sendfile.c
124
rctlproc_legacy[RLIMIT_FSIZE],
usr/src/uts/common/syscall/sendfile.c
754
rctlproc_legacy[RLIMIT_FSIZE],