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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dlegacycfg.c342 int bsd_device = -1; local
361 bsd_device = dev->disk->id - 0x80 - hdbias;
378 if (bsd_device != -1)
381 grub_snprintf(buf, sizeof(buf), "ad%ds%d%c", bsd_device,
384 grub_snprintf(buf, sizeof(buf), "ad%ds%d", bsd_device,
387 grub_snprintf(buf, sizeof(buf), "ad%d", bsd_device);
407 if (bsd_device == -1)
420 "wd%d%c", bsd_device,

Completed in 22 milliseconds