Home
last modified time | relevance | path

Searched refs:tpent (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c518 tsol_tpent_t tpent; in process_tp() local
533 (void) memset(&tpent, 0, sizeof (tpent)); in process_tp()
534 tpentp = &tpent; in process_tp()
564 if (tpentp != &tpent) in process_tp()
/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c567 tnrhtp_create(const tsol_tpent_t *tpent, int kmflags) in tnrhtp_create() argument
580 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name, in tnrhtp_create()
586 (mod_hash_key_t)tpent->name); in tnrhtp_create()
592 bcopy(tpent, &tpc->tpc_tp, sizeof (tpc->tpc_tp)); in tnrhtp_create()
/titanic_50/usr/src/uts/common/c2/
H A Daudit_event.c2869 tsol_tpent_t *tpent; in aus_labelsys() local
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()
2884 *(tpent->name + TNTNAMSIZ - 1) = '\0'; in aus_labelsys()
2886 au_uwrite(au_to_text(tpent->name)); in aus_labelsys()
2887 kmem_free(tpent, sizeof (tsol_tpent_t)); in aus_labelsys()