Searched refs:fmd_modops_t (Results 1 – 5 of 5) sorted by relevance
58 } fmd_modops_t; typedef115 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 *);
55 const fmd_modops_t fmd_proc_ops = {
96 const fmd_modops_t fmd_bltin_ops = {
115 const fmd_modops_t fmd_rtld_ops = {
175 fmd_module_create(const char *path, const fmd_modops_t *ops) in fmd_module_create()1056 const fmd_modops_t *ops, const char *suffix) in fmd_modhash_loaddir()1087 const fmd_modops_t *ops, const char *suffix) in fmd_modhash_loadall()1197 fmd_modhash_load(fmd_modhash_t *mhp, const char *path, const fmd_modops_t *ops) in fmd_modhash_load()