Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3scf/
H A DMakefile38 scf_tmpl_pg_name.3scf \
386 scf_tmpl_pg_common_name.3scf := LINKSRC = scf_tmpl_pg_name.3scf
387 scf_tmpl_pg_description.3scf := LINKSRC = scf_tmpl_pg_name.3scf
388 scf_tmpl_pg_required.3scf := LINKSRC = scf_tmpl_pg_name.3scf
389 scf_tmpl_pg_target.3scf := LINKSRC = scf_tmpl_pg_name.3scf
390 scf_tmpl_pg_type.3scf := LINKSRC = scf_tmpl_pg_name.3scf
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc283 target=scf_tmpl_pg_name.3scf
286 target=scf_tmpl_pg_name.3scf
289 file path=usr/share/man/man3scf/scf_tmpl_pg_name.3scf
291 target=scf_tmpl_pg_name.3scf
295 target=scf_tmpl_pg_name.3scf
297 target=scf_tmpl_pg_name.3scf
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2916 scf_tmpl_pg_name(const scf_pg_tmpl_t *t, char **out) in scf_tmpl_pg_name() function
5042 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) { in _add_tmpl_missing_pg_error()
5099 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) { in _add_tmpl_wrong_pg_type_error()
5152 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) { in _add_tmpl_missing_prop_error()
5228 if (scf_tmpl_pg_name(pt->prt_t, &t_pg_name) == -1) { in _add_tmpl_wrong_prop_type_error()
5314 if (scf_tmpl_pg_name(pt->prt_t, &t_pg_name) == -1) { in _add_tmpl_count_error()
5605 if (scf_tmpl_pg_name(r, &t_pg_name) == -1) { in _add_tmpl_pg_redefine_error()
5611 if (scf_tmpl_pg_name(t, &ev1) == -1) { in _add_tmpl_pg_redefine_error()
6409 if (scf_tmpl_pg_name(t, &pg_name) == -1) { in _scf_tmpl_check_pg_redef()
6418 if (scf_tmpl_pg_name(r, &pg_name_r) == -1) { in _scf_tmpl_check_pg_redef()
[all …]
H A Dmapfile-vers69 scf_tmpl_pg_name;
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h720 ssize_t scf_tmpl_pg_name(const scf_pg_tmpl_t *, char **);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12880 if (scf_tmpl_pg_name(pgt, &buf) != -1) { in list_pg_tmpl()
13403 if (pattern == NULL || (scf_tmpl_pg_name(pgt, &pg_name) > 0 && in listtmpl()