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

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

Completed in 46 milliseconds