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