tag | line | file | source code |
probed_format | 1710 | drivers/block/floppy.c | int probed_format; |
probed_format | 1712 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 1713 | drivers/block/floppy.c | if ( probed_format > N_DRIVE || |
probed_format | 1714 | drivers/block/floppy.c | ! DP->autodetect[probed_format] ){ |
probed_format | 1715 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 1718 | drivers/block/floppy.c | if ( floppy_type[DP->autodetect[probed_format]].sect ){ |
probed_format | 1719 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 1722 | drivers/block/floppy.c | probed_format++; |
probed_format | 1729 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2272 | drivers/block/floppy.c | (1 <<DRS->probed_format))))){ |
probed_format | 2424 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2432 | drivers/block/floppy.c | floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 169 | include/linux/fd.h | short probed_format; |