Home
last modified time | relevance | path

Searched refs:DOSOS16 (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dfdisk.h98 #define DOSOS16 4 /* DOS partition, 16-bit FAT */ macro
/titanic_41/usr/src/cmd/hal/utils/
H A Dfsutils.c86 return ((type == DOSOS12) || (type == DOSOS16) || in is_dos_drive()
/titanic_41/usr/src/cmd/fstyp/
H A Dfstyp.c280 return ((type == DOSOS12) || (type == DOSOS16) || in is_dos_drive()
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c423 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c419 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
585 case DOSOS16: in lookup_FAT_size()
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c2889 tsystid = DOSOS16; /* DOS 16 bit fat */
3718 case DOSOS16:
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1450 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()