/illumos-gate/usr/src/lib/libbc/libc/compat/common/ |
H A D | ulimit.c | 41 if (getrlimit(RLIMIT_FSIZE, &rlimit) < 0) 47 return (setrlimit(RLIMIT_FSIZE, &rlimit));
|
/illumos-gate/usr/src/lib/libshell/common/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 119 #ifndef RLIMIT_FSIZE 120 #define RLIMIT_FSIZE RLIMIT_UNKNOWN macro
|
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | limits.c | 43 "fsize", "file size", RLIMIT_FSIZE, 0, 'f', LIM_BLOCK,
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | resource.h | 69 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | doulimit.c | 84 return (setrlimit(RLIMIT_FSIZE, &dblimit)); 109 n = setrlimit(RLIMIT_FSIZE, &ulimit); 153 setrlimit(RLIMIT_FSIZE, &dblimit);
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | resource.h | 74 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
|
/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 | 51 /* RLIMIT_FSIZE */ "file", "blocks", 512, 108 res = RLIMIT_FSIZE; 131 resources[res = RLIMIT_FSIZE]++;
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 125 errflg += parse_limits(RLIMIT_FSIZE, optarg); 295 case RLIMIT_FSIZE: unit = 512; break; 406 case RLIMIT_FSIZE:
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 50 RCTL_LOCAL_DENY | RCTL_LOCAL_SIGNAL, /* RLIMIT_FSIZE */ 59 SIGXFSZ, /* RLIMIT_FSIZE */ 89 * process.max-file-size / RLIMIT_FSIZE 234 * RLIMIT_FSIZE: deny always, sigtoproc(pp, NULL, SIGXFSZ). 237 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], initp, &rlp64, gp, 302 rctlproc_legacy[RLIMIT_FSIZE] = rctl_register("process.max-file-size",
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 67 filesize = rctl_enforced_value(rctlproc_legacy[RLIMIT_FSIZE], 102 if (error = rctl_rlimit_set(rctlproc_legacy[RLIMIT_FSIZE], p,
|
H A D | rw.c | 274 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], 527 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], 873 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], 1213 rctlproc_legacy[RLIMIT_FSIZE], 1269 rctlproc_legacy[RLIMIT_FSIZE], 1491 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
|
H A D | sendfile.c | 125 rctlproc_legacy[RLIMIT_FSIZE], 751 rctlproc_legacy[RLIMIT_FSIZE],
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 116 if(shtab_limits[n].index == RLIMIT_FSIZE)
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 387 unlimit(RLIMIT_FSIZE);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 38 RLIMIT_FSIZE, S_filesize, /* "filesize" */
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 246 if (getrlimit(RLIMIT_FSIZE, &rl) < 0) {
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 706 if (getrlimit(RLIMIT_FSIZE, &rlp) == 0) {
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1639 if (getrlimit(RLIMIT_FSIZE, &rl) < 0) 1640 msg(0, "failed to obtain RLIMIT_FSIZE: %s\n", strerror(errno)); 1642 msg(12, "RLIMIT_FSIZE\t %lu (%lu)\n", rl.rlim_cur, rl.rlim_max); 1644 if (setrlimit(RLIMIT_FSIZE, &rl) < 0) 1645 msg(0, "failed to set RLIMIT_FSIZE: %s\n",
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 343 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 169 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 970 case RLIMIT_FSIZE: s = "RLIMIT_FSIZE"; break;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3753 (void) setrlimit(RLIMIT_FSIZE, &lim);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 625 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE],
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 3164 (void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
|