/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | ulimit.h | 31 # if !defined(RLIMIT_FSIZE) && defined(_sys_vlimit) 34 # define RLIMIT_FSIZE (LIM_FSIZE-1) macro 48 # define RLIMIT_FSIZE LIM_FSIZE macro 103 #ifndef RLIMIT_FSIZE 104 #define RLIMIT_FSIZE RLIMIT_UNKNOWN macro
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | doulimit.c | 84 return (setrlimit(RLIMIT_FSIZE, &dblimit)); in clr_ulimit() 109 n = setrlimit(RLIMIT_FSIZE, &ulimit); in set_ulimit() 153 setrlimit(RLIMIT_FSIZE, &dblimit); in ulimit_quit()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | resource.h | 71 #define RLIMIT_FSIZE 1 /* maximum file size */ macro 165 #define RLIM_SAVED(x) (x <= RLIMIT_FSIZE) /* cpu time and file size */ 166 #define RLIM_NSAVED (RLIMIT_FSIZE + 1) /* size of u_saved_rlimits[] */
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 105 res = RLIMIT_FSIZE; in sysulimit() 128 resources[res = RLIMIT_FSIZE]++; in sysulimit()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | resource.h | 67 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | limits.c | 43 "fsize", "file size", RLIMIT_FSIZE, 0, 'f', LIM_BLOCK,
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 125 errflg += parse_limits(RLIMIT_FSIZE, optarg); in main() 295 case RLIMIT_FSIZE: unit = 512; break; in limit_value() 406 case RLIMIT_FSIZE: in show_limits()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 237 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], initp, &rlp64, gp, in rctlproc_default_init() 302 rctlproc_legacy[RLIMIT_FSIZE] = rctl_register("process.max-file-size", in rctlproc_init()
|
/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()
|
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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 116 if(shtab_limits[n].index == RLIMIT_FSIZE) in b_ulimit()
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 385 unlimit(RLIMIT_FSIZE); in main()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 244 if (getrlimit(RLIMIT_FSIZE, &rl) < 0) { in main()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 705 if (getrlimit(RLIMIT_FSIZE, &rlp) == 0) { in copy()
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1631 if (getrlimit(RLIMIT_FSIZE, &rl) < 0) in up_resources() 1636 if (setrlimit(RLIMIT_FSIZE, &rl) < 0) in up_resources()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 36 RLIMIT_FSIZE, S_filesize, /* "filesize" */
|
/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/cmd/truss/ |
H A D | print.c | 974 case RLIMIT_FSIZE: s = "RLIMIT_FSIZE"; break; in prt_rlm()
|
/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/cmd/sendmail/src/ |
H A D | conf.c | 3754 (void) setrlimit(RLIMIT_FSIZE, &lim); in resetlimits()
|
/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()
|