Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport.c66 if (!(*vsn)->check_version(cft)) in text_vgname_import()
113 if (!(*vsn)->check_version(cft)) in text_vg_import_fd()
149 if (!(*vsn)->check_version(cft)) in import_vg_from_buffer()
H A Dimport-export.h49 int (*check_version) (struct config_tree * cf); member
H A Dimport_vsn1.c855 .check_version = _check_version,
/dragonfly/usr.sbin/boot0cfg/
H A Dboot0cfg.c216 read_mbr(const char *disk, u_int8_t **mbr, int check_version) in read_mbr() argument
232 if (check_version) in read_mbr()