tag | line | file | source code |
probed_format | 2006 | drivers/block/floppy.c | int probed_format; |
probed_format | 2008 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 2010 | drivers/block/floppy.c | if (probed_format >= 8 || |
probed_format | 2011 | drivers/block/floppy.c | !DP->autodetect[probed_format]){ |
probed_format | 2012 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2015 | drivers/block/floppy.c | if (floppy_type[DP->autodetect[probed_format]].sect){ |
probed_format | 2016 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 2019 | drivers/block/floppy.c | probed_format++; |
probed_format | 2026 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2578 | drivers/block/floppy.c | ((!probing || (DP->read_track&(1<<DRS->probed_format)))))){ |
probed_format | 2737 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2745 | drivers/block/floppy.c | _floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 202 | include/linux/fd.h | short probed_format; |