Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk.c2060 sector_t last_p_start_pos = 0, p_start_pos; in wrong_p_order() local
2071 p_start_pos = get_partition_start_from_dev_start(pe); in wrong_p_order()
2073 if (last_p_start_pos > p_start_pos) { in wrong_p_order()
2079 last_p_start_pos = p_start_pos; in wrong_p_order()