| tag | line | file | source code |
| FD_RAW_NEED_DISK | 1401 | drivers/block/floppy.c | } else if (flags & FD_RAW_NEED_DISK) |
| FD_RAW_NEED_DISK | 1476 | drivers/block/floppy.c | (raw_cmd->flags & FD_RAW_NEED_DISK)){ |
| FD_RAW_NEED_DISK | 1490 | drivers/block/floppy.c | (raw_cmd->flags & FD_RAW_NEED_DISK) && |
| FD_RAW_NEED_DISK | 1831 | drivers/block/floppy.c | if (raw_cmd->flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)){ |
| FD_RAW_NEED_DISK | 2390 | drivers/block/floppy.c | raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_DISK | |
| FD_RAW_NEED_DISK | 3313 | drivers/block/floppy.c | CALL(poll_drive(1, FD_RAW_NEED_DISK)); |
| FD_RAW_NEED_DISK | 3347 | drivers/block/floppy.c | CALL(poll_drive(1, FD_RAW_NEED_DISK)); |
| FD_RAW_NEED_DISK | 3662 | drivers/block/floppy.c | poll_drive(0, FD_RAW_NEED_DISK); |