Searched refs:cd_version (Results 1 – 4 of 4) sorted by relevance
57 #define IS_DISKLABEL(l) ((l)->cd_version == NEXT68K_LABEL_CD_V1 || \58 (l)->cd_version == NEXT68K_LABEL_CD_V2 || \59 (l)->cd_version == NEXT68K_LABEL_CD_V3)
81 if (ondisk->cd_version == NEXT68K_LABEL_CD_V3) { in parse_nextstep_label()91 osdep->od_version = ondisk->cd_version; in parse_nextstep_label()176 ondisk->cd_version = NEXT68K_LABEL_CD_V3; in build_nextstep_label()295 if (ondisk->cd_version == NEXT68K_LABEL_CD_V3) { in build_nextstep_label()
120 if (be32toh(next68klabel->cd_version) == NEXT68K_LABEL_CD_V3) { in next68k_setboot()
1205 int32_t cd_version; /* label version */ member