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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h95 } scf_type_t; typedef in typeref:enum:__anon162
108 scf_type_t value_type;
478 int scf_type_base_type(scf_type_t type, scf_type_t *out);
479 const char *scf_type_to_string(scf_type_t);
480 scf_type_t scf_string_to_type(const char *);
487 scf_type_t scf_value_base_type(const scf_value_t *);
488 scf_type_t scf_value_type(const scf_value_t *);
489 int scf_value_is_type(const scf_value_t *, scf_type_t);
510 ssize_t scf_value_get_as_string_typed(const scf_value_t *, scf_type_t,
[all...]

Completed in 71 milliseconds