Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers83 scf_tmpl_prop_type;
H A Dscf_tmpl.c3199 scf_tmpl_prop_type(const scf_prop_tmpl_t *t, scf_type_t *out) in scf_tmpl_prop_type() function
5714 if (scf_tmpl_prop_type(pt, &tmpl_type) == -1) { in _value_in_constraint()
6099 if (scf_tmpl_prop_type(pt, &tmpl_type) == -1) { in _check_property()
6313 if (scf_tmpl_prop_type(pt, &prop_type) == -1) { in _check_pg()
/illumos-gate/usr/src/man/man3scf/
H A DMakefile191 scf_tmpl_prop_type.3scf \
404 scf_tmpl_prop_type.3scf := LINKSRC = scf_tmpl_prop_name.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h745 int scf_tmpl_prop_type(const scf_prop_tmpl_t *, scf_type_t *);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc314 link path=usr/share/man/man3scf/scf_tmpl_prop_type.3scf \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c2010 if (scf_tmpl_prop_type(t_prop, &prop_type) == SCF_SUCCESS) { in find_current_prop_type()
13967 scf_tmpl_prop_type(prt, &current_ty) == 0) { in lscf_setprop()