Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk.c1987 unsigned pec, peh, pes; /* physical ending c, h, s */ in check_consistency() local
2001 peh = p->end_head; in check_consistency()
2019 if (g_cylinders <= 1024 && (pec != lec || peh != leh || pes != les)) { in check_consistency()
2022 printf(" phys=(%u,%u,%u) ", pec, peh, pes); in check_consistency()