Lines Matching defs:fdisk

39 #include <sys/dktp/fdisk.h>
642 * disk has Solaris fdisk partition, it will be allowed
793 * Note: having fdisk but no solaris partition is assumed
1641 * Set up the "whole disk" fdisk partition; this should always
1642 * exist, regardless of whether the disk contains an fdisk table
1732 * Found fdisk table but no Solaris partition entry,
1805 * If we have valid geometry, set up the remaining fdisk partitions.
1806 * Note that dkl_cylno is not used for the fdisk map entries, so
1872 * lay out fdisk tables for X86 and to insure that the cylinders never
2364 * Description: utility routine to read the fdisk table.
2392 struct ipart fdisk[FD_NUMPART];
2414 * Start off assuming no fdisk table
2429 "cmlb_read_fdisk: fdisk read err\n");
2437 * The fdisk table does not begin on a 4-byte boundary within the
2441 bcopy(&mbp->parts[0], fdisk, sizeof (fdisk));
2454 * if present there, don't need to search fdisk table.
2458 /* All drives do LBA; don't search fdisk table */
2461 /* Okay, look for mark in fdisk table */
2462 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) {
2493 "cmlb_read_fdisk: no fdisk\n");
2500 fdp = fdisk;
2520 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) {
2539 * Data in the fdisk table is little-endian.
2679 cmlb_dbg(CMLB_INFO, cl, "fdisk 0x%x 0x%lx",
2691 cmlb_dbg(CMLB_INFO, cl, "fdisk moved 0x%x 0x%lx",
2704 #error "fdisk table presence undetermined for this platform."
2778 struct ipart fdisk[FD_NUMPART];
2790 bcopy(&mbp->parts[0], fdisk, sizeof (fdisk));
2792 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) {
3185 * into logical disks (i.e., that have an fdisk table).
3188 * cl_blockcount with the size of the Solaris fdisk partition.
3402 * Got fdisk table but no solaris entry therefore
4611 * numbers *relative* to the start of the Solaris fdisk partition.
5171 * update the fdisk and vtoc tables in memory
5368 * Description: This local utility routine updates the device fdisk and vtoc
5397 * Set up the "whole disk" fdisk partition; this should always
5398 * exist, regardless of whether the disk contains an fdisk table
5432 * Found fdisk table but no Solaris partition entry,
5454 /* we are called from SMBOOT, and after a write of fdisk */
5463 * If we have valid geometry, set up the remaining fdisk partitions.
5464 * Note that dkl_cylno is not used for the fdisk map entries, so
5555 * Solaris fdisk partition, just like for
5571 * of the fdisk partition type (ie. EFI, FAT32,