Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.h39 struct fmd_conf_param;
42 int (*co_set)(struct fmd_conf_param *, const char *);
43 void (*co_get)(const struct fmd_conf_param *, void *);
44 int (*co_del)(struct fmd_conf_param *, const char *);
45 void (*co_free)(struct fmd_conf_param *);
54 typedef struct fmd_conf_param { struct
56 struct fmd_conf_param *cp_next; argument