Home
last modified time | relevance | path

Searched refs:ldrive (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1489 noLogicalDrive(int ldrive) in noLogicalDrive() argument
1491 if (ldrive == BOOT_PARTITION_DRIVE) { in noLogicalDrive()
1494 cmn_err(CE_NOTE, "!pcfs: %d: no such logical drive", ldrive); in noLogicalDrive()
1517 int ldrive = fsp->pcfs_ldrive; in findTheDrive() local
1556 if (ldrive == 0) { in findTheDrive()
1558 noLogicalDrive(ldrive); in findTheDrive()
1574 getmajor(dev), getminor(dev), ldrive); in findTheDrive()
1622 if (ldrive == BOOT_PARTITION_DRIVE) { in findTheDrive()
1624 noLogicalDrive(ldrive); in findTheDrive()
1632 if (ldrive == PRIMARY_DOS_DRIVE && primaryPart >= 0) { in findTheDrive()
[all …]
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h73 extern off64_t findPartitionOffset(int fd, char *ldrive);
H A Dpcfs_common.c454 findPartitionOffset(int fd, char *ldrive) in findPartitionOffset() argument
485 if ((drvnum = parse_drvnum(ldrive)) < 0) in findPartitionOffset()