Lines Matching refs:partition

1573       /* Open the partition.  */
1627 /* Open the partition. */
1661 " is a drive, or in the \"bootloader\" area if DEVICE is a FFS partition."
1749 * If argument has partition information (findroot command only), then
1763 /* Boot signature without partition/slice information */
2238 " its partition type code."
2393 /* If the Stage 2 is in a partition mounted by an OS, this will store
2894 " of Stage 2 is patched with new values of the partition and name"
3509 "Set the active partition on the root disk to GRUB's root device."
3817 /* Get the drive and the partition. */
3828 /* The partition must a primary partition. */
3838 /* Get the new partition type. */
3843 /* The partition type is unsigned char. */
3850 /* Get the new partition start. */
3855 /* Get the new partition length. */
3864 /* Store the partition information in the MBR. */
3896 "Create a primary partition at the starting address START with the"
3912 /* Get the drive and the partition. */
3923 /* The partition must be a PC slice. */
3931 /* Get the new partition type. */
3936 /* The partition type is unsigned char. */
3943 /* Look for the partition. */
3965 /* The partition was not found. ERRNUM was set by next_partition. */
3975 "Change the type of the partition PART to TYPE."
4226 /* Call set_device to get the drive and the partition in ARG. */
4239 /* This is necessary, because the location of a partition table
4285 " attempt to mount it to get the partition size (for passing the"
4286 " partition descriptor in `ES:ESI', used by some chain-loaded"
4289 " the PC partition where a BSD sub-partition is located. The"
4293 " FreeBSD root partition is on the SCSI disk, then use a `1' for HDBIAS."
4331 "findroot <SIGNATURE | (SIGNATURE,partition[,slice])>",
4337 " GRUB invokes the \"root\" command on that partition."
4338 " An optional partition and slice may be specified to optimize the search."
4408 "Similar to `root', but don't attempt to mount the partition. This"
4988 /* Point to the string of the installed drive/partition. */
5008 auto void sprint_device (int drive, int partition);
5009 auto int embed_stage1_5 (char * stage1_5, int drive, int partition);
5030 void sprint_device (int drive, int partition)
5035 if ((partition & 0xFF0000) != 0xFF0000)
5038 grub_sprintf (tmp, ",%d", (partition >> 16) & 0xFF);
5041 if ((partition & 0x00FF00) != 0x00FF00)
5044 grub_sprintf (tmp, ",%c", 'a' + ((partition >> 8) & 0xFF));
5050 int embed_stage1_5 (char *stage1_5, int drive, int partition)
5054 sprint_device (drive, partition);
5137 /* If the drive/partition where the images reside is specified,
5138 get the drive and the partition. */
5290 " partition where GRUB images reside, specify the option `--stage2'"
5880 " partition type code."