Searched defs:fdisk (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c144 struct fdisk_info *fdisk);
846 * On x86 Solaris, the partitioning is done in two levels, fdisk and Solaris
848 * also it is assumed to be only VTOC, no fdisk.
852 * in fdisk table.
855 * SCSI/ATAPI, floppy, pcmcia : don't check for fdisk.
857 * x86 : floppy, pcmcia : Don't check for fdisk. DKIOCGGEOM is sufficient.
858 * SCSI/ATAPI : Check for fdisk.
888 struct fdisk_info fdisk; local
916 * Try to get the fdisk information if available.
918 if (get_fdisk(handle, fd, 0, &fdisk) >
1116 get_fdisk(smedia_handle_t handle, int32_t fd, int32_t offset, struct fdisk_info *fdisk) argument
1514 struct fdisk_info fdisk; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h106 struct fdisk { struct
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c39 #include <sys/dktp/fdisk.h>
641 * disk has Solaris fdisk partition, it will be allowed
792 * Note: having fdisk but no solaris partition is assumed
1640 * Set up the "whole disk" fdisk partition; this should always
1641 * exist, regardless of whether the disk contains an fdisk table
1731 * Found fdisk table but no Solaris partition entry,
1804 * If we have valid geometry, set up the remaining fdisk partitions.
1805 * Note that dkl_cylno is not used for the fdisk map entries, so
1871 * lay out fdisk tables for X86 and to insure that the cylinders never
2363 * Description: utility routine to read the fdisk tabl
2777 struct ipart fdisk[FD_NUMPART]; local
[all...]

Completed in 72 milliseconds