Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4353 const char *tes_prefix; member
4911 ret->tes_prefix = strdup(""); in _scf_create_errors()
4912 if (ret->tes_prefix == NULL) { in _scf_create_errors()
4925 free((char *)ret->tes_prefix); in _scf_create_errors()
4942 free((void *) errs->tes_prefix); in _scf_tmpl_error_set_prefix()
4944 errs->tes_prefix = strdup(""); in _scf_tmpl_error_set_prefix()
4946 errs->tes_prefix = strdup(prefix); in _scf_tmpl_error_set_prefix()
4947 if (errs->tes_prefix == NULL) { in _scf_tmpl_error_set_prefix()
5933 if (err->te_errs->tes_prefix != NULL) { in scf_tmpl_strerror()
5935 err->te_errs->tes_prefix)); in scf_tmpl_strerror()
[all …]