Searched refs:rh_template (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 680 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_41/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetrhent.c | 236 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 D | tsol_getrhent.c | 250 if (rhent.rh_template[0] == '\0') in tsol_getrhtype() 253 (void) strlcpy(tp.name, rhent.rh_template, sizeof (tp.name)); in tsol_getrhtype()
|
/titanic_41/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 267 if (rhent.rh_template[0] != '\0') in print_rh() 269 rhent.rh_template); in print_rh()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | labelsys.c | 418 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_41/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 318 rhent.rh_template[0] = '\0'; in process_rh() 330 rhentp->rh_template[0] == '\0' && in process_rh()
|
/titanic_41/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 488 if (!tnrhtp_bad && find_template(rhentp->rh_template) == NULL) { 491 "line %2$d\n"), rhentp->rh_template, linenum);
|
/titanic_41/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 88 char rh_template[TNTNAMSIZ]; /* template name */ member
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 3223 tp = tsol_gettpbyname(rh->rh_template); in get_client_template() 3235 tp = tsol_gettpbyname(rh->rh_template); in get_client_template()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 2163 (void) strcpy(rhent.rh_template, "cipso"); in tsol_check_interface_address()
|