Searched refs:next_partition (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 538 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in set_partition_hidden_flag() 596 next_partition (unsigned long drive, unsigned long dest, in next_partition() function 925 int ret = next_partition (current_drive, dest_partition, in real_open_partition()
|
H A D | shared.h | 1020 int next_partition (unsigned long drive, unsigned long dest,
|
H A D | builtins.c | 1686 while (next_partition (drive, 0xFFFFFF, &part, &type, in find_common() 3418 while (next_partition (current_drive, 0xFFFFFF, &part, &type, in parttype_func()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2863 * 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.
|