Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c76 if (!dm_split_words(params, 1, 0, &p)) in _get_mirror_event()
85 if (!args || dm_split_words(p, num_devs + 7, 0, args) < num_devs + 5) in _get_mirror_event()
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A D.exported_symbols131 dm_split_words
H A Dlibdm-string.c42 int dm_split_words(char *buffer, unsigned max, in dm_split_words() function
H A Dlibdevmapper.h879 int dm_split_words(char *buffer, unsigned max,
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h879 int dm_split_words(char *buffer, unsigned max,
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c105 if (dm_split_words(buffer, 4, 0, split) == 4 && in _get_sysfs_dir()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW_DM235 Add dm_snprintf(), dm_split_words() and dm_split_lvm_name() to libdevmapper.