Lines Matching full:partition
26 * This file contains functions to implement the partition menu commands.
32 #include "partition.h"
42 * This routine implements the 'a' command. It changes the 'a' partition.
53 * This routine implements the 'b' command. It changes the 'b' partition.
64 * This routine implements the 'c' command. It changes the 'c' partition.
75 * This routine implements the 'd' command. It changes the 'd' partition.
86 * This routine implements the 'e' command. It changes the 'e' partition.
97 * This routine implements the 'f' command. It changes the 'f' partition.
108 * This routine implements the 'g' command. It changes the 'g' partition.
119 * This routine implements the 'h' command. It changes the 'h' partition.
142 * This routine implements the 'j' command. It changes the 'j' partition.
182 * to make a pre-defined partition map the current map.
201 err_print("No defined partition tables.\n"); in p_select()
238 * Adjust for the boot and alternate sectors partition - assuming that in p_select()
239 * the alternate sectors partition physical location follows in p_select()
240 * immediately the boot partition and partition sizes are in p_select()
274 err_print("partition %c: starting cylinder %d is out " in p_select()
282 "partition %c: specified # of blocks, %u, " in p_select()
321 * to name the current partition map. If the map was already named,
332 * check if there exists a partition table for the disk. in p_name()
335 err_print("Current Disk has no partition table.\n"); in p_name()
368 * for all the partitions in the current partition map.
374 * check if there exists a partition table for the disk. in p_print()
377 err_print("Current Disk has no partition table.\n"); in p_print()
393 fmt_print("Current partition table (%s):\n", in p_print()
398 fmt_print("Current partition table (unnamed):\n"); in p_print()
405 fmt_print("Current partition table (%s):\n", in p_print()
416 * Print the partition map itself in p_print()
424 * Print a partition map
439 * or if the partition is reserved in print_map()
454 * Loop through each partition, printing the header in print_map()
470 * Print out one line of partition information,
535 * Print out one line of partition information,
584 * Print the partition information in print_partition()
593 * Print the partition tag. If invalid, print - in print_partition()
602 * Print the partition flag. If invalid print - in print_partition()