Home
last modified time | relevance | path

Searched refs:next_partition (Results 1 – 4 of 4) sorted by relevance

/external/grub/stage2/
Ddisk_io.c525 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in set_partition_hidden_flag()
576 next_partition (unsigned long drive, unsigned long dest, in next_partition() function
766 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
Dshared.h933 int next_partition (unsigned long drive, unsigned long dest,
Dbuiltins.c1243 while (next_partition (drive, 0xFFFFFF, &part, &type, in find_func()
2908 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in parttype_func()
/external/grub/
DChangeLog2704 * stage2/disk_io.c (next_partition): Mask out bsd partition sub
3145 call of next_partition, because it always sets ERRNUM. Reported
3266 (next_partition): New function.
3267 (real_open_partition): Rewritten using next_partition.
3273 * stage2/shared.h (next_partition): Declared.