Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.h37 struct fmd_conf_param;
40 int (*co_set)(struct fmd_conf_param *, const char *);
41 void (*co_get)(const struct fmd_conf_param *, void *);
42 int (*co_del)(struct fmd_conf_param *, const char *);
43 void (*co_free)(struct fmd_conf_param *);
52 typedef struct fmd_conf_param { struct
54 struct fmd_conf_param *cp_next; argument