Searched refs:tsol_rhent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.h123 struct tsol_rhent rh;
H A Dtnd.c82 static int rhtable_search_and_update(struct tsol_rhent *ent, int duplflag);
88 static void update_rh_entry(int op, struct tsol_rhent *rhentp);
95 rhtable_search_and_update_v6(struct tsol_rhent *ent, int duplflag);
662 struct tsol_rhent rh; /* to store result */
663 struct tsol_rhent *rhp;
671 while ((rhp = (struct tsol_rhent *)
930 rhtable_search_and_update(struct tsol_rhent *ent, int duplflag)
1002 (void) memcpy(&new->rh_ent, ent, sizeof (struct tsol_rhent));
1029 rhtable_search_and_update_v6(struct tsol_rhent *ent, int duplflag)
1087 (void) memcpy(&new->rh_ent, ent, sizeof (struct tsol_rhent));
[all...]
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h84 typedef struct tsol_rhent { struct

Completed in 76 milliseconds