Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dulimit.h38 # define RLIMIT_CPU (LIM_CPU-1) macro
52 # define RLIMIT_CPU LIM_CPU macro
72 # ifndef RLIMIT_CPU
73 # define RLIMIT_CPU 0 macro
113 #ifndef RLIMIT_CPU
114 #define RLIMIT_CPU RLIMIT_UNKNOWN macro
/titanic_44/usr/src/cmd/plimit/
H A Dplimit.c136 errflg += parse_limits(RLIMIT_CPU, optarg); in main()
248 if (which == RLIMIT_CPU && strchr(arg, ':') != NULL) { in limit_value()
278 if (which == RLIMIT_CPU) in limit_value()
285 if (which == RLIMIT_CPU) in limit_value()
293 case RLIMIT_CPU: unit = 1; break; in limit_value()
402 case RLIMIT_CPU: in show_limits()
/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c36 RLIMIT_CPU, S_cputime, /* "cputime" */
1386 if (lp->limconst != RLIMIT_CPU) { in getval()
1400 if (lp->limconst != RLIMIT_CPU) { in getval()
1412 if (lp->limconst == RLIMIT_CPU) { in getval()
1422 if (lp->limconst == RLIMIT_CPU) { in getval()
1435 if (lp->limconst != RLIMIT_CPU) { in getval()
1442 if (lp->limconst == RLIMIT_CPU) { in getval()
1498 } else if (lp->limconst == RLIMIT_CPU) { in plim()
/titanic_44/usr/src/ucbhead/sys/
H A Dresource.h68 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
/titanic_44/usr/src/lib/libshell/common/data/
H A Dlimits.c41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dresource.h73 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
/titanic_44/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.c1607 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
/titanic_44/usr/src/uts/common/sys/
H A Dresource.h70 #define RLIMIT_CPU 0 /* cpu time in seconds */ macro
/titanic_44/usr/src/cmd/sh/
H A Dulimit.c117 res = RLIMIT_CPU; in sysulimit()
/titanic_44/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c386 unlimit(RLIMIT_CPU); in main()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c968 case RLIMIT_CPU: s = "RLIMIT_CPU"; break; in prt_rlm()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dconf.c3752 (void) setrlimit(RLIMIT_CPU, &lim); in resetlimits()