Home
last modified time | relevance | path

Searched refs:RLIMIT_CPU (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dulimit.h38 # define RLIMIT_CPU (LIM_CPU-1) macro
52 # define RLIMIT_CPU LIM_CPU macro
97 #ifndef RLIMIT_CPU
98 #define RLIMIT_CPU RLIMIT_UNKNOWN macro
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c137 errflg += parse_limits(RLIMIT_CPU, optarg); in main()
249 if (which == RLIMIT_CPU && strchr(arg, ':') != NULL) { in limit_value()
279 if (which == RLIMIT_CPU) in limit_value()
286 if (which == RLIMIT_CPU) in limit_value()
294 case RLIMIT_CPU: unit = 1; break; in limit_value()
403 case RLIMIT_CPU: in show_limits()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c34 RLIMIT_CPU, S_cputime, /* "cputime" */
1397 if (lp->limconst != RLIMIT_CPU) { in getval()
1411 if (lp->limconst != RLIMIT_CPU) { in getval()
1423 if (lp->limconst == RLIMIT_CPU) { in getval()
1433 if (lp->limconst == RLIMIT_CPU) { in getval()
1446 if (lp->limconst != RLIMIT_CPU) { in getval()
1453 if (lp->limconst == RLIMIT_CPU) { in getval()
1509 } else if (lp->limconst == RLIMIT_CPU) { in plim()
/illumos-gate/usr/src/ucbhead/sys/
H A Dresource.h66 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlimits.c41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
/illumos-gate/usr/src/uts/common/os/
H A Drctl_proc.c230 (void) rctl_rlimit_set(rctlproc_legacy[RLIMIT_CPU], initp, &rlp64, gp, in rctlproc_default_init()
298 rctlproc_legacy[RLIMIT_CPU] = rctl_register("process.max-cpu-time", in rctlproc_init()
H A Dclock.c1611 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h70 #define RLIMIT_CPU 0 /* cpu time in seconds */ macro
/illumos-gate/usr/src/cmd/sh/
H A Dulimit.c114 res = RLIMIT_CPU; in sysulimit()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c384 unlimit(RLIMIT_CPU); in main()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c972 case RLIMIT_CPU: s = "RLIMIT_CPU"; break; in prt_rlm()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3753 (void) setrlimit(RLIMIT_CPU, &lim); in resetlimits()