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

/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dinit.c70 grub_uint8_t boot_drive, dos_part, bsd_part; local
73 dos_part = (grub_boot_device >> 16);
94 if (dos_part != 0xff)
96 ",%u", dos_part + 1);
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1259 * Note: we do not use the new partition naming scheme as dos_part does not
1263 make_device_name (int drive, int dos_part, int bsd_part) argument
1282 if (dos_part >= 0)
1283 snprintf (ptr, end - ptr, ",%d", dos_part + 1);
2005 int dos_part = -1;
2018 dos_part = (int) n - 1;
2025 return make_device_name (drive, dos_part, bsd_part);
2043 int dos_part = -1;
2071 dos_part = partition->parent->number;
2076 dos_part
[all...]

Completed in 25 milliseconds