Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c648 tsol_tpent_t rhtpent; in tnrhtp() local
661 if (copyin(buf, &rhtpent, sizeof (rhtpent)) != 0) { in tnrhtp()
670 if (!template_name_ok(rhtpent.name)) in tnrhtp()
677 rhtpent.name); in tnrhtp()
678 type = rhtpent.host_type; in tnrhtp()
684 if (tnrhtp_create(&rhtpent, KM_NOSLEEP) == NULL) in tnrhtp()
692 rhtpent.name); in tnrhtp()
693 tpc = tnrhtp_find(rhtpent.name, tpc_name_hash); in tnrhtp()
711 rhtpent.name); in tnrhtp()
712 retv = tnrhtp_delete(rhtpent.name); in tnrhtp()
[all …]