Lines Matching refs:tsol_rhent
80 static int rhtable_search_and_update(struct tsol_rhent *ent, int duplflag);
86 static void update_rh_entry(int op, struct tsol_rhent *rhentp);
93 rhtable_search_and_update_v6(struct tsol_rhent *ent, int duplflag);
660 struct tsol_rhent rh; /* to store result */ in nss_get_rh()
661 struct tsol_rhent *rhp; in nss_get_rh()
669 while ((rhp = (struct tsol_rhent *) in nss_get_rh()
928 rhtable_search_and_update(struct tsol_rhent *ent, int duplflag) in rhtable_search_and_update()
1000 (void) memcpy(&new->rh_ent, ent, sizeof (struct tsol_rhent)); in rhtable_search_and_update()
1027 rhtable_search_and_update_v6(struct tsol_rhent *ent, int duplflag) in rhtable_search_and_update_v6()
1085 (void) memcpy(&new->rh_ent, ent, sizeof (struct tsol_rhent)); in rhtable_search_and_update_v6()
1516 struct tsol_rhent rhentp; in load_rh_marked()
1580 struct tsol_rhent rhentp; in load_rh_marked_v6()
1635 update_rh_entry(int op, struct tsol_rhent *rhentp) in update_rh_entry()