Searched refs:d_self (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 574 if (dp->d_self != NULL) { in fmd_destroy() 578 self = dp->d_self; in fmd_destroy() 579 dp->d_self = NULL; in fmd_destroy() 959 dp->d_self = fmd_modhash_lookup(dp->d_mod_hash, name); in fmd_run() 961 if (dp->d_self != NULL) { in fmd_run() 962 if (fmd_module_dc_key2code(dp->d_self, nodc_key, code_str, in fmd_run() 966 if (fmd_module_dc_key2code(dp->d_self, repair_key, code_str, in fmd_run() 970 if (fmd_module_dc_key2code(dp->d_self, resolve_key, code_str, in fmd_run() 974 if (fmd_module_dc_key2code(dp->d_self, update_key, code_str, in fmd_run()
|
H A D | fmd.h | 123 struct fmd_module *d_self; /* self module for fmd's diagnosis */ member
|
H A D | fmd_dispq.c | 385 if (n == 0 && gid < 0 && fmd.d_self != NULL) in fmd_dispq_dispatch_gid() 386 fmd_eventq_insert_at_time(fmd.d_self->mod_queue, ep); in fmd_dispq_dispatch_gid()
|
H A D | fmd_rpc_adm.c | 272 else if (mp == fmd.d_self) in fmd_adm_modunload_1_svc() 294 else if (mp == fmd.d_self) in fmd_adm_modreset_1_svc()
|
H A D | fmd_module.c | 511 if (mp == fmd.d_self) in fmd_module_error()
|
H A D | fmd_api.c | 135 if (mp != fmd.d_self && (raw_err != EFMD_HDL_ABORT || fmd.d_running)) { in fmd_api_vxerror()
|