Searched refs:RLIMIT_CPU (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | ulimit.h | 38 # 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 D | plimit.c | 137 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 D | sh.func.c | 34 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 D | resource.h | 66 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | limits.c | 41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 230 (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 D | clock.c | 1611 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | resource.h | 70 #define RLIMIT_CPU 0 /* cpu time in seconds */ macro
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 114 res = RLIMIT_CPU; in sysulimit()
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 384 unlimit(RLIMIT_CPU); in main()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 973 case RLIMIT_CPU: s = "RLIMIT_CPU"; break; in prt_rlm()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3753 (void) setrlimit(RLIMIT_CPU, &lim); in resetlimits()
|