Searched refs:pr_getrctl (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libproc/
H A DMakefile.com50 pr_getrctl.o \
/opensolaris-onvv-gate/usr/src/lib/libproject/common/
H A Dsetproject.c237 * performing a pr_getrctl().
240 * to suspect that pr_getrctl() will return an error.
242 (void) pr_getrctl(Pr, ctl_name, NULL, blk, RCTL_FIRST);
371 if (pr_getrctl(Pr, ctl_name, NULL, rnext, RCTL_FIRST) == 0) {
389 if (pr_getrctl(Pr, ctl_name, rlast, rnext,
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers174 pr_getrctl;
H A Dpr_getrctl.c41 pr_getrctl(struct ps_prochandle *Pr, const char *rname, function
H A Dlibproc.h325 extern int pr_getrctl(struct ps_prochandle *,
H A Dllib-lproc251 /* pr_getrctl.c */
252 int pr_getrctl(struct ps_prochandle *Pr, const char *rname,
/opensolaris-onvv-gate/usr/src/cmd/prctl/
H A Dprctl.c1142 if (pr_getrctl(Pr, rctlname, NULL, rblk1, RCTL_FIRST)) {
1182 while (pr_getrctl(Pr, rctlname, rblk1, rblk2, RCTL_NEXT) == 0) {
1229 if (pr_getrctl(Pr, rctlname, NULL, rblk2, RCTL_USAGE) == 0) {
1591 if (pr_getrctl(Pr, name, NULL, next, RCTL_FIRST)) {
1605 while (pr_getrctl(Pr, name, last, next, RCTL_NEXT) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3783 if (pr_getrctl(pr, name, NULL, rblk, RCTL_FIRST))
3789 while (pr_getrctl(pr, name, rblk, rblk, RCTL_NEXT) == 0) {

Completed in 76 milliseconds