Home
last modified time | relevance | path

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

/titanic_41/usr/src/man/man3scf/
H A DMakefile38 scf_tmpl_prop_create.3scf \
390 scf_tmpl_get_by_prop.3scf := LINKSRC = scf_tmpl_prop_create.3scf
391 scf_tmpl_iter_props.3scf := LINKSRC = scf_tmpl_prop_create.3scf
392 scf_tmpl_prop_destroy.3scf := LINKSRC = scf_tmpl_prop_create.3scf
393 scf_tmpl_prop_reset.3scf := LINKSRC = scf_tmpl_prop_create.3scf
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc34 file path=usr/share/man/man3scf/scf_tmpl_prop_create.3scf
285 target=scf_tmpl_prop_create.3scf
289 target=scf_tmpl_prop_create.3scf
313 target=scf_tmpl_prop_create.3scf
319 target=scf_tmpl_prop_create.3scf
/titanic_41/usr/src/lib/libscf/common/
H A Dmapfile-vers70 scf_tmpl_prop_create;
H A Dscf_tmpl.c2669 scf_tmpl_prop_create(scf_handle_t *handle) in scf_tmpl_prop_create() function
6216 if ((pt = scf_tmpl_prop_create(h)) == NULL) { in _check_pg()
/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf.h701 scf_prop_tmpl_t *scf_tmpl_prop_create(scf_handle_t *);
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1870 t_prop = scf_tmpl_prop_create(g_hndl); in find_current_prop_type()
13339 (prt = scf_tmpl_prop_create(g_hndl)) == NULL) in listtmpl()
13438 (prt = scf_tmpl_prop_create(g_hndl)) == NULL || in listprop()
13596 prt = scf_tmpl_prop_create(g_hndl); in listprop()
13834 (prt = scf_tmpl_prop_create(g_hndl)) == NULL || in lscf_setprop()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c2232 (prt = scf_tmpl_prop_create(h)) == NULL || in print_application_properties()