Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c296 int *dos_ldrive, in pcfs_device_identify() argument
313 *dos_ldrive = -1; in pcfs_device_identify()
348 *dos_ldrive = BOOT_PARTITION_DRIVE; in pcfs_device_identify()
364 *dos_ldrive = (int)drvnum; in pcfs_device_identify()
376 *dos_ldrive = UNPARTITIONED_DRIVE; in pcfs_device_identify()
381 *dos_ldrive = 1 + *c - 'c'; in pcfs_device_identify()
394 *dos_ldrive = UNPARTITIONED_DRIVE; in pcfs_device_identify()
401 ASSERT(*dos_ldrive >= UNPARTITIONED_DRIVE); in pcfs_device_identify()
454 int dos_ldrive, in pcfs_device_ismounted() argument
473 if (dos_ldrive) { in pcfs_device_ismounted()
[all …]