Lines Matching defs:scf_property_t
54 typedef struct scf_property scf_property_t;
537 int scf_iter_property_values(scf_iter_t *, const scf_property_t *);
543 int scf_iter_next_property(scf_iter_t *, scf_property_t *);
633 scf_property_t *scf_property_create(scf_handle_t *);
634 scf_handle_t *scf_property_handle(const scf_property_t *);
635 void scf_property_destroy(scf_property_t *);
636 int scf_property_is_type(const scf_property_t *, scf_type_t);
637 int scf_property_type(const scf_property_t *, scf_type_t *);
638 ssize_t scf_property_get_name(const scf_property_t *, char *, size_t);
639 int scf_property_get_value(const scf_property_t *, scf_value_t *);
640 ssize_t scf_property_to_fmri(const scf_property_t *, char *, size_t);
642 scf_property_t *);
673 scf_service_t *, scf_instance_t *, scf_propertygroup_t *, scf_property_t *,