Searched defs:scf_prop_tmpl_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h67 typedef struct scf_prop_tmpl scf_prop_tmpl_t; typedef in typeref:struct:scf_prop_tmpl
804 scf_prop_tmpl_t *scf_tmpl_prop_create(scf_handle_t *);
805 void scf_tmpl_prop_destroy(scf_prop_tmpl_t *);
806 void scf_tmpl_prop_reset(scf_prop_tmpl_t *);
808 scf_prop_tmpl_t *, int);
809 int scf_tmpl_iter_props(scf_pg_tmpl_t *, scf_prop_tmpl_t *, int);
812 ssize_t scf_tmpl_prop_name(const scf_prop_tmpl_t *, char **);
813 int scf_tmpl_prop_type(const scf_prop_tmpl_t *, scf_type_t *);
814 int scf_tmpl_prop_required(const scf_prop_tmpl_t *, uint8_t *);
815 ssize_t scf_tmpl_prop_common_name(const scf_prop_tmpl_t *, cons
[all...]

Completed in 31 milliseconds