Searched defs:fmd_module (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
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 */
H A Dfmd_mdb.c30 #include <fmd_module.h>
436 if (mdb_walk("fmd_module", module_ustat, &ud) == -1) {
437 mdb_warn("failed to walk 'fmd_module'");
535 if (mdb_walk("fmd_module", module_stat, &ud) == -1) {
536 mdb_warn("failed to walk 'fmd_module'");
746 mdb_warn("failed to read fmd_module at %p", addr);
755 fmd_module(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
761 return (mdb_walk_dcmd("fmd_module", "fmd_module", argc, argv));
767 mdb_warn("failed to read fmd_module a
[all...]

Completed in 71 milliseconds