Searched defs:ldrive (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c454 findPartitionOffset(int fd, char *ldrive) argument
485 if ((drvnum = parse_drvnum(ldrive)) < 0)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1489 noLogicalDrive(int ldrive) argument
1491 if (ldrive == BOOT_PARTITION_DRIVE) {
1494 cmn_err(CE_NOTE, "!pcfs: %d: no such logical drive", ldrive);
1517 int ldrive = fsp->pcfs_ldrive; local
1548 * "ldrive == 0" should never happen, as this is a request to
1556 if (ldrive == 0) {
1558 noLogicalDrive(ldrive);
1574 getmajor(dev), getminor(dev), ldrive);
1622 if (ldrive == BOOT_PARTITION_DRIVE) {
1624 noLogicalDrive(ldrive);
[all...]

Completed in 48 milliseconds