HomeSort by: relevance | last modified time | path
    Searched defs:p_e (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fdisk/
fdisk.c 1837 unsigned int p_s, p_e; local in function:check_overlap
1853 p_e = p_s + le32toh(mboot.mbr_parts[p].mbrp_size);
1854 if (start + size <= p_s || start >= p_e)
1919 p_e = p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1921 if (p_s >= start && p_e <= start + size)
1961 unsigned int p_s, p_e; local in function:check_ext_overlap
1982 p_e = p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1987 if (start < p_e && start + size > p_s) {

Completed in 14 milliseconds