Home
last modified time | relevance | path

Searched refs:tsol_rhent_t (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libtsnet/common/
H A Dlibtsnet.h79 extern tsol_rhent_t *tsol_getrhbyaddr(const void *, size_t, int);
80 extern tsol_rhent_t *tsol_getrhent(void);
81 extern tsol_rhent_t *tsol_fgetrhent(FILE *, boolean_t *);
82 extern void tsol_freerhent(tsol_rhent_t *);
86 extern tsol_rhent_t *rhstr_to_ent(tsol_rhstr_t *, int *, char **);
106 extern int tnrh(int, tsol_rhent_t *);
H A Dtsol_getrhent.c57 tsol_rhent_t *
104 tsol_rhent_t *
130 tsol_rhent_t *
138 tsol_rhent_t *rhentp = NULL; in tsol_fgetrhent()
225 tsol_rhent_t rhent; in tsol_getrhtype()
H A Dtsol_sgetrhent.c103 parse_address(tsol_rhent_t *rh, const char *addrbuf) in parse_address()
163 tsol_rhent_t *
172 tsol_rhent_t *rhentp = NULL; in rhstr_to_ent()
268 tsol_freerhent(tsol_rhent_t *rh) in tsol_freerhent()
H A Dtnrh.c41 tnrh(int cmd, tsol_rhent_t *buf) in tnrh()
/titanic_41/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c56 static void translate_inet_addr(tsol_rhent_t *, int *, char [], int);
132 translate_inet_addr(tsol_rhent_t *rhentp, int *alen, char abuf[], int abuflen) in translate_inet_addr()
135 tsol_rhent_t rhent; in translate_inet_addr()
174 tsol_rhent_t *rhentp = NULL; in process_rhl()
233 tsol_rhent_t rhent; in process_rh()
234 tsol_rhent_t *rhentp; in process_rh()
/titanic_41/usr/src/cmd/tsol/tnd/
H A Dtnd.h96 tsol_rhent_t rh_ent;
H A Dtnd.c87 static int update_cache_table(tsol_rhent_t *ent, tnd_tnrhdb_t *src);
98 static int update_cache_table_v6(tsol_rhent_t *ent, tnd_tnrhdb_t *src);
102 static void print_entry(tsol_rhent_t *ent, int af);
1276 update_cache_table(tsol_rhent_t *ent, tnd_tnrhdb_t *src) in update_cache_table()
1339 update_cache_table_v6(tsol_rhent_t *ent, tnd_tnrhdb_t *src) in update_cache_table_v6()
1827 print_entry(tsol_rhent_t *ent, int af) in print_entry()
/titanic_41/usr/src/uts/common/sys/tsol/
H A Dtndb.h89 } tsol_rhent_t; typedef
396 extern int tnrh_load(const tsol_rhent_t *);
/titanic_41/usr/src/uts/common/os/
H A Dlabelsys.c226 tnrh_delete(const tsol_rhent_t *rhent) in tnrh_delete()
411 tnrh_load(const tsol_rhent_t *rhent) in tnrh_load()
450 tnrh_get(tsol_rhent_t *rhent) in tnrh_get()
471 DTRACE_PROBE2(tx__tndb__l4__tnrhget__foundtpc, tsol_rhent_t *, in tnrh_get()
496 tsol_rhent_t rhent; in tnrh()
/titanic_41/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c229 tsol_rhent_t rhent; in print_rh()
/titanic_41/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c430 tsol_rhent_t *rhentp;
/titanic_41/usr/src/uts/common/c2/
H A Daudit_event.c2834 tsol_rhent_t *rhent; in aus_labelsys()
2843 rhent = kmem_alloc(sizeof (tsol_rhent_t), KM_SLEEP); in aus_labelsys()
2844 if (copyin((caddr_t)a2, rhent, sizeof (tsol_rhent_t))) { in aus_labelsys()
2845 kmem_free(rhent, sizeof (tsol_rhent_t)); in aus_labelsys()
2863 kmem_free(rhent, sizeof (tsol_rhent_t)); in aus_labelsys()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dtnet.c2055 tsol_rhent_t rhent; in tsol_check_interface_address()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3210 tsol_rhent_t *rh; in get_client_template()