Home
last modified time | relevance | path

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

/titanic_44/usr/src/man/man3scf/
H A DMakefile39 scf_tmpl_prop_name.3scf \
395 scf_count_ranges_destroy.3scf := LINKSRC = scf_tmpl_prop_name.3scf
396 scf_int_ranges_destroy.3scf := LINKSRC = scf_tmpl_prop_name.3scf
397 scf_tmpl_prop_cardinality.3scf := LINKSRC = scf_tmpl_prop_name.3scf
398 scf_tmpl_prop_common_name.3scf := LINKSRC = scf_tmpl_prop_name.3scf
399 scf_tmpl_prop_description.3scf := LINKSRC = scf_tmpl_prop_name.3scf
400 scf_tmpl_prop_internal_seps.3scf := LINKSRC = scf_tmpl_prop_name.3scf
401 scf_tmpl_prop_required.3scf := LINKSRC = scf_tmpl_prop_name.3scf
402 scf_tmpl_prop_type.3scf := LINKSRC = scf_tmpl_prop_name.3scf
403 scf_tmpl_prop_units.3scf := LINKSRC = scf_tmpl_prop_name.3scf
[all …]
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc35 file path=usr/share/man/man3scf/scf_tmpl_prop_name.3scf
41 target=scf_tmpl_prop_name.3scf
83 target=scf_tmpl_prop_name.3scf
307 target=scf_tmpl_prop_name.3scf
309 target=scf_tmpl_prop_name.3scf
311 target=scf_tmpl_prop_name.3scf
315 target=scf_tmpl_prop_name.3scf
317 target=scf_tmpl_prop_name.3scf
321 target=scf_tmpl_prop_name.3scf
323 target=scf_tmpl_prop_name.3scf
[all …]
/titanic_44/usr/src/lib/libscf/common/
H A Dmapfile-vers74 scf_tmpl_prop_name;
H A Dscf_tmpl.c3149 scf_tmpl_prop_name(const scf_prop_tmpl_t *t, char **out) in scf_tmpl_prop_name() function
5158 if (scf_tmpl_prop_name(pt, &t_prop_name) == -1) { in _add_tmpl_missing_prop_error()
5234 if (scf_tmpl_prop_name(pt, &t_prop_name) == -1) { in _add_tmpl_wrong_prop_type_error()
5320 if (scf_tmpl_prop_name(pt, &t_prop_name) == -1) { in _add_tmpl_count_error()
5439 if (scf_tmpl_prop_name(pt, &t_prop_name) == -1) { in _add_tmpl_constraint_error()
5520 if (scf_tmpl_prop_name(pt, &t_prop_name) == -1) { in _add_tmpl_int_error()
6309 if (scf_tmpl_prop_name(pt, &prop_name) == -1) in _check_pg()
/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf.h709 ssize_t scf_tmpl_prop_name(const scf_prop_tmpl_t *, char **);
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13084 if (scf_tmpl_prop_name(prt, &buf) > 0) { in list_prop_tmpl()
13376 prop_name_size = scf_tmpl_prop_name(prt, &prop_name); in listtmpl()