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

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

Completed in 82 milliseconds