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

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h409 * Each scf_propvec_t represents a single property to be read (with
412 * The fields of a scf_propvec_t have the following meanings:
451 } scf_propvec_t; typedef in typeref:struct:__anon2485
459 void scf_clean_propvec(scf_propvec_t *);
460 int scf_read_propvec(const char *, const char *, boolean_t, scf_propvec_t *,
461 scf_propvec_t **);
462 int scf_write_propvec(const char *, const char *, scf_propvec_t *,
463 scf_propvec_t **);

Completed in 23 milliseconds