Searched refs:scf_prop_tmpl_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 61 typedef struct scf_prop_tmpl scf_prop_tmpl_t; typedef 701 scf_prop_tmpl_t *scf_tmpl_prop_create(scf_handle_t *); 702 void scf_tmpl_prop_destroy(scf_prop_tmpl_t *); 703 void scf_tmpl_prop_reset(scf_prop_tmpl_t *); 705 scf_prop_tmpl_t *, int); 706 int scf_tmpl_iter_props(scf_pg_tmpl_t *, scf_prop_tmpl_t *, int); 709 ssize_t scf_tmpl_prop_name(const scf_prop_tmpl_t *, char **); 710 int scf_tmpl_prop_type(const scf_prop_tmpl_t *, scf_type_t *); 711 int scf_tmpl_prop_required(const scf_prop_tmpl_t *, uint8_t *); 712 ssize_t scf_tmpl_prop_common_name(const scf_prop_tmpl_t *, const char *, [all …]
|
H A D | libscf_priv.h | 521 char *_scf_read_tmpl_prop_type_as_string(const scf_prop_tmpl_t *);
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 436 _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 …]
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1860 scf_prop_tmpl_t *t_prop = NULL; in find_current_prop_type() 12894 print_template_value_details(scf_prop_tmpl_t *prt, const char *val_buf, in print_template_value_details() 12919 print_template_value(scf_prop_tmpl_t *prt, const char *val_buf) in print_template_value() 12929 print_template_constraints(scf_prop_tmpl_t *prt, int verbose) in print_template_constraints() 12978 print_template_choices(scf_prop_tmpl_t *prt, int verbose) in print_template_choices() 13026 list_values_by_template(scf_prop_tmpl_t *prt) in list_values_by_template() 13033 list_values_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop) in list_values_tmpl() 13071 list_prop_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop, int templates) in list_prop_tmpl() 13329 scf_prop_tmpl_t *prt; in listtmpl() 13418 scf_prop_tmpl_t *prt; in listprop() [all …]
|
/titanic_41/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2216 scf_prop_tmpl_t *prt; in print_application_properties()
|