Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.h66 struct fmd_module; /* see <fmd_module.h> */
69 extern nvlist_t *fmd_protocol_fmri_module(struct fmd_module *);
80 extern nvlist_t *fmd_protocol_moderror(struct fmd_module *, int, const char *);
81 extern nvlist_t *fmd_protocol_xprt_ctl(struct fmd_module *,
83 extern nvlist_t *fmd_protocol_xprt_sub(struct fmd_module *,
85 extern nvlist_t *fmd_protocol_xprt_uuclose(struct fmd_module *,
87 extern nvlist_t *fmd_protocol_xprt_uuresolved(struct fmd_module *,
89 extern nvlist_t *fmd_protocol_xprt_updated(struct fmd_module *,
H A Dfmd_thread.h35 struct fmd_module; /* see <fmd_module.h> */
41 struct fmd_module *thr_mod; /* module associated with this thread */
51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
52 extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
54 extern fmd_thread_t *fmd_doorthread_create(struct fmd_module *,
H A Dfmd_module.h46 struct fmd_module; /* see below */
53 int (*mop_init)(struct fmd_module *);
54 int (*mop_fini)(struct fmd_module *);
55 void (*mop_dispatch)(struct fmd_module *, struct fmd_event *);
56 int (*mop_transport)(struct fmd_module *,
62 struct fmd_module **mh_hash; /* hash bucket array */
99 typedef struct fmd_module { struct
110 struct fmd_module *mod_next; /* next module in fmd_modhash chain */ argument
H A Dfmd_ckpt.h213 struct fmd_module; /* see <fmd_module.h> */
215 extern void fmd_ckpt_save(struct fmd_module *);
216 extern void fmd_ckpt_restore(struct fmd_module *);
217 extern void fmd_ckpt_delete(struct fmd_module *);
218 extern void fmd_ckpt_rename(struct fmd_module *);
H A Dfmd_eventq.h55 struct fmd_module; /* see <fmd_module.h> */
61 struct fmd_module *eq_mod; /* module associated with this queue */
73 extern fmd_eventq_t *fmd_eventq_create(struct fmd_module *,
H A Dfmd_case.h40 struct fmd_module; /* see <fmd_module.h> */
60 struct fmd_module *ci_mod; /* module that owns this case */
123 extern fmd_case_t *fmd_case_create(struct fmd_module *, const char *, void *);
124 extern fmd_case_t *fmd_case_recreate(struct fmd_module *,
H A Dfmd.h48 struct fmd_module; /* see <fmd_module.h> */
122 struct fmd_module *d_rmod; /* root module for fmd's main thread */
123 struct fmd_module *d_self; /* self module for fmd's diagnosis */
H A Dfmd_mdb.c762 fmd_module(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_module() function
1664 { "fmd_module", "?", "display module or list of modules", fmd_module },
/illumos-gate/usr/src/cmd/fm/fmd/
H A DMakefile.fmd49 fmd_module.c \