Home
last modified time | relevance | path

Searched refs:tmscpwtab (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/vax/uba/
H A Dtmscp.c215 struct buf tmscpwtab[NTMSCP]; /* I/O wait queue, per controller */ variable
599 bp = &tmscpwtab[d];
1292 dp = &tmscpwtab[um->um_ctlr];
1515 if ((tmscpwtab[um->um_ctlr].av_forw == &tmscpwtab[um->um_ctlr]) &&
1739 && tmscpwtab[um->um_ctlr].av_forw == &tmscpwtab[um->um_ctlr])
2010 for (bp = tmscpwtab[d].av_forw; bp != &tmscpwtab[d]; bp = nbp)