Searched refs:write_to_partition (Results 1 – 4 of 4) sorted by relevance
/external/grub/lib/ |
D | device.h | 44 extern int write_to_partition (char **map, int drive, int partition,
|
D | device.c | 842 write_to_partition (char **map, int drive, int partition, in write_to_partition() function
|
/external/grub/stage2/ |
D | disk_io.c | 376 return write_to_partition (device_map, current_drive, current_partition, in devwrite()
|
/external/grub/ |
D | ChangeLog | 2716 * lib/device.c [__linux__] (write_to_partition): Use strcpy 3075 [__linux__] (write_to_partition): Change the size of DEV to 3150 * lib/device.c [__linux__] (write_to_partition): Open DEV with 3873 1.5 into a partition, call write_to_partition instead of 3886 write_to_partition. 3887 If DEST_PARTITION is not 0xFFFFFF, use write_to_partition, to 3897 [__linux__] (write_to_partition): New function. 3898 * lib/device.h [__linux__] (write_to_partition): Declared.
|