Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c678 rhp->rh_template); in nss_get_rh()
685 rhp->rh_template); in nss_get_rh()
687 rhp->rh_template); in nss_get_rh()
975 if (strcmp(ent->rh_template, in rhtable_search_and_update()
976 rhent->rh_ent.rh_template) != 0) { in rhtable_search_and_update()
982 ent->rh_template); in rhtable_search_and_update()
1061 if (strcmp(ent->rh_template, in rhtable_search_and_update_v6()
1068 ent->rh_template); in rhtable_search_and_update_v6()
1536 (void) strcpy(rhentp.rh_template, in load_rh_marked()
1650 rhentp->rh_template); in update_rh_entry()
[all …]
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c234 if (strlcpy(rhentp->rh_template, template, in rhstr_to_ent()
235 sizeof (rhentp->rh_template)) >= sizeof (rhentp->rh_template)) { in rhstr_to_ent()
248 address, rhentp->rh_template); in rhstr_to_ent()
H A Dtsol_getrhent.c248 if (rhent.rh_template[0] == '\0') in tsol_getrhtype()
251 (void) strlcpy(tp.name, rhent.rh_template, sizeof (tp.name)); in tsol_getrhtype()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c267 if (rhent.rh_template[0] != '\0') in print_rh()
269 rhent.rh_template); in print_rh()
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c416 if ((tpc = tnrhtp_find(rhent->rh_template, tpc_name_hash)) == NULL) { in tnrh_load()
471 bcopy(tpc->tpc_tp.name, rhent->rh_template, in tnrh_get()
472 sizeof (rhent->rh_template)); in tnrh_get()
513 if (!template_name_ok(rhent.rh_template)) { in tnrh()
527 if (!template_name_ok(rhent.rh_template)) { in tnrh()
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c319 rhent.rh_template[0] = '\0'; in process_rh()
331 rhentp->rh_template[0] == '\0' && in process_rh()
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c488 if (!tnrhtp_bad && find_template(rhentp->rh_template) == NULL) {
491 "line %2$d\n"), rhentp->rh_template, linenum);
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h88 char rh_template[TNTNAMSIZ]; /* template name */ member
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3372 tp = tsol_gettpbyname(rh->rh_template); in get_client_template()
3384 tp = tsol_gettpbyname(rh->rh_template); in get_client_template()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c2166 (void) strcpy(rhent.rh_template, "cipso"); in tsol_check_interface_address()