sys/dev/ic/wdc.c
1333
error = __wdcwait(chp, mask, bits, timeout, tfd);
sys/dev/ic/wdc.c
1335
error = __wdcwait(chp, mask, bits, WDCDELAY_POLL, tfd);
sys/dev/ic/wdc.c
1343
if (__wdcwait(chp, mask, bits,
sys/dev/ic/wdc.c
158
static int __wdcwait(struct ata_channel *, int, int, int, int *);