Home
last modified time | relevance | path

Searched refs:fmd_module_create (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h169 extern fmd_module_t *fmd_module_create(const char *, const fmd_modops_t *);
H A Dfmd_module.c175 fmd_module_create(const char *path, const fmd_modops_t *ops) in fmd_module_create() function
1227 while ((mp = fmd_module_create(path, ops)) == NULL) { in fmd_modhash_load()