Searched refs:pbc (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fdisk.c | 1986 unsigned pbc, pbh, pbs; /* physical beginning c, h, s */ in check_consistency() local 1995 pbc = cylinder(p->sector, p->cyl); in check_consistency() 2011 if (g_cylinders <= 1024 && (pbc != lbc || pbh != lbh || pbs != lbs)) { in check_consistency() 2014 printf(" phys=(%u,%u,%u) ", pbc, pbh, pbs); in check_consistency()
|