Home
last modified time | relevance | path

Searched refs:d_abase (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c683 fprintf(f, "backup label: 0x%012jx\n", (uintmax_t)lp->d_abase); in display()
979 lp->d_abase = vv; in getasciilabel()
1273 if (lp->d_abase && in checklabel()
1274 (lp->d_abase < lp->d_pstop || in checklabel()
1275 lp->d_abase > lp->d_total_size - off)) { in checklabel()
1495 printf("backup label: %ld -> %ld\n", lp->d_abase, abase); in expandlabel()
1502 lp->d_abase > abase || in expandlabel()
1512 lp->d_abase == abase && in expandlabel()
1519 lp->d_abase = abase; in expandlabel()
/dragonfly/sys/kern/
H A Dsubr_disklabel64.c288 if (nlp->d_abase & (ssp->dss_secsize - 1)) in l64_setdisklabel()
482 lp->d_abase = lp->d_total_size - ressize; in l64_makevirginlabel()
491 lp->d_pstop = ((lp->d_abase - lp->d_pbase) & in l64_makevirginlabel()
/dragonfly/sys/sys/
H A Ddisklabel64.h104 u_int64_t d_abase; /* location of backup copy if not 0 */ member