| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/ |
| drive_descriptors.c | 67 int fdisk = 0; local 380 fdisk = 1; 607 * Now check to see if there is an fdisk or not. 610 if (fdisk != 1) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/pcmcia/ |
| pclabel.c | 65 #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 record exists * [all...] |
| /onnv/onnv-gate/usr/src/cmd/devmgmt/mkdtab/ |
| mkdtab.c | 95 fdisk(const int diskno, const char *disknm) function 128 fdisk(drive++, dirp->d_name);
|
| /onnv/onnv-gate/usr/src/cmd/rmformat/ |
| rmf_slice.c | 144 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) >= 0) 1514 struct fdisk_info fdisk; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| fdc.h | 106 struct fdisk { struct
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| cmlb.c | 37 #include <sys/dktp/fdisk.h> 632 * disk has Solaris fdisk partition, it will be allowed 780 * Note: having fdisk but no solaris partition is assumed 2729 struct ipart fdisk[FD_NUMPART]; local [all...] |