Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers99 scf_type_to_string;
H A Dscf_tmpl.c294 ret = strdup(scf_type_to_string(type)); in _scf_get_prop_type()
5426 if ((value = strdup(scf_type_to_string(val_type))) == in _add_tmpl_constraint_error()
H A Dlowlevel.c355 scf_type_to_string(scf_type_t ty) in scf_type_to_string() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile218 scf_type_to_string.3scf \
331 scf_type_to_string.3scf := LINKSRC = scf_property_create.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h502 const char *scf_type_to_string(scf_type_t);
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c267 (void) fputs(scf_type_to_string(ty), stdout); in display_prop()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1754 ev1 = safe_strdup(scf_type_to_string(prop_type)); in add_scf_error()
1756 actual = safe_strdup(scf_type_to_string(prop_type)); in add_scf_error()
H A Dsvccfg_libscf.c1047 return (scf_type_to_string(ty)); in prop_to_typestr()
1098 scf_type_to_string(ty), nstr); in string_to_value()
1189 tystr = scf_type_to_string(ty); in prop_check_type()
2407 scf_type_to_string(tp)); in lscf_property_import()
5241 scf_type_to_string(ty), "dependents"); in handle_dependent_conflict()
14288 pname, scf_type_to_string(ty), multiple ? "(" : "") in write_edit_script()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc370 link path=usr/share/man/man3scf/scf_type_to_string.3scf \
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2280 prop_name_buf, scf_type_to_string(type)); in print_application_properties()