Home
last modified time | relevance | path

Searched refs:d_bbsize (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sbin/disklabel32/
H A Ddisklabel.c414 r = write(f, boot, lp->d_bbsize); in writelabel()
416 if (r != ((ssize_t)lp->d_bbsize)) { in writelabel()
541 dp->d_bbsize = BBSIZE; in makebootarea()
627 if (dp->d_secsize + sb.st_size > dp->d_bbsize) in makebootarea()
630 (int)(dp->d_bbsize-dp->d_secsize)) < 0) in makebootarea()
633 if (read(b, boot, (int)dp->d_bbsize) < 0) in makebootarea()
637 bootsize = (int)sb.st_size - dp->d_bbsize; in makebootarea()
851 lp->d_bbsize = BBSIZE; /* XXX */
1224 if (lp->d_bbsize == 0) {
1227 } else if (lp->d_bbsize % lp->d_secsize)
[all …]
/dragonfly/include/
H A Ddisktab.h82 unsigned int d_bbsize; /* size of boot area */ member
/dragonfly/sys/kern/
H A Dsubr_disklabel32.c436 if (lp->d_bbsize == 0) in l32_clone_label()
437 lp->d_bbsize = BBSIZE; in l32_clone_label()
482 lp->d_bbsize = BBSIZE; in l32_makevirginlabel()
/dragonfly/sys/sys/
H A Ddisklabel32.h132 u_int32_t d_bbsize; /* size of boot area at sn0, bytes */ member
/dragonfly/lib/libc/gen/
H A Ddisklabel.c98 getnumdflt(dp->d_bbsize, "bs", BBSIZE); in getdiskbyname()
H A Ddisktab.c134 getnumdflt(dt->d_bbsize, "bs", BBSIZE); in getdisktabbyname()