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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h382 * Each scf_propvec_t represents a single property to be read (with
385 * The fields of a scf_propvec_t have the following meanings:
418 } scf_propvec_t; typedef in typeref:struct:__anon167
420 void scf_clean_propvec(scf_propvec_t *);
421 int scf_read_propvec(const char *, const char *, boolean_t, scf_propvec_t *,
422 scf_propvec_t **);
423 int scf_write_propvec(const char *, const char *, scf_propvec_t *,
424 scf_propvec_t **);

Completed in 84 milliseconds