Searched refs:lvm_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_base.c28 lvm_t lvm_init(const char *system_dir)
42 return (lvm_t) cmd;
57 lvm_quit((lvm_t) cmd);
67 return (lvm_t) cmd;
70 void lvm_quit(lvm_t libh)
75 int lvm_config_reload(lvm_t libh)
86 int lvm_config_override(lvm_t libh, const char *config_settings)
94 int lvm_errno(lvm_t libh)
99 const char *lvm_errmsg(lvm_t libh)
H A Dlvm2app.h107 typedef struct lvm *lvm_t; typedef in typeref:struct:lvm
186 lvm_t lvm_init(const char *system_dir);
199 void lvm_quit(lvm_t libh);
214 int lvm_config_reload(lvm_t libh);
233 int lvm_config_override(lvm_t libh, const char *config_string);
252 int lvm_errno(lvm_t libh);
266 const char *lvm_errmsg(lvm_t libh);
274 int lvm_scan(lvm_t libh);
281 * The memory allocated for the list is tied to the lvm_t handle and will be
310 struct dm_list *lvm_list_vg_names(lvm_t lib
[all...]
H A Dlvm_vg.c30 vg_t lvm_vg_create(lvm_t libh, const char *vg_name)
159 vg_t lvm_vg_open(lvm_t libh, const char *vgname, const char *mode,
325 struct dm_list *lvm_list_vg_names(lvm_t libh)
330 struct dm_list *lvm_list_vg_uuids(lvm_t libh)
338 int lvm_scan(lvm_t libh)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlvm2app.h107 typedef struct lvm *lvm_t; typedef in typeref:struct:lvm
186 lvm_t lvm_init(const char *system_dir);
199 void lvm_quit(lvm_t libh);
214 int lvm_config_reload(lvm_t libh);
233 int lvm_config_override(lvm_t libh, const char *config_string);
252 int lvm_errno(lvm_t libh);
266 const char *lvm_errmsg(lvm_t libh);
274 int lvm_scan(lvm_t libh);
281 * The memory allocated for the list is tied to the lvm_t handle and will be
310 struct dm_list *lvm_list_vg_names(lvm_t lib
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/api/
H A Dtest.c206 static void _vg_reduce(char **argv, int argc, lvm_t libh)
244 static void _config_override(char **argv, int argc, lvm_t libh)
259 static void _config_reload(char **argv, int argc, lvm_t libh)
267 static void _vg_extend(char **argv, int argc, lvm_t libh)
296 static void _vg_open(char **argv, int argc, lvm_t libh)
369 static void _vg_create(char **argv, int argc, lvm_t libh)
461 static void _scan_vgs(lvm_t libh)
466 static void _list_vg_names(lvm_t libh)
480 static void _list_vg_ids(lvm_t libh)
593 static int lvmapi_test_shell(lvm_t lib
[all...]
H A Dvgtest.c28 lvm_t handle;

Completed in 490 milliseconds