Home
last modified time | relevance | path

Searched refs:tpstrp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c60 tsol_tpstr_t *tpstrp = NULL; in tsol_gettpbyname() local
70 tpstrp = (tsol_tpstr_t *)NSS_XbyY_FINI(&arg); in tsol_gettpbyname()
74 name, tpstrp ? tpstrp->template : "NULL"); in tsol_gettpbyname()
77 if (tpstrp == NULL) in tsol_gettpbyname()
80 return (tpstr_to_ent(tpstrp, &err, &errstr)); in tsol_gettpbyname()
105 tsol_tpstr_t *tpstrp = NULL; in tsol_gettpent() local
111 tpstrp = (tsol_tpstr_t *)NSS_XbyY_FINI(&arg); in tsol_gettpent()
115 tpstrp ? tpstrp->template : "NULL"); in tsol_gettpent()
118 if (tpstrp == NULL) in tsol_gettpent()
121 return (tpstr_to_ent(tpstrp, &err, &errstr)); in tsol_gettpent()
[all …]
H A Dtsol_sgettpent.c236 tpstr_to_ent(tsol_tpstr_t *tpstrp, int *errp, char **errstrp) in tpstr_to_ent() argument
240 char *template = tpstrp->template; in tpstr_to_ent()
241 char *attrs = tpstrp->attrs; in tpstr_to_ent()