Searched refs:RCTL_FIRST (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libproject/common/ |
H A D | setproject.c | 241 (void) pr_getrctl(Pr, ctl_name, NULL, blk, RCTL_FIRST); in rctl_set() 366 if (pr_getrctl(Pr, ctl_name, NULL, rnext, RCTL_FIRST) == 0) { in rctl_set()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | rctl.h | 77 #define RCTL_FIRST 0x00000000 macro
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 235 if (action != RCTL_FIRST && action != RCTL_NEXT && in rctlsys_get() 304 } else if (action == RCTL_FIRST) { in rctlsys_get()
|
/titanic_41/usr/src/cmd/prctl/ |
H A D | prctl.c | 415 if (getrctl(arg_name, NULL, rctlblkA, RCTL_FIRST)) { in main() 1142 if (pr_getrctl(Pr, rctlname, NULL, rblk1, RCTL_FIRST)) { in store_rctls() 1591 if (pr_getrctl(Pr, name, NULL, next, RCTL_FIRST)) { in match_rctl()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2173 if (getrctl(name, NULL, rblk, RCTL_FIRST) in zsd_get_zone_rctl_limit() 4033 if (getrctl(name, NULL, rblk_last, RCTL_FIRST) != 0) in zsd_get_system_rctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 2598 else if (action == RCTL_FIRST) in prt_rgf()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3752 if (pr_getrctl(pr, name, NULL, rblk, RCTL_FIRST)) in get_priv_rctl() 5944 if (getrctl(name, NULL, current, RCTL_FIRST) != 0) in zonecfg_valid_rctl()
|