Home
last modified time | relevance | path

Searched refs:num_hd (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/lib/
H A Ddevice.c650 int num_hd = 0; in init_device_map() local
717 sprintf (discn, "/dev/discs/disc%d", num_hd); in init_device_map()
724 (*map)[num_hd + 0x80] = strdup (name); in init_device_map()
725 assert ((*map)[num_hd + 0x80]); in init_device_map()
729 fprintf (fp, "(hd%d)\t%s\n", num_hd, name); in init_device_map()
732 num_hd++; in init_device_map()
751 (*map)[num_hd + 0x80] = strdup (name); in init_device_map()
752 assert ((*map)[num_hd + 0x80]); in init_device_map()
756 fprintf (fp, "(hd%d)\t%s\n", num_hd, name); in init_device_map()
758 num_hd++; in init_device_map()
[all …]
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog8524 num_hd, which is used for counting how many drives are