Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers62 scf_tmpl_iter_pgs;
H A Dscf_tmpl.c2296 scf_tmpl_iter_pgs(scf_pg_tmpl_t *t, const char *fmri, const char *snapshot, in scf_tmpl_iter_pgs() function
6407 while ((ret = scf_tmpl_iter_pgs(t, fmri, snapname, NULL, in _scf_tmpl_check_pg_redef()
6416 while ((ret = scf_tmpl_iter_pgs(r, fmri, snapname, pg_type, in _scf_tmpl_check_pg_redef()
6669 while ((r = scf_tmpl_iter_pgs(t, fmri, snapshot, NULL, in scf_tmpl_validate_fmri()
/illumos-gate/usr/src/man/man3scf/
H A DMakefile174 scf_tmpl_iter_pgs.3scf \
382 scf_tmpl_iter_pgs.3scf := LINKSRC = scf_tmpl_pg_create.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h714 int scf_tmpl_iter_pgs(scf_pg_tmpl_t *, const char *, const char *,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc276 link path=usr/share/man/man3scf/scf_tmpl_iter_pgs.3scf \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13401 while (scf_tmpl_iter_pgs(pgt, fmribuf, snapbuf, NULL, 0) == 1) { in listtmpl()