Home
last modified time | relevance | path

Searched refs:scf_tmpl_pg_create (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/man/man3scf/
H A DMakefile36 scf_tmpl_pg_create.3scf \
378 scf_tmpl_get_by_pg.3scf := LINKSRC = scf_tmpl_pg_create.3scf
379 scf_tmpl_get_by_pg_name.3scf := LINKSRC = scf_tmpl_pg_create.3scf
380 scf_tmpl_iter_pgs.3scf := LINKSRC = scf_tmpl_pg_create.3scf
381 scf_tmpl_pg_destroy.3scf := LINKSRC = scf_tmpl_pg_create.3scf
382 scf_tmpl_pg_reset.3scf := LINKSRC = scf_tmpl_pg_create.3scf
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc32 file path=usr/share/man/man3scf/scf_tmpl_pg_create.3scf
281 target=scf_tmpl_pg_create.3scf
283 target=scf_tmpl_pg_create.3scf
287 target=scf_tmpl_pg_create.3scf
297 target=scf_tmpl_pg_create.3scf
301 target=scf_tmpl_pg_create.3scf
/titanic_50/usr/src/lib/libscf/common/
H A Dmapfile-vers60 scf_tmpl_pg_create;
H A Dscf_tmpl.c2201 scf_tmpl_pg_create(scf_handle_t *handle) in scf_tmpl_pg_create() function
6402 t = scf_tmpl_pg_create(h); in _scf_tmpl_check_pg_redef()
6403 r = scf_tmpl_pg_create(h); in _scf_tmpl_check_pg_redef()
6552 (t = scf_tmpl_pg_create(h)) == NULL) { in scf_tmpl_validate_fmri()
/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf.h673 scf_pg_tmpl_t *scf_tmpl_pg_create(scf_handle_t *);
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1919 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
2011 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
2192 (t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) in find_current_pg_type()
13338 if ((pgt = scf_tmpl_pg_create(g_hndl)) == NULL || in listtmpl()
13439 (pgt = scf_tmpl_pg_create(g_hndl)) == NULL) in listprop()
13530 pgt = scf_tmpl_pg_create(g_hndl); in listprop()
13606 pgt = scf_tmpl_pg_create(g_hndl); in listprop()
13833 (pgt = scf_tmpl_pg_create(g_hndl)) == NULL || in lscf_setprop()
/titanic_50/usr/src/cmd/svc/svcs/
H A Dsvcs.c2231 (pt = scf_tmpl_pg_create(h)) == NULL || in print_application_properties()