Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c541 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in set_partition_hidden_flag()
599 next_partition (unsigned long drive, unsigned long dest, in next_partition() function
928 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
H A Dshared.h1023 int next_partition (unsigned long drive, unsigned long dest,
H A Dbuiltins.c1689 while (next_partition (drive, 0xFFFFFF, &part, &type, in find_common()
3425 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in parttype_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2863 * stage2/disk_io.c (next_partition): Mask out bsd partition sub
3304 call of next_partition, because it always sets ERRNUM. Reported
3425 (next_partition): New function.
3426 (real_open_partition): Rewritten using next_partition.
3432 * stage2/shared.h (next_partition): Declared.