Lines Matching defs:n_s
2013 daddr_t n_s, n_e;
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);
2165 if (n_s > start && n_s < lim)
2166 lim = n_s;
2167 if (start >= n_s && start < n_s
2180 n_s = le32toh(mboot.mbr_parts[p].mbrp_start);
2181 if (n_s > start && n_s < lim)
2182 lim = n_s;
2183 if (start >= n_s && start < n_s