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

  /src/sbin/fdisk/
fdisk.c 2013 daddr_t n_s, n_e; local in function:change_part
2086 n_s = ext_offset(p);
2087 if (n_s > start + ptn_0_offset)
2108 n_s = le32toh(mboot.mbr_parts[p].mbrp_start);
2109 if (start >= n_s &&
2110 start < n_s + le32toh(mboot.mbr_parts[p].mbrp_size))
2119 n_s = le32toh(mboot.mbr_parts[p].mbrp_start);
2120 n_e = n_s + le32toh(mboot.mbr_parts[p].mbrp_size);
2121 if (start >= n_s && start < n_e) {
2164 n_s = ext_offset(p)
    [all...]
fdisk.c 2013 daddr_t n_s, n_e; local in function:change_part
2086 n_s = ext_offset(p);
2087 if (n_s > start + ptn_0_offset)
2108 n_s = le32toh(mboot.mbr_parts[p].mbrp_start);
2109 if (start >= n_s &&
2110 start < n_s + le32toh(mboot.mbr_parts[p].mbrp_size))
2119 n_s = le32toh(mboot.mbr_parts[p].mbrp_start);
2120 n_e = n_s + le32toh(mboot.mbr_parts[p].mbrp_size);
2121 if (start >= n_s && start < n_e) {
2164 n_s = ext_offset(p)
    [all...]

Completed in 90 milliseconds