Home
last modified time | relevance | path

Searched defs:cmd_context (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h56 struct cmd_context { struct
57 struct dm_pool *libmem; /* For permanent config data */
58 struct dm_pool *mem; /* Transient: Cleared between each command */
60 const struct format_type *fmt; /* Current format to use by default */
61 struct format_type *fmt_backup; /* Format to use for backups */
63 struct dm_list formats; /* Available formats */
64 struct dm_list segtypes; /* Available segment types */
65 const char *hostname;
66 const char *kernel_vsn;
68 unsigned rand_seed;
[all …]
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dtoolcontext.h56 struct cmd_context { struct
57 struct dm_pool *libmem; /* For permanent config data */
58 struct dm_pool *mem; /* Transient: Cleared between each command */
60 const struct format_type *fmt; /* Current format to use by default */
61 struct format_type *fmt_backup; /* Format to use for backups */
63 struct dm_list formats; /* Available formats */
64 struct dm_list segtypes; /* Available segment types */
65 const char *hostname;
66 const char *kernel_vsn;
68 unsigned rand_seed;
[all …]