tag | line | file | source code |
probed_format | 1905 | drivers/block/floppy.c | int probed_format; |
probed_format | 1907 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 1909 | drivers/block/floppy.c | if (probed_format >= 8 || |
probed_format | 1910 | drivers/block/floppy.c | !DP->autodetect[probed_format]){ |
probed_format | 1911 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 1914 | drivers/block/floppy.c | if (floppy_type[DP->autodetect[probed_format]].sect){ |
probed_format | 1915 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 1918 | drivers/block/floppy.c | probed_format++; |
probed_format | 1925 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2471 | drivers/block/floppy.c | ((!probing || (DP->read_track&(1<<DRS->probed_format)))))){ |
probed_format | 2629 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2637 | drivers/block/floppy.c | floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 202 | include/linux/fd.h | short probed_format; |