Searched defs:fdc_result (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c350 int fdc_result(struct fdcntlr *, uchar_t *, uchar_t);
691 if (!fdc_result(fcp, &result, 1) && result == 0x90) {
702 (void) fdc_result(fcp, &result, 1);
705 * issued by fdc_result.
764 if (!fdc_result(fcp, &result, 1) && result != S0_IVCMD) {
1659 drv_usecwait(16); /* See comment in fdc_result() */
1756 if (rval = fdc_result(fcp, &senser, 1))
1778 if (!(rval = fdc_result(fcp, senser, 2))) {
2890 (void) fdc_result(fcp, csb->csb_rslt, 2);
2892 * Ignored return. If failed, warning was issued by fdc_result
3163 fdc_result(struct fdcntlr *fcp, uchar_t *rsltp, uchar_t rcount) function
[all...]

Completed in 174 milliseconds