HomeSort by: relevance | last modified time | path
    Searched refs:next_intr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
haltwo.c 215 int next_intr; local in function:haltwo_setup_dma
219 next_intr = blksize;
232 KASSERT(next_intr >= segp->ds_len);
234 if (next_intr == segp->ds_len) {
237 next_intr = blksize;
239 next_intr -= segp->ds_len;
haltwo.c 215 int next_intr; local in function:haltwo_setup_dma
219 next_intr = blksize;
232 KASSERT(next_intr >= segp->ds_len);
234 if (next_intr == segp->ds_len) {
237 next_intr = blksize;
239 next_intr -= segp->ds_len;
  /src/sys/arch/sparc64/dev/
ebus.c 355 goto next_intr;
359 next_intr:;
ebus.c 355 goto next_intr;
359 next_intr:;

Completed in 24 milliseconds