Home
last modified time | relevance | path

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

/external/grub/lib/
Ddevice.h44 extern int write_to_partition (char **map, int drive, int partition,
Ddevice.c842 write_to_partition (char **map, int drive, int partition, in write_to_partition() function
/external/grub/stage2/
Ddisk_io.c376 return write_to_partition (device_map, current_drive, current_partition, in devwrite()
/external/grub/
DChangeLog2716 * 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.