Lines Matching defs:self
297 { "self.name", &fmd_conf_string, "fmd-self-diagnosis" }, /* self-diag module */
298 { "self.dict", &fmd_conf_list, "FMD.dict" }, /* self-diag dictionary list */
570 * Unload the self-diagnosis module first. This ensures that it does
575 fmd_module_t *self;
578 self = dp->d_self;
582 fmd_module_unload(self);
583 fmd_module_rele(self);
958 (void) fmd_conf_getprop(dp->d_conf, "self.name", &name);