Searched refs:tpstrp (Results 1 – 2 of 2) sorted by relevance
60 tsol_tpstr_t *tpstrp = NULL; in tsol_gettpbyname() local70 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() local111 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 …]
236 tpstr_to_ent(tsol_tpstr_t *tpstrp, int *errp, char **errstrp) in tpstr_to_ent() argument240 char *template = tpstrp->template; in tpstr_to_ent()241 char *attrs = tpstrp->attrs; in tpstr_to_ent()