Searched refs:LABELSECTOR (Results 1 - 25 of 28) sorted by relevance

12

/openbsd-current/sys/arch/amd64/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/arm/include/
H A Ddisklabel.h41 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/arm64/include/
H A Ddisklabel.h21 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/i386/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/loongson/include/
H A Ddisklabel.h12 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/luna88k/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-current/sys/arch/octeon/include/
H A Ddisklabel.h12 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/sh/include/
H A Ddisklabel.h41 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-current/sys/arch/alpha/include/
H A Ddisklabel.h36 #define LABELSECTOR 0 /* sector containing label */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddisklabel.h22 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddisklabel.h22 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/sys/arch/alpha/alpha/
H A Ddisksubr.c66 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR));
115 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR));
/openbsd-current/sys/arch/hppa/stand/libsa/
H A Ddk.c41 if (iodcstrategy(dp, F_READ, LABELSECTOR, DEV_BSIZE, buf, &ret))
/openbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c109 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR));
125 LABELSECTOR + i));
/openbsd-current/sys/arch/hppa/include/
H A Ddisklabel.h36 #define LABELSECTOR 1 /* sector containing label */ macro
/openbsd-current/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));
174 bp->b_blkno = LABELSECTOR;
/openbsd-current/usr.sbin/installboot/
H A Dbootstrap.c111 * N.B.: LABELSECTOR *is* a DEV_BSIZE quantity!
113 lp = (struct disklabel *)(boot + (LABELSECTOR * DEV_BSIZE) +
H A Dlandisk_installboot.c207 * N.B.: LABELSECTOR *is* a DEV_BSIZE quantity!
209 lp = (struct disklabel *)(boot + (LABELSECTOR * DEV_BSIZE) +
/openbsd-current/sys/arch/hppa/hppa/
H A Ddisksubr.c209 LABELSECTOR));
239 partoff + LABELSECTOR));
/openbsd-current/sys/arch/alpha/stand/boot/
H A Ddisk.c135 LABELSECTOR, DEV_BSIZE, buf, &cnt);
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Ddisk.c127 i = diskstrategy(sc, F_READ, LABELSECTOR, DEV_BSIZE, buf, &cnt);
/openbsd-current/sys/arch/macppc/stand/
H A Dofdev.c262 if (strategy(devp, F_READ, poff + LABELSECTOR,
339 LABELSECTOR, DEV_BSIZE, buf, &read) != 0 ||
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c97 error = readdisksector(bp, strat, lp, DL_BLKTOSEC(lp, LABELSECTOR));
156 bp->b_blkno = LABELSECTOR;

Completed in 125 milliseconds

12