Lines Matching refs:rhtpent
648 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()
1209 tsol_tpent_t rhtpent; in tsol_create_i_tmpls() local
1211 bzero(&rhtpent, sizeof (rhtpent)); in tsol_create_i_tmpls()
1214 (void) strcpy(rhtpent.name, "_unlab"); in tsol_create_i_tmpls()
1216 rhtpent.host_type = UNLABELED; in tsol_create_i_tmpls()
1217 rhtpent.tp_mask_unl = TSOL_MSK_DEF_LABEL | TSOL_MSK_DEF_CL | in tsol_create_i_tmpls()
1220 rhtpent.tp_gw_sl_range.lower_bound = *label2bslabel(l_admin_low); in tsol_create_i_tmpls()
1221 rhtpent.tp_def_label = rhtpent.tp_gw_sl_range.lower_bound; in tsol_create_i_tmpls()
1222 rhtpent.tp_gw_sl_range.upper_bound = *label2bslabel(l_admin_high); in tsol_create_i_tmpls()
1223 rhtpent.tp_cipso_doi_unl = default_doi; in tsol_create_i_tmpls()
1224 tpc_unlab = tnrhtp_create(&rhtpent, KM_SLEEP); in tsol_create_i_tmpls()