Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tsol/tnd/
H A Dtnd.c680 rhp->rh_template); in nss_get_rh()
682 (void) strncpy(tp.name, rhp->rh_template, TNTNAMSIZ - 1); in nss_get_rh()
687 rhp->rh_template); in nss_get_rh()
689 rhp->rh_template); in nss_get_rh()
977 if (strcmp(ent->rh_template, in rhtable_search_and_update()
978 rhent->rh_ent.rh_template) != 0) { in rhtable_search_and_update()
983 (void) strcpy(rhent->rh_ent.rh_template, in rhtable_search_and_update()
984 ent->rh_template); in rhtable_search_and_update()
1063 if (strcmp(ent->rh_template, in rhtable_search_and_update_v6()
1064 rhent->rh_ent.rh_template) != 0) { in rhtable_search_and_update_v6()
[all …]
/titanic_50/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c236 if (strlcpy(rhentp->rh_template, template, in rhstr_to_ent()
237 sizeof (rhentp->rh_template)) >= sizeof (rhentp->rh_template)) { in rhstr_to_ent()
250 address, rhentp->rh_template); in rhstr_to_ent()
H A Dtsol_getrhent.c250 if (rhent.rh_template[0] == '\0') in tsol_getrhtype()
253 (void) strlcpy(tp.name, rhent.rh_template, sizeof (tp.name)); in tsol_getrhtype()
/titanic_50/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()
/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c418 if ((tpc = tnrhtp_find(rhent->rh_template, tpc_name_hash)) == NULL) { in tnrh_load()
473 bcopy(tpc->tpc_tp.name, rhent->rh_template, in tnrh_get()
474 sizeof (rhent->rh_template)); in tnrh_get()
515 if (!template_name_ok(rhent.rh_template)) { in tnrh()
529 if (!template_name_ok(rhent.rh_template)) { in tnrh()
/titanic_50/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c318 rhent.rh_template[0] = '\0'; in process_rh()
330 rhentp->rh_template[0] == '\0' && in process_rh()
/titanic_50/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);
/titanic_50/usr/src/uts/common/sys/tsol/
H A Dtndb.h88 char rh_template[TNTNAMSIZ]; /* template name */ member
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3221 tp = tsol_gettpbyname(rh->rh_template); in get_client_template()
3233 tp = tsol_gettpbyname(rh->rh_template); in get_client_template()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dtnet.c2163 (void) strcpy(rhent.rh_template, "cipso"); in tsol_check_interface_address()