Searched refs:FD_NODRIVE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/block/
H A Damiflop.c226 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro
252 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
664 if(drive == 0 && id == FD_NODRIVE)
1638 unit[drive].type = &drive_types[num_dr_types-1]; /* FD_NODRIVE */
1671 if (unit[drive].type->code == FD_NODRIVE) {
1833 unit[drive].type->code = FD_NODRIVE;
1846 if (unit[drive].type->code == FD_NODRIVE)

Completed in 251 milliseconds