Lines Matching refs:scf_property_t
55 typedef struct scf_property scf_property_t; typedef
560 int scf_iter_property_values(scf_iter_t *, const scf_property_t *);
566 int scf_iter_next_property(scf_iter_t *, scf_property_t *);
656 scf_property_t *scf_property_create(scf_handle_t *);
657 scf_handle_t *scf_property_handle(const scf_property_t *);
658 void scf_property_destroy(scf_property_t *);
659 int scf_property_is_type(const scf_property_t *, scf_type_t);
660 int scf_property_type(const scf_property_t *, scf_type_t *);
661 ssize_t scf_property_get_name(const scf_property_t *, char *, size_t);
662 int scf_property_get_value(const scf_property_t *, scf_value_t *);
663 ssize_t scf_property_to_fmri(const scf_property_t *, char *, size_t);
665 scf_property_t *);
696 scf_service_t *, scf_instance_t *, scf_propertygroup_t *, scf_property_t *,