Searched refs:tsol_tpent_t (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libtsnet/common/ |
H A D | libtsnet.h | 69 extern tsol_tpent_t *tsol_gettpbyname(const char *); 70 extern tsol_tpent_t *tsol_gettpent(void); 71 extern tsol_tpent_t *tsol_fgettpent(FILE *, boolean_t *); 72 extern void tsol_freetpent(tsol_tpent_t *); 76 extern tsol_tpent_t *tpstr_to_ent(tsol_tpstr_t *, int *, char **); 105 extern int tnrhtp(int, tsol_tpent_t *);
|
H A D | tsol_gettpent.c | 53 tsol_tpent_t * 98 tsol_tpent_t * 124 tsol_tpent_t * 132 tsol_tpent_t *tpentp = NULL; in tsol_fgettpent()
|
H A D | tsol_sgettpent.c | 53 get_tn_doi(tsol_tpent_t *tpentp, kva_t *kv) in get_tn_doi() 120 parse_remainder(tsol_tpent_t *tpentp, kva_t *kv) in parse_remainder() 235 tsol_tpent_t * 243 tsol_tpent_t *tpentp = NULL; in tpstr_to_ent() 311 tsol_freetpent(tsol_tpent_t *tp) in tsol_freetpent()
|
H A D | tnrhtp.c | 42 tnrhtp(int cmd, tsol_tpent_t *buf) in tnrhtp()
|
H A D | tsol_getrhent.c | 226 tsol_tpent_t tp; in tsol_getrhtype()
|
/titanic_50/usr/src/cmd/tsol/tnd/ |
H A D | tnd.h | 90 tsol_tpent_t tp_ent;
|
H A D | tnd.c | 582 tsol_tpent_t tp; /* to store result */ in nss_get_tp() 583 tsol_tpent_t *tpp; in nss_get_tp() 591 while ((tpp = (tsol_tpent_t *)tsol_gettpent()) != NULL) { in nss_get_tp() 664 tsol_tpent_t tp; in nss_get_rh()
|
/titanic_50/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 468 tsol_tpent_t *tpentp; in process_tpl() 518 tsol_tpent_t tpent; in process_tp() 519 tsol_tpent_t *tpentp; in process_tp()
|
/titanic_50/usr/src/uts/common/sys/tsol/ |
H A D | tnet.h | 47 extern int tsol_tnrh_chk(tsol_tpent_t *, bslabel_t *, int);
|
H A D | tndb.h | 219 } tsol_tpent_t; typedef
|
/titanic_50/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 102 tsol_tpent_t tp; in print_rhtp()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | labelsys.c | 567 tnrhtp_create(const tsol_tpent_t *tpent, int kmflags) in tnrhtp_create() 648 tsol_tpent_t rhtpent; in tnrhtp() 1209 tsol_tpent_t rhtpent; in tsol_create_i_tmpls()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 118 static tsol_tpent_t *get_client_template(struct sockaddr *); 1351 tsol_tpent_t *tp; in mount() 3201 static tsol_tpent_t * 3209 tsol_tpent_t *tp; in get_client_template()
|
/titanic_50/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 269 tsol_tpent_t *tpentp;
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_event.c | 2869 tsol_tpent_t *tpent; in aus_labelsys() 2877 tpent = kmem_alloc(sizeof (tsol_tpent_t), KM_SLEEP); in aus_labelsys() 2878 if (copyin((caddr_t)a2, tpent, sizeof (tsol_tpent_t))) { in aus_labelsys() 2879 kmem_free(tpent, sizeof (tsol_tpent_t)); in aus_labelsys() 2887 kmem_free(tpent, sizeof (tsol_tpent_t)); in aus_labelsys()
|