Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1178 const char *tystr; in prop_check_type() local
1189 tystr = scf_type_to_string(ty); in prop_check_type()
1190 if (tystr == NULL) in prop_check_type()
1191 tystr = "?"; in prop_check_type()
1194 fmri, tystr); in prop_check_type()