Lines Matching refs:rctlblk_t
74 rctlblk_t *rblk;
146 static prctl_value_t *store_value_entry(rctlblk_t *rblk, prctl_list_t *list);
150 static int change_action(rctlblk_t *blk);
153 rctlblk_t *, rctlblk_t *, uint_t);
155 static int match_rctl(struct ps_prochandle *Pr, rctlblk_t **rctl, char *name,
158 static int match_rctl_blk(rctlblk_t *rctl, char *valuestringin,
212 rctlblk_t *rctlblkA = NULL; in main()
213 rctlblk_t *rctlblkB = NULL; in main()
214 rctlblk_t *tmp = NULL; in main()
1130 rctlblk_t *rblk2, *rblk_tmp, *rblk1 = NULL; in store_rctls()
1265 store_value_entry(rctlblk_t *rblk, prctl_list_t *list) in store_value_entry()
1268 rctlblk_t *store_blk = calloc(1, rctlblk_size()); in store_value_entry()
1571 match_rctl(struct ps_prochandle *Pr, rctlblk_t **rctl, char *name, in match_rctl()
1574 rctlblk_t *next; in match_rctl()
1575 rctlblk_t *last; in match_rctl()
1576 rctlblk_t *tmp; in match_rctl()
1644 match_rctl_blk(rctlblk_t *rctl, char *valuestringin, in match_rctl_blk()
1680 change_action(rctlblk_t *blk) in change_action()
1738 rctlblk_t *old_rblk, rctlblk_t *new_rblk, uint_t flags) in prctl_setrctl()