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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h70 typedef struct scf_simple_prop scf_simple_prop_t; typedef in typeref:struct:scf_simple_prop
802 scf_simple_prop_t *scf_simple_prop_get(scf_handle_t *, const char *,
804 void scf_simple_prop_free(scf_simple_prop_t *);
807 const scf_simple_prop_t *scf_simple_app_props_next(
808 const scf_simple_app_props_t *, scf_simple_prop_t *);
809 const scf_simple_prop_t *scf_simple_app_props_search(
811 ssize_t scf_simple_prop_numvalues(const scf_simple_prop_t *);
812 scf_type_t scf_simple_prop_type(const scf_simple_prop_t *);
813 char *scf_simple_prop_name(const scf_simple_prop_t *);
814 char *scf_simple_prop_pgname(const scf_simple_prop_t *);
[all...]

Completed in 395 milliseconds