Searched refs:last_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c164 int last_length = 0;
177 && offset == 0 && last_length == SECTOR_SIZE)
180 last_length = length;
185 if (last_length == SECTOR_SIZE)
192 last_length);
195 start_sector - part_start, last_length);
211 last_length = length;
2266 int last_length = SECTOR_SIZE;
2303 if (offset != 0 || last_length != SECTOR_SIZE)
2310 last_length
163 int last_length = 0; local
2238 int last_length = SECTOR_SIZE; local
[all...]

Completed in 283 milliseconds