Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2494 if (scf_tmpl_pg_type(pg_tmpl, &tmpl_type) != -1) { in scf_tmpl_iter_pgs()
3047 scf_tmpl_pg_type(const scf_pg_tmpl_t *t, char **out) in scf_tmpl_pg_type() function
5045 if (scf_tmpl_pg_type(t, &t_pg_type) == -1) { in _add_tmpl_missing_pg_error()
5102 if (scf_tmpl_pg_type(t, &t_pg_type) == -1) { in _add_tmpl_wrong_pg_type_error()
5155 if (scf_tmpl_pg_type(t, &t_pg_type) == -1) { in _add_tmpl_missing_prop_error()
5608 if (scf_tmpl_pg_type(r, &t_pg_type) == -1) { in _add_tmpl_pg_redefine_error()
5614 if (scf_tmpl_pg_type(t, &ev2) == -1) { in _add_tmpl_pg_redefine_error()
6238 if (scf_tmpl_pg_type(t, &pg_type) == -1) { in _check_pg()
6412 if (scf_tmpl_pg_type(t, &pg_type) == -1) { in _scf_tmpl_check_pg_redef()
6428 if (scf_tmpl_pg_type(r, &pg_type_r) == -1) { in _scf_tmpl_check_pg_redef()
[all …]
H A Dmapfile-vers73 scf_tmpl_pg_type;
/illumos-gate/usr/src/man/man3scf/
H A DMakefile183 scf_tmpl_pg_type.3scf \
390 scf_tmpl_pg_type.3scf := LINKSRC = scf_tmpl_pg_name.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h723 ssize_t scf_tmpl_pg_type(const scf_pg_tmpl_t *, char **);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc296 link path=usr/share/man/man3scf/scf_tmpl_pg_type.3scf \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c2215 scf_tmpl_pg_type(t_pg, &pg_type) != -1) { in find_current_pg_type()
12889 if (scf_tmpl_pg_type(pgt, &buf) != -1) { in list_pg_tmpl()