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

/osnet-11/usr/src/grub/grub2/util/
H A Ddevicemap.c8 int *num_fd, int *num_hd)
13 fprintf (fp, "(hd%d)\t%s\n", (*num_hd)++, name);
7 grub_util_emit_devicemap_entry(FILE *fp, char *name, int is_floppy, int *num_fd, int *num_hd) argument
H A Dgrub-mkdevicemap.c46 int num_hd = 0; local
55 is_floppy, &num_fd, &num_hd);
/osnet-11/usr/src/grub/grub2/include/grub/util/
H A Ddeviceiter.h9 int *num_fd, int *num_hd);
/osnet-11/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 78 milliseconds