Searched refs:fmd_module_create (Results 1 – 2 of 2) sorted by relevance
169 extern fmd_module_t *fmd_module_create(const char *, const fmd_modops_t *);
175 fmd_module_create(const char *path, const fmd_modops_t *ops) in fmd_module_create() function1230 while ((mp = fmd_module_create(path, ops)) == NULL) { in fmd_modhash_load()