Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3scf/
H A DMakefile40 scf_tmpl_prop_name.3scf \
397 scf_count_ranges_destroy.3scf := LINKSRC = scf_tmpl_prop_name.3scf
398 scf_int_ranges_destroy.3scf := LINKSRC = scf_tmpl_prop_name.3scf
399 scf_tmpl_prop_cardinality.3scf := LINKSRC = scf_tmpl_prop_name.3scf
400 scf_tmpl_prop_common_name.3scf := LINKSRC = scf_tmpl_prop_name.3scf
401 scf_tmpl_prop_description.3scf := LINKSRC = scf_tmpl_prop_name.3scf
403 scf_tmpl_prop_required.3scf := LINKSRC = scf_tmpl_prop_name.3scf
404 scf_tmpl_prop_type.3scf := LINKSRC = scf_tmpl_prop_name.3scf
405 scf_tmpl_prop_units.3scf := LINKSRC = scf_tmpl_prop_name.3scf
406 scf_tmpl_prop_visibility.3scf := LINKSRC = scf_tmpl_prop_name.3scf
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc19 target=scf_tmpl_prop_name.3scf
66 target=scf_tmpl_prop_name.3scf
299 target=scf_tmpl_prop_name.3scf
301 target=scf_tmpl_prop_name.3scf
304 target=scf_tmpl_prop_name.3scf
308 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
319 target=scf_tmpl_prop_name.3scf
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers80 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()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h744 ssize_t scf_tmpl_prop_name(const scf_prop_tmpl_t *, char **);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13121 if (scf_tmpl_prop_name(prt, &buf) > 0) { in list_prop_tmpl()
13413 prop_name_size = scf_tmpl_prop_name(prt, &prop_name); in listtmpl()