Lines Matching defs:from
6 * Read block device partition table from the command line.
35 put_partition(state, slot, subpart->from >> 9,
60 static bool has_overlaps(sector_t from, sector_t size,
63 sector_t end = from + size;
66 if (from >= from2 && from < end2)
72 if (from2 >= from && from2 < end)
75 if (end2 > from && end2 <= end)
95 if (has_overlaps(state->parts[slot].from,
97 state->parts[i].from,
106 (u64)state->parts[slot].from << 9,
109 (u64)state->parts[i].from << 9,