Searched defs:tpent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c518 tsol_tpent_t tpent; local
533 (void) memset(&tpent, 0, sizeof (tpent));
534 tpentp = &tpent;
564 if (tpentp != &tpent)
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c567 tnrhtp_create(const tsol_tpent_t *tpent, int kmflags) argument
580 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name,
586 (mod_hash_key_t)tpent->name);
592 bcopy(tpent, &tpc->tpc_tp, sizeof (tpc->tpc_tp));
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c2872 tsol_tpent_t *tpent; local
2880 tpent = kmem_alloc(sizeof (tsol_tpent_t), KM_SLEEP);
2881 if (copyin((caddr_t)a2, tpent, sizeof (tsol_tpent_t))) {
2882 kmem_free(tpent, sizeof (tsol_tpent_t));
2887 *(tpent->name + TNTNAMSIZ - 1) = '\0';
2889 au_uwrite(au_to_text(tpent->name));
2890 kmem_free(tpent, sizeof (tsol_tpent_t));

Completed in 73 milliseconds