Home
last modified time | relevance | path

Searched refs:scf_pg_tmpl_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf.h60 typedef struct scf_pg_tmpl scf_pg_tmpl_t; typedef
673 scf_pg_tmpl_t *scf_tmpl_pg_create(scf_handle_t *);
674 void scf_tmpl_pg_destroy(scf_pg_tmpl_t *);
675 void scf_tmpl_pg_reset(scf_pg_tmpl_t *);
676 int scf_tmpl_get_by_pg(scf_propertygroup_t *, scf_pg_tmpl_t *, int);
678 const char *, const char *, scf_pg_tmpl_t *, int);
679 int scf_tmpl_iter_pgs(scf_pg_tmpl_t *, const char *, const char *,
685 ssize_t scf_tmpl_pg_name(const scf_pg_tmpl_t *, char **);
686 ssize_t scf_tmpl_pg_common_name(const scf_pg_tmpl_t *, const char *, char **);
687 ssize_t scf_tmpl_pg_description(const scf_pg_tmpl_t *, const char *, char **);
[all …]
/titanic_41/usr/src/lib/libscf/common/
H A Dscf_tmpl.c125 scf_pg_tmpl_t *prt_t;
178 _scf_tmpl_get_fmri(const scf_pg_tmpl_t *t) in _scf_tmpl_get_fmri()
846 _tmpl_prop_name(const char *prop, scf_pg_tmpl_t *t) in _tmpl_prop_name()
1717 scf_tmpl_get_by_pg(scf_propertygroup_t *pg, scf_pg_tmpl_t *pg_tmpl, int flags) in scf_tmpl_get_by_pg()
1937 const char *pg_name, const char *pg_type, scf_pg_tmpl_t *pg_tmpl, int flags) in scf_tmpl_get_by_pg_name()
2063 _get_svc_or_inst_iter(scf_handle_t *h, scf_pg_tmpl_t *t) in _get_svc_or_inst_iter()
2113 _get_next_iterator(scf_handle_t *h, scf_pg_tmpl_t *t, const char *snapshot, in _get_next_iterator()
2200 scf_pg_tmpl_t *
2203 scf_pg_tmpl_t *pg_tmpl = NULL; in scf_tmpl_pg_create()
2209 pg_tmpl = calloc(1, sizeof (scf_pg_tmpl_t)); in scf_tmpl_pg_create()
[all …]
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1859 scf_pg_tmpl_t *t_pg = NULL; in find_current_prop_type()
2139 scf_pg_tmpl_t *t_pg = NULL; in find_current_pg_type()
12797 list_pg_tmpl(scf_pg_tmpl_t *pgt, scf_propertygroup_t *pg, int templates) in list_pg_tmpl()
13328 scf_pg_tmpl_t *pgt; in listtmpl()
13417 scf_pg_tmpl_t *pgt, *pgtp; in listprop()
13626 pgt = (scf_pg_tmpl_t *)tmpls[i]; in listprop()
13814 scf_pg_tmpl_t *pgt; in lscf_setprop()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c2215 scf_pg_tmpl_t *pt; in print_application_properties()