Searched refs:fdisk (Results 1 - 25 of 55) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/fdisk/
H A DMakefile26 # Makefile for fdisk
28 PROG= fdisk
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.h38 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-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...]
H A Drmformat.h54 #include <sys/dktp/fdisk.h>
139 /* fdisk related structures */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcmlb.h33 #include <sys/dktp/fdisk.h>
331 * Note: having fdisk but no solaris partition is assumed
H A Dfdc.h106 struct fdisk { struct
/opensolaris-onvv-gate/usr/src/cmd/boot/mbr/
H A Dmbr.c34 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dhardware_structs.h35 #include <sys/dktp/fdisk.h>
57 struct ipart fdisk_part; /* fdisk partition info */
H A Dglobal.h72 #include <sys/dktp/fdisk.h>
128 /* for non-fdisk machines. */
135 struct mboot boot_sec; /* fdisk partition info */
137 char x86_devname[MAXNAMELEN]; /* saved device name for fdisk */
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfd.c65 static int fd_unit_is_open(struct fdisk *);
68 static int fd_build_label_vtoc(struct fcu_obj *, struct fdisk *,
70 static void fd_build_user_vtoc(struct fcu_obj *, struct fdisk *,
176 sizeof (struct fdisk) + sizeof (struct fd_drive) +
204 fd_getdrive(dev_t dev, struct fcu_obj **fjpp, struct fdisk **fdpp)
223 struct fdisk *fdp = NULL;
340 struct fdisk *fdp;
559 struct fdisk *fdp;
623 fd_part_is_open(struct fdisk *fdp, int part)
634 fd_unit_is_open(struct fdisk *fd
[all...]
H A Dcmlb.c37 #include <sys/dktp/fdisk.h>
638 * disk has Solaris fdisk partition, it will be allowed
786 * Note: having fdisk but no solaris partition is assumed
1608 * Set up the "whole disk" fdisk partition; this should always
1609 * exist, regardless of whether the disk contains an fdisk table
1699 * Found fdisk table but no Solaris partition entry,
1772 * If we have valid geometry, set up the remaining fdisk partitions.
1773 * Note that dkl_cylno is not used for the fdisk map entries, so
1839 * lay out fdisk tables for X86 and to insure that the cylinders never
2327 * Description: utility routine to read the fdisk tabl
2741 struct ipart fdisk[FD_NUMPART]; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c39 #include <sys/dktp/fdisk.h>
H A Dfat.c36 #include <sys/dktp/fdisk.h>
H A Dfsck.c43 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h31 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c42 #include <sys/dktp/fdisk.h>
H A Dlibgrub_fs.c43 #include <sys/dktp/fdisk.h>
102 /* parse fdisk table */
/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpclabel.c65 #include <sys/dktp/fdisk.h>
183 lblp->fdiskpresent = 0; /* NO MBR fdisk record */
184 lblp->uidx = FDISK_OFFSET; /* NO unix fdisk partition */
188 * read sector 0 of the disk and call fdisk parse
196 * read fdisk sector (device block 0)
220 * read disk block 0 and check for fdisk record
221 * if (fdisk record exists) {
228 * if (fdisk record does not exist OR a Solaris partiton exists) {
249 struct ipart fdisk[FD_NUMPART]; local
252 /* check to see if valid fdisk recor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/
H A Ddrive_descriptors.c66 int fdisk = 0; local
384 fdisk = 1;
611 * Now check to see if there is an fdisk or not.
614 if (fdisk != 1) {
/opensolaris-onvv-gate/usr/src/cmd/devmgmt/mkdtab/
H A Dmkdtab.c95 fdisk(const int diskno, const char *disknm) function
128 fdisk(drive++, dirp->d_name);
/opensolaris-onvv-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c28 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/cmd/fstyp/
H A Dfstyp.c44 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile154 fdisk \
/opensolaris-onvv-gate/usr/src/cmd/stat/common/
H A Ddsr.c37 #include <sys/dktp/fdisk.h>
/opensolaris-onvv-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c37 #include <sys/dktp/fdisk.h>

Completed in 392 milliseconds

123