Home
last modified time | relevance | path

Searched refs:fmd_modops_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h58 } fmd_modops_t; typedef
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 *);
H A Dfmd_proc.c53 const fmd_modops_t fmd_proc_ops = {
H A Dfmd_builtin.c96 const fmd_modops_t fmd_bltin_ops = {
H A Dfmd_rtld.c113 const fmd_modops_t fmd_rtld_ops = {
H A Dfmd_module.c175 fmd_module_create(const char *path, const fmd_modops_t *ops) in fmd_module_create()
1053 const fmd_modops_t *ops, const char *suffix) in fmd_modhash_loaddir()
1084 const fmd_modops_t *ops, const char *suffix) in fmd_modhash_loadall()
1194 fmd_modhash_load(fmd_modhash_t *mhp, const char *path, const fmd_modops_t *ops) in fmd_modhash_load()