Searched defs:search_label (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1590 struct dk_label search_label; local
1893 status = read_label(search_file, &search_label);
1911 if (auto_sense(search_file, 0, &search_label) != NULL) {
1950 if (!checklabel(&search_label)) {
1954 if (trim_id(search_label.dkl_asciilabel)) {
2038 if (dtype_match(&search_label, search_dtype))
2064 if (strncmp(search_label.dkl_asciilabel, "DEFAULT",
2074 zalloc(strlen(search_label.dkl_asciilabel) + 1);
2076 search_label.dkl_asciilabel);
2078 search_dtype->dtype_pcyl = search_label
[all...]

Completed in 47 milliseconds