Lines Matching defs:leng
72 static grub_disk_addr_t skip, leng;
93 if (! leng)
94 leng = (dev->disk->total_sectors << GRUB_DISK_SECTOR_BITS) - skip;
96 while (leng)
100 len = (leng > BUF_SIZE) ? BUF_SIZE : leng;
110 leng -= len;
137 if ((leng) && (leng < len))
138 len = leng;
512 leng = grub_strtoul (arg, &p, 0);
514 leng <<= GRUB_DISK_SECTOR_BITS;