Searched refs:lec (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fdisk.c | 1989 unsigned lec, leh, les; /* logical ending c, h, s */ in check_consistency() local 2008 linear2chs(get_start_sect(p) + get_nr_sects(p) - 1, &lec, &leh, &les); in check_consistency() 2019 if (g_cylinders <= 1024 && (pec != lec || peh != leh || pes != les)) { in check_consistency() 2023 printf("logical=(%u,%u,%u)\n", lec, leh, les); in check_consistency()
|