Searched refs:dos_ldrive (Results 1 – 1 of 1) sorted by relevance
290 int *dos_ldrive, in pcfs_device_identify() argument307 *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() argument467 if (dos_ldrive) { in pcfs_device_ismounted()[all …]