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

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c650 int num_hd = 0; local
717 sprintf (discn, "/dev/discs/disc%d", num_hd);
724 (*map)[num_hd + 0x80] = strdup (name);
725 assert ((*map)[num_hd + 0x80]);
729 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
732 num_hd++;
751 (*map)[num_hd + 0x80] = strdup (name);
752 assert ((*map)[num_hd + 0x80]);
756 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
758 num_hd
[all...]

Completed in 58 milliseconds