Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.h44 extern int write_to_partition (char **map, int drive, int partition,
H A Ddevice.c870 write_to_partition (char **map, int drive, int partition, in write_to_partition() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c392 return write_to_partition (device_map, current_drive, current_partition, in devwrite()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2875 * 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.