Home
last modified time | relevance | path

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

/illumos-gate/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.c55 tsol_rhent_t *
102 tsol_rhent_t *
128 tsol_rhent_t *
136 tsol_rhent_t *rhentp = NULL; in tsol_fgetrhent()
223 tsol_rhent_t rhent; in tsol_getrhtype()
H A Dtsol_sgetrhent.c101 parse_address(tsol_rhent_t *rh, const char *addrbuf) in parse_address()
161 tsol_rhent_t *
170 tsol_rhent_t *rhentp = NULL; in rhstr_to_ent()
266 tsol_freerhent(tsol_rhent_t *rh) in tsol_freerhent()
H A Dtnrh.c39 tnrh(int cmd, tsol_rhent_t *buf) in tnrh()
/illumos-gate/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()
234 tsol_rhent_t rhent; in process_rh()
235 tsol_rhent_t *rhentp; in process_rh()
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.h94 tsol_rhent_t rh_ent;
H A Dtnd.c85 static int update_cache_table(tsol_rhent_t *ent, tnd_tnrhdb_t *src);
96 static int update_cache_table_v6(tsol_rhent_t *ent, tnd_tnrhdb_t *src);
100 static void print_entry(tsol_rhent_t *ent, int af);
1274 update_cache_table(tsol_rhent_t *ent, tnd_tnrhdb_t *src) in update_cache_table()
1337 update_cache_table_v6(tsol_rhent_t *ent, tnd_tnrhdb_t *src) in update_cache_table_v6()
1825 print_entry(tsol_rhent_t *ent, int af) in print_entry()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h89 } tsol_rhent_t; typedef
400 extern int tnrh_load(const tsol_rhent_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c224 tnrh_delete(const tsol_rhent_t *rhent) in tnrh_delete()
409 tnrh_load(const tsol_rhent_t *rhent) in tnrh_load()
448 tnrh_get(tsol_rhent_t *rhent) in tnrh_get()
469 DTRACE_PROBE2(tx__tndb__l4__tnrhget__foundtpc, tsol_rhent_t *, in tnrh_get()
494 tsol_rhent_t rhent; in tnrh()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c229 tsol_rhent_t rhent; in print_rh()
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c430 tsol_rhent_t *rhentp;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c2879 tsol_rhent_t *rhent; in aus_labelsys()
2888 rhent = kmem_alloc(sizeof (tsol_rhent_t), KM_SLEEP); in aus_labelsys()
2889 if (copyin((caddr_t)a2, rhent, sizeof (tsol_rhent_t))) { in aus_labelsys()
2890 kmem_free(rhent, sizeof (tsol_rhent_t)); in aus_labelsys()
2908 kmem_free(rhent, sizeof (tsol_rhent_t)); in aus_labelsys()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c2058 tsol_rhent_t rhent; in tsol_check_interface_address()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3359 tsol_rhent_t *rh; in get_client_template()