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:
2146 } *here = (struct fparm *)floppy_track_buffer;
2185 here[count].track = format_req.track;
2186 here[count].head = format_req.head;
2187 here[count].sect = 0;
2188 here[count].size = raw_cmd->cmd[F_SIZECODE];
2192 here[n].sect = count;
2194 if (here[n].sect) { /* sector busy, find next free sector */
2198 while (here[n].sect)
2205 here[count].sect += FD_SECTBASE(_floppy) - 1;
2560 * All floppy_track_buffer handling goes in here. If we ever add track buffer
2561 * allocation on the fly, it should be done here. No other part should need
2699 * Do NOT use minimum() here---MAX_DMA_ADDRESS is 64 bits wide
2762 * if we get here, we know that the write
4017 /* FIXME: additional physical CMOS drive detection should go here */