Searched refs:fmd_module (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.h | 66 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 D | fmd_thread.h | 35 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 D | fmd_module.h | 46 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 D | fmd_ckpt.h | 215 struct fmd_module; /* see <fmd_module.h> */ 217 extern void fmd_ckpt_save(struct fmd_module *); 218 extern void fmd_ckpt_restore(struct fmd_module *); 219 extern void fmd_ckpt_delete(struct fmd_module *); 220 extern void fmd_ckpt_rename(struct fmd_module *);
|
H A D | fmd_eventq.h | 55 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 D | fmd_case.h | 40 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 D | fmd.h | 47 struct fmd_module; /* see <fmd_module.h> */ 121 struct fmd_module *d_rmod; /* root module for fmd's main thread */ 122 struct fmd_module *d_self; /* self module for fmd's diagnosis */
|
H A D | fmd_mdb.c | 755 fmd_module(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_module() function 1657 { "fmd_module", "?", "display module or list of modules", fmd_module },
|
/titanic_41/usr/src/cmd/fm/fmd/ |
H A D | Makefile.fmd | 47 fmd_module.c \
|