| tag | line | file | source code |
| tmp_floppy_area | 268 | drivers/block/floppy.c | extern char tmp_floppy_area[BLOCK_SIZE]; |
| tmp_floppy_area | 449 | drivers/block/floppy.c | addr = (long) tmp_floppy_area; |
| tmp_floppy_area | 461 | drivers/block/floppy.c | addr = (long) tmp_floppy_area; |
| tmp_floppy_area | 463 | drivers/block/floppy.c | copy_buffer(CURRENT->buffer,tmp_floppy_area); |
| tmp_floppy_area | 699 | drivers/block/floppy.c | copy_buffer(tmp_floppy_area,CURRENT->buffer); |
| tmp_floppy_area | 974 | drivers/block/floppy.c | unsigned char *here = (unsigned char *) tmp_floppy_area; |