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

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h71 typedef struct scf_simple_prop scf_simple_prop_t; typedef in typeref:struct:scf_simple_prop
895 scf_simple_prop_t *scf_simple_prop_get(scf_handle_t *, const char *,
897 void scf_simple_prop_free(scf_simple_prop_t *);
900 const scf_simple_prop_t *scf_simple_app_props_next(
901 const scf_simple_app_props_t *, scf_simple_prop_t *);
902 const scf_simple_prop_t *scf_simple_app_props_search(
904 ssize_t scf_simple_prop_numvalues(const scf_simple_prop_t *);
905 scf_type_t scf_simple_prop_type(const scf_simple_prop_t *);
906 char *scf_simple_prop_name(const scf_simple_prop_t *);
907 char *scf_simple_prop_pgname(const scf_simple_prop_t *);
[all...]

Completed in 32 milliseconds