Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c290 int *dos_ldrive, in pcfs_device_identify() argument
307 *dos_ldrive = -1; in pcfs_device_identify()
342 *dos_ldrive = BOOT_PARTITION_DRIVE; in pcfs_device_identify()
358 *dos_ldrive = (int)drvnum; in pcfs_device_identify()
370 *dos_ldrive = UNPARTITIONED_DRIVE; in pcfs_device_identify()
375 *dos_ldrive = 1 + *c - 'c'; in pcfs_device_identify()
388 *dos_ldrive = UNPARTITIONED_DRIVE; in pcfs_device_identify()
395 ASSERT(*dos_ldrive >= UNPARTITIONED_DRIVE); in pcfs_device_identify()
448 int dos_ldrive, in pcfs_device_ismounted() argument
467 if (dos_ldrive) { in pcfs_device_ismounted()
[all …]