Home
last modified time | relevance | path

Searched refs:scf_prop_tmpl_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h67 typedef struct scf_prop_tmpl scf_prop_tmpl_t; typedef
736 scf_prop_tmpl_t *scf_tmpl_prop_create(scf_handle_t *);
737 void scf_tmpl_prop_destroy(scf_prop_tmpl_t *);
738 void scf_tmpl_prop_reset(scf_prop_tmpl_t *);
740 scf_prop_tmpl_t *, int);
741 int scf_tmpl_iter_props(scf_pg_tmpl_t *, scf_prop_tmpl_t *, int);
744 ssize_t scf_tmpl_prop_name(const scf_prop_tmpl_t *, char **);
745 int scf_tmpl_prop_type(const scf_prop_tmpl_t *, scf_type_t *);
746 int scf_tmpl_prop_required(const scf_prop_tmpl_t *, uint8_t *);
747 ssize_t scf_tmpl_prop_common_name(const scf_prop_tmpl_t *, const char *,
[all …]
H A Dlibscf_priv.h524 char *_scf_read_tmpl_prop_type_as_string(const scf_prop_tmpl_t *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c436 _scf_read_tmpl_prop_type_as_string(const scf_prop_tmpl_t *pt) in _scf_read_tmpl_prop_type_as_string()
2595 scf_prop_tmpl_t *prop_tmpl, int flags) in scf_tmpl_get_by_prop()
2668 scf_prop_tmpl_t *
2671 scf_prop_tmpl_t *pt; in scf_tmpl_prop_create()
2677 pt = calloc(1, sizeof (scf_prop_tmpl_t)); in scf_tmpl_prop_create()
2713 scf_tmpl_iter_props(scf_pg_tmpl_t *t, scf_prop_tmpl_t *pt, int flags) in scf_tmpl_iter_props()
2715 scf_prop_tmpl_t *prop_tmpl; in scf_tmpl_iter_props()
2871 scf_tmpl_prop_destroy(scf_prop_tmpl_t *t) in scf_tmpl_prop_destroy()
2883 scf_tmpl_prop_reset(scf_prop_tmpl_t *t) in scf_tmpl_prop_reset()
3149 scf_tmpl_prop_name(const scf_prop_tmpl_t *t, char **out) in scf_tmpl_prop_name()
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1878 scf_prop_tmpl_t *t_prop = NULL; in find_current_prop_type()
12931 print_template_value_details(scf_prop_tmpl_t *prt, const char *val_buf, in print_template_value_details()
12956 print_template_value(scf_prop_tmpl_t *prt, const char *val_buf) in print_template_value()
12966 print_template_constraints(scf_prop_tmpl_t *prt, int verbose) in print_template_constraints()
13015 print_template_choices(scf_prop_tmpl_t *prt, int verbose) in print_template_choices()
13063 list_values_by_template(scf_prop_tmpl_t *prt) in list_values_by_template()
13070 list_values_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop) in list_values_tmpl()
13108 list_prop_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop, int templates) in list_prop_tmpl()
13366 scf_prop_tmpl_t *prt; in listtmpl()
13455 scf_prop_tmpl_t *prt; in listprop()
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2207 scf_prop_tmpl_t *prt; in print_application_properties()