HomeSort by: relevance | last modified time | path
    Searched defs:__wdcwait (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
wdc.c 158 static int __wdcwait(struct ata_channel *, int, int, int, int *);
1205 __wdcwait(struct ata_channel *chp, int mask, int bits, int timeout, int *tfd) function in typeref:typename:int
1213 ATADEBUG_PRINT(("__wdcwait %s:%d\n",
1226 ATADEBUG_PRINT(("__wdcwait: timeout (time=%d), "
1239 printf("__wdcwait: did busy-wait, time=%d\n", xtime);
1269 * Call __wdcwait(), polling using kpause() or waking up the kernel
1282 error = __wdcwait(chp, mask, bits, timeout, tfd);
1284 error = __wdcwait(chp, mask, bits, WDCDELAY_POLL, tfd);
1292 if (__wdcwait(chp, mask, bits,

Completed in 12 milliseconds