Searched defs:fmd_module (Results 1 – 2 of 2) sorted by relevance
99 typedef struct fmd_module { struct108 jmp_buf mod_jmpbuf; /* setjmp data for fmd_module_enter() */ argument110 struct fmd_module *mod_next; /* next module in fmd_modhash chain */ argument111 char *mod_name; /* basename of module (ro) */112 char *mod_path; /* full pathname of module file (ro) */113 char *mod_ckpt; /* pathname of checkpoint dir (ro) */114 nvlist_t *mod_fmri; /* fmri for this module */115 const fmd_modops_t *mod_ops; /* module class ops vector (ro) */116 void *mod_data; /* data private to module ops vector */117 fmd_hdl_info_t *mod_info; /* module info registered with handle */[all …]
755 fmd_module(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_module() function