Searched refs:tsol_rhent_t (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libtsnet/common/ |
H A D | libtsnet.h | 79 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 D | tsol_getrhent.c | 57 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 D | tsol_sgetrhent.c | 103 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 D | tnrh.c | 41 tnrh(int cmd, tsol_rhent_t *buf) in tnrh()
|
/titanic_41/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 56 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 D | tnd.h | 96 tsol_rhent_t rh_ent;
|
H A D | tnd.c | 87 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 D | tndb.h | 89 } tsol_rhent_t; typedef 396 extern int tnrh_load(const tsol_rhent_t *);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | labelsys.c | 226 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 D | tninfo.c | 229 tsol_rhent_t rhent; in print_rh()
|
/titanic_41/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 430 tsol_rhent_t *rhentp;
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_event.c | 2834 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 D | tnet.c | 2055 tsol_rhent_t rhent; in tsol_check_interface_address()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 3210 tsol_rhent_t *rh; in get_client_template()
|