Home
last modified time | relevance | path

Searched refs:fmd_conf_ops_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.h46 } fmd_conf_ops_t; typedef
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_int64; /* int64_t */
[all …]
H A Dfmd.c206 static const fmd_conf_ops_t fmd_cerror_ops = {
210 static const fmd_conf_ops_t fmd_dbout_ops = {
214 static const fmd_conf_ops_t fmd_debug_ops = {
218 static const fmd_conf_ops_t fmd_trmode_ops = {
222 static const fmd_conf_ops_t fmd_clkmode_ops = {
H A Dfmd_conf.c604 const fmd_conf_ops_t name = { a, b, c, d }
932 const fmd_conf_ops_t *
936 const fmd_conf_ops_t *ops = NULL; in fmd_conf_gettype()
H A Dfmd_api.c69 static const fmd_conf_ops_t *const _fmd_prop_ops[] = {
939 const fmd_conf_ops_t *ops = fmd_conf_gettype(mp->mod_conf, name); in fmd_prop_get_int32()
961 const fmd_conf_ops_t *ops = fmd_conf_gettype(mp->mod_conf, name); in fmd_prop_get_int64()
983 const fmd_conf_ops_t *ops = fmd_conf_gettype(mp->mod_conf, name); in fmd_prop_get_string()