Lines Matching defs:here
1736 /* We have to clear the reset flag here, because apparently on boxes
1741 * handler here, and thus we have to fear no interference of other
1954 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt ... */
1977 * here ends the bottom half. Exported routines are:
2147 } *here = (struct fparm *)floppy_track_buffer;
2186 here[count].track = format_req.track;
2187 here[count].head = format_req.head;
2188 here[count].sect = 0;
2189 here[count].size = raw_cmd->cmd[F_SIZECODE];
2193 here[n].sect = count;
2195 if (here[n].sect) { /* sector busy, find next free sector */
2199 while (here[n].sect)
2206 here[count].sect += FD_SECTBASE(_floppy) - 1;
2533 * All floppy_track_buffer handling goes in here. If we ever add track buffer
2534 * allocation on the fly, it should be done here. No other part should need
2687 * if we get here, we know that the write
3927 /* FIXME: additional physical CMOS drive detection should go here */