taglinefilesource code
here971drivers/block/floppy.cunsigned char *here = (unsigned char *) tmp_floppy_area;
here984drivers/block/floppy.c*here++ = track;
here985drivers/block/floppy.c*here++ = head;
here986drivers/block/floppy.c*here++ = 1 + (( count + total_shift ) % floppy->sect);
here987drivers/block/floppy.c*here++ = 2; /* 512 bytes */