Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/error/
H A Derrseg.c102 struct segment_type *init_error_segtype(struct cmd_context *cmd) in init_error_segtype() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dsegtype.h110 struct segment_type *init_error_segtype(struct cmd_context *cmd);
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dsegtype.h110 struct segment_type *init_error_segtype(struct cmd_context *cmd);
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c889 if (!(segtype = init_error_segtype(cmd))) in _init_segtypes()