Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c519 tsol_tpent_t tpent; in process_tp() local
534 (void) memset(&tpent, 0, sizeof (tpent)); in process_tp()
535 tpentp = &tpent; in process_tp()
565 if (tpentp != &tpent) in process_tp()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c565 tnrhtp_create(const tsol_tpent_t *tpent, int kmflags) in tnrhtp_create() argument
578 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name, in tnrhtp_create()
584 (mod_hash_key_t)tpent->name); in tnrhtp_create()
590 bcopy(tpent, &tpc->tpc_tp, sizeof (tpc->tpc_tp)); in tnrhtp_create()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c2914 tsol_tpent_t *tpent; in aus_labelsys() local
2922 tpent = kmem_alloc(sizeof (tsol_tpent_t), KM_SLEEP); in aus_labelsys()
2923 if (copyin((caddr_t)a2, tpent, sizeof (tsol_tpent_t))) { in aus_labelsys()
2924 kmem_free(tpent, sizeof (tsol_tpent_t)); in aus_labelsys()
2929 *(tpent->name + TNTNAMSIZ - 1) = '\0'; in aus_labelsys()
2931 au_uwrite(au_to_text(tpent->name)); in aus_labelsys()
2932 kmem_free(tpent, sizeof (tsol_tpent_t)); in aus_labelsys()