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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.h46 } fmd_conf_ops_t; typedef in typeref:struct:fmd_conf_ops
50 const fmd_conf_ops_t *cf_ops;
104 extern const fmd_conf_ops_t fmd_conf_bool; /* int */
105 extern const fmd_conf_ops_t fmd_conf_int8; /* int8_t */
106 extern const fmd_conf_ops_t fmd_conf_uint8; /* uint8_t */
107 extern const fmd_conf_ops_t fmd_conf_int16; /* int16_t */
108 extern const fmd_conf_ops_t fmd_conf_uint16; /* uint16_t */
109 extern const fmd_conf_ops_t fmd_conf_int32; /* int32_t */
110 extern const fmd_conf_ops_t fmd_conf_uint32; /* uint32_t */
111 extern const fmd_conf_ops_t fmd_conf_int6
[all...]

Completed in 45 milliseconds