| tag | line | file | source code |
| FD_RAW_READ | 1032 | drivers/block/floppy.c | (raw_cmd.flags & FD_RAW_READ)? |
| FD_RAW_READ | 1364 | drivers/block/floppy.c | if ( flags & ( FD_RAW_READ | FD_RAW_WRITE)) |
| FD_RAW_READ | 1385 | drivers/block/floppy.c | if ( (flags & FD_RAW_READ) || (flags & FD_RAW_WRITE)) |
| FD_RAW_READ | 2399 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
| FD_RAW_READ | 2484 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
| FD_RAW_READ | 2864 | drivers/block/floppy.c | if (raw_cmd.flags & (FD_RAW_WRITE | FD_RAW_READ)){ |
| FD_RAW_READ | 2899 | drivers/block/floppy.c | if ( raw_cmd.flags & ( FD_RAW_READ | FD_RAW_WRITE )) |
| FD_RAW_READ | 2907 | drivers/block/floppy.c | if ( raw_cmd.flags & FD_RAW_READ ){ |