Home
last modified time | relevance | path

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

/original-bsd/sys/hp300/dev/
H A Drd.c48 struct buf rdtab[NRD]; variable
446 while (rdtab[unit].b_active) {
448 sleep((caddr_t)&rdtab[unit], PRIBIO);
463 register struct buf *dp = &rdtab[unit];
533 bp = rdtab[unit].b_actf;
546 register struct buf *dp = &rdtab[unit];
622 if (rdtab[unit].b_errcnt++ < RDRETRY)
643 struct buf *bp = rdtab[unit].b_actf;
710 if (rdtab[unit].b_errcnt++ < RDRETRY) {
817 if (rdtab[unit].b_errcnt < rderrthresh)
[all …]