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 Dtnrh.c41 tnrh(int cmd, tsol_rhent_t *buf)
H A Dtsol_getrhent.c57 tsol_rhent_t *
104 tsol_rhent_t *
130 tsol_rhent_t *
138 tsol_rhent_t *rhentp = NULL;
225 tsol_rhent_t rhent;
H A Dtsol_sgetrhent.c103 parse_address(tsol_rhent_t *rh, const char *addrbuf)
163 tsol_rhent_t *
172 tsol_rhent_t *rhentp = NULL;
268 tsol_freerhent(tsol_rhent_t *rh)
/illumos-gate/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)
1339 update_cache_table_v6(tsol_rhent_t *ent, tnd_tnrhdb_t *src)
1827 print_entry(tsol_rhent_t *ent, int af)
/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)
135 tsol_rhent_t rhent;
174 tsol_rhent_t *rhentp = NULL;
233 tsol_rhent_t rhent;
234 tsol_rhent_t *rhentp;
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h89 } tsol_rhent_t; typedef in typeref:struct:tsol_rhent
396 extern int tnrh_load(const tsol_rhent_t *);
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c229 tsol_rhent_t rhent;
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c226 tnrh_delete(const tsol_rhent_t *rhent)
411 tnrh_load(const tsol_rhent_t *rhent)
450 tnrh_get(tsol_rhent_t *rhent)
471 DTRACE_PROBE2(tx__tndb__l4__tnrhget__foundtpc, tsol_rhent_t *,
496 tsol_rhent_t rhent;
/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.c2837 tsol_rhent_t *rhent;
2846 rhent = kmem_alloc(sizeof (tsol_rhent_t), KM_SLEEP);
2847 if (copyin((caddr_t)a2, rhent, sizeof (tsol_rhent_t))) {
2848 kmem_free(rhent, sizeof (tsol_rhent_t));
2866 kmem_free(rhent, sizeof (tsol_rhent_t));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c2055 tsol_rhent_t rhent;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3228 tsol_rhent_t *rh;

Completed in 98 milliseconds