tag | line | file | source code |
FD_RAW_NEED_DISK | 1395 | drivers/block/floppy.c | } else if ( flags & FD_RAW_NEED_DISK ) |
FD_RAW_NEED_DISK | 1470 | drivers/block/floppy.c | (raw_cmd.flags & FD_RAW_NEED_DISK)){ |
FD_RAW_NEED_DISK | 1484 | drivers/block/floppy.c | (raw_cmd.flags & FD_RAW_NEED_DISK) && |
FD_RAW_NEED_DISK | 1815 | drivers/block/floppy.c | if ( raw_cmd.flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)){ |
FD_RAW_NEED_DISK | 2386 | drivers/block/floppy.c | raw_cmd.flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_DISK | |
FD_RAW_NEED_DISK | 2958 | drivers/block/floppy.c | CALL(poll_drive(1, FD_RAW_NEED_DISK)); |
FD_RAW_NEED_DISK | 3378 | drivers/block/floppy.c | poll_drive(0, FD_RAW_NEED_DISK); |