tag | line | file | source code |
probed_format | 1624 | drivers/block/floppy.c | int probed_format; |
probed_format | 1626 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 1627 | drivers/block/floppy.c | if ( probed_format > N_DRIVE || |
probed_format | 1628 | drivers/block/floppy.c | ! DP->autodetect[probed_format] ){ |
probed_format | 1629 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 1632 | drivers/block/floppy.c | if ( floppy_type[DP->autodetect[probed_format]].sect ){ |
probed_format | 1633 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 1636 | drivers/block/floppy.c | probed_format++; |
probed_format | 1643 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2192 | drivers/block/floppy.c | (1 <<DRS->probed_format))))){ |
probed_format | 2340 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2348 | drivers/block/floppy.c | floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 157 | include/linux/fd.h | short probed_format; |