Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/next68k/include/
Ddisklabel.h57 #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)
/netbsd/src/sys/arch/next68k/next68k/
Ddisksubr.c81 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()
/netbsd/src/usr.sbin/installboot/arch/
Dnext68k.c120 if (be32toh(next68klabel->cd_version) == NEXT68K_LABEL_CD_V3) { in next68k_setboot()
/netbsd/src/sys/sys/
Dbootblock.h1205 int32_t cd_version; /* label version */ member