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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h54 typedef struct scf_property scf_property_t; typedef in typeref:struct:scf_property
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_
[all...]

Completed in 62 milliseconds