Searched refs:p_label (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c2106 struct dk_label p_label, b_label, *label; local
2146 status = read_label(cur_file, &p_label);
2157 (void) strncpy(id_str, p_label.dkl_asciilabel, 128);
2159 if ((!checklabel((struct dk_label *)&p_label)) ||
2160 (trim_id(p_label.dkl_asciilabel))) {
2169 if ((!dtype_match(&p_label, cur_dtype)) ||
2170 (!parts_match(&p_label, cur_parts))) {
2224 p_label.dkl_asciilabel) != 0) ||
2225 (b_label.dkl_ncyl != p_label.dkl_ncyl) ||
2226 (b_label.dkl_acyl != p_label
[all...]

Completed in 45 milliseconds