Searched refs:pr_getrctl (Results 1 – 8 of 8) 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() 382 if (pr_getrctl(Pr, ctl_name, rnext, rnext, in rctl_set()
|
/titanic_41/usr/src/lib/libproc/ |
H A D | Makefile.com | 53 pr_getrctl.o \
|
/titanic_41/usr/src/cmd/prctl/ |
H A D | prctl.c | 1142 if (pr_getrctl(Pr, rctlname, NULL, rblk1, RCTL_FIRST)) { in store_rctls() 1182 while (pr_getrctl(Pr, rctlname, rblk1, rblk2, RCTL_NEXT) == 0) { in store_rctls() 1229 if (pr_getrctl(Pr, rctlname, NULL, rblk2, RCTL_USAGE) == 0) { in store_rctls() 1591 if (pr_getrctl(Pr, name, NULL, next, RCTL_FIRST)) { in match_rctl() 1605 while (pr_getrctl(Pr, name, last, next, RCTL_NEXT) == 0) { in match_rctl()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_getrctl.c | 41 pr_getrctl(struct ps_prochandle *Pr, const char *rname, in pr_getrctl() function
|
H A D | mapfile-vers | 180 pr_getrctl;
|
H A D | llib-lproc | 254 /* pr_getrctl.c */ 255 int pr_getrctl(struct ps_prochandle *Pr, const char *rname,
|
H A D | libproc.h | 380 extern int pr_getrctl(struct ps_prochandle *,
|
/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() 3758 while (pr_getrctl(pr, name, rblk, rblk, RCTL_NEXT) == 0) { in get_priv_rctl()
|