Home
last modified time | relevance | path

Searched refs:LABELSECTOR (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/sys/arch/alpha/alpha/
H A Ddisksubr.c66 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR)); in readdisklabel()
115 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR)); in writedisklabel()
/openbsd-src/sys/arch/octeon/include/
H A Ddisklabel.h12 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/amd64/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/riscv64/include/
H A Ddisklabel.h22 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/alpha/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-src/sys/arch/i386/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/luna88k/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-src/sys/arch/arm64/include/
H A Ddisklabel.h21 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/sh/include/
H A Ddisklabel.h41 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/powerpc64/include/
H A Ddisklabel.h22 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/sparc64/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-src/sys/arch/arm/include/
H A Ddisklabel.h41 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/loongson/include/
H A Ddisklabel.h12 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/macppc/macppc/
H A Ddisksubr.c109 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR)); in readdpmelabel()
125 LABELSECTOR + i)); in readdpmelabel()
/openbsd-src/sys/arch/luna88k/luna88k/
H A Ddisksubr.c87 #if LABELSECTOR != 0
88 #error "Default value of LABELSECTOR no longer zero?"
121 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR)); in readdisklabel()
179 bp->b_blkno = LABELSECTOR; in writedisklabel()
/openbsd-src/sys/arch/macppc/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/hppa/hppa/
H A Ddisksubr.c209 LABELSECTOR)); in readliflabel()
239 partoff + LABELSECTOR)); in writedisklabel()
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Ddk.c41 if (iodcstrategy(dp, F_READ, LABELSECTOR, DEV_BSIZE, buf, &ret)) in dk_disklabel()
/openbsd-src/sys/arch/hppa/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-src/sys/arch/macppc/stand/
H A Dofdev.c262 if (strategy(devp, F_READ, poff + LABELSECTOR, in search_label()
339 LABELSECTOR, DEV_BSIZE, buf, &read) != 0 || in devopen()
/openbsd-src/usr.sbin/installboot/
H A Dbootstrap.c113 lp = (struct disklabel *)(boot + (LABELSECTOR * DEV_BSIZE) + in bootstrap()
H A Dlandisk_installboot.c209 lp = (struct disklabel *)(boot + (LABELSECTOR * DEV_BSIZE) + in md_bootstrap()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Ddisksubr.c97 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR)); in readdisklabel()
156 bp->b_blkno = LABELSECTOR; in writedisklabel()
/openbsd-src/sys/arch/alpha/stand/nboot/
H A Ddisk.c127 i = diskstrategy(sc, F_READ, LABELSECTOR, DEV_BSIZE, buf, &cnt); in diskopen()
/openbsd-src/sys/arch/alpha/stand/boot/
H A Ddisk.c135 LABELSECTOR, DEV_BSIZE, buf, &cnt); in diskopen()

12