Searched refs:RLIMIT_CPU (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | ulimit.h | 38 # 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 D | plimit.c | 136 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 D | sh.func.c | 36 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 D | resource.h | 68 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | limits.c | 41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | resource.h | 73 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
|
/titanic_44/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 | 1607 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | resource.h | 70 #define RLIMIT_CPU 0 /* cpu time in seconds */ macro
|
/titanic_44/usr/src/cmd/sh/ |
H A D | ulimit.c | 117 res = RLIMIT_CPU; in sysulimit()
|
/titanic_44/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 386 unlimit(RLIMIT_CPU); in main()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 968 case RLIMIT_CPU: s = "RLIMIT_CPU"; break; in prt_rlm()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3752 (void) setrlimit(RLIMIT_CPU, &lim); in resetlimits()
|