tag | line | file | source code |
probed_format | 1900 | drivers/block/floppy.c | int probed_format; |
probed_format | 1902 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 1904 | drivers/block/floppy.c | if (probed_format >= 8 || |
probed_format | 1905 | drivers/block/floppy.c | !DP->autodetect[probed_format]){ |
probed_format | 1906 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 1909 | drivers/block/floppy.c | if (floppy_type[DP->autodetect[probed_format]].sect){ |
probed_format | 1910 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 1913 | drivers/block/floppy.c | probed_format++; |
probed_format | 1920 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2467 | drivers/block/floppy.c | ((!probing || (DP->read_track&(1<<DRS->probed_format)))))){ |
probed_format | 2625 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2633 | drivers/block/floppy.c | floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 202 | include/linux/fd.h | short probed_format; |