Searched refs:tsol_rhent_t (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/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 | tnrh.c | 41 tnrh(int cmd, tsol_rhent_t *buf)
|
H A D | tsol_getrhent.c | 57 tsol_rhent_t * 104 tsol_rhent_t * 130 tsol_rhent_t * 138 tsol_rhent_t *rhentp = NULL; 225 tsol_rhent_t rhent;
|
H A D | tsol_sgetrhent.c | 103 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 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) 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 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) 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 D | tndb.h | 89 } 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 D | tninfo.c | 229 tsol_rhent_t rhent;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 226 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 D | tnchkdb.c | 430 tsol_rhent_t *rhentp;
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 2837 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 D | tnet.c | 2055 tsol_rhent_t rhent;
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 3228 tsol_rhent_t *rh;
|
Completed in 98 milliseconds