Home
last modified time | relevance | path

Searched refs:lvm2_run (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c167 r = lvm2_run(_lvm_handle, cmd_str); in _remove_failed_devices()
171 if (lvm2_run(_lvm_handle, cmd_str) != 1) in _remove_failed_devices()
264 lvm2_run(_lvm_handle, "_memlock_inc"); in register_device()
292 lvm2_run(_lvm_handle, "_memlock_dec"); in unregister_device()
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
H A Ddmeventd_snapshot.c180 lvm2_run(_lvm_handle, "_memlock_inc"); in register_device()
208 lvm2_run(_lvm_handle, "_memlock_dec"); in unregister_device()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A D.exported_symbols2 lvm2_run
H A Dlvm2cmd.h63 int lvm2_run(void *handle, const char *cmdline);
H A Dlvmcmdlib.c46 int lvm2_run(void *handle, const char *cmdline) in lvm2_run() function
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dexample_cmdlib.c42 r = lvm2_run(handle, "vgs --noheadings vg1"); in main()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW486 Avoid undefined return value after _memlock manipulation in lvm2_run.