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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h58 } fmd_modops_t; typedef in typeref:struct:fmd_modops
115 const fmd_modops_t *mod_ops; /* module class ops vector (ro) */
165 extern const fmd_modops_t fmd_bltin_ops; /* see fmd/common/fmd_builtin.c */
166 extern const fmd_modops_t fmd_rtld_ops; /* see fmd/common/fmd_rtld.c */
167 extern const fmd_modops_t fmd_proc_ops; /* see fmd/common/fmd_proc.c */
169 extern fmd_module_t *fmd_module_create(const char *, const fmd_modops_t *);
206 const char *, const fmd_modops_t *);
209 const fmd_conf_path_t *, const fmd_modops_t *, const char *);

Completed in 77 milliseconds