Lines Matching defs:start
202 * a given portion of a disk. If the start parameter is < 0, it means
206 checkswap(start, end)
207 diskaddr_t start, end;
236 if (start == UINT_MAX64) {
241 if ((start >= (int)(map->dkl_cylno * spc() +
272 checkdevinuse(char *cur_disk_path, diskaddr_t start, diskaddr_t end, int print,
362 if (start == UINT_MAX64) {
431 if (start >= (slice_start + slice_size) ||
558 * a given portion of a disk. If the start parameter is < 0, it means
562 checkmount(start, end)
563 diskaddr_t start, end;
605 if (start == UINT_MAX64) {
615 if ((start >= (int)(map->dkl_cylno * spc() + map->dkl_nblk)) ||