Home
last modified time | relevance | path

Searched refs:module_present (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.h45 int module_present(struct cmd_context *cmd, const char *target_name);
H A Dactivate.c399 int module_present(struct cmd_context *cmd, const char *target_name) in module_present() function
434 if (!module_present(cmd, target_name)) in target_present()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dactivate.h45 int module_present(struct cmd_context *cmd, const char *target_name);
/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c397 if (!_mirror_attributes && module_present(cmd, "log-clustered")) in _mirrored_target_present()