Searched refs:write_to_partition (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/lib/ |
H A D | device.h | 44 extern int write_to_partition (char **map, int drive, int partition,
|
H A D | device.c | 870 write_to_partition (char **map, int drive, int partition, in write_to_partition() function
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 389 return write_to_partition (device_map, current_drive, current_partition, in devwrite()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2875 * lib/device.c [__linux__] (write_to_partition): Use strcpy 3234 [__linux__] (write_to_partition): Change the size of DEV to 3309 * lib/device.c [__linux__] (write_to_partition): Open DEV with 4032 1.5 into a partition, call write_to_partition instead of 4045 write_to_partition. 4046 If DEST_PARTITION is not 0xFFFFFF, use write_to_partition, to 4056 [__linux__] (write_to_partition): New function. 4057 * lib/device.h [__linux__] (write_to_partition): Declared.
|