Home
last modified time | relevance | path

Searched refs:dtype_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h102 int dtype_match(struct dk_label *label, struct disk_type *dtype);
H A Dmenu_command.c1960 if (dtype_match(&label, dtype)) in c_backup()
2180 if ((!dtype_match(&p_label, cur_dtype)) || in c_verify()
H A Dstartup.c2057 if (dtype_match(&search_label, search_dtype)) in add_device_to_disklist()
2240 dtype_match(struct dk_label *label, struct disk_type *dtype) in dtype_match() function