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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c349 int fdc_docmd(struct fdcntlr *, uchar_t *, uchar_t);
686 (void) fdc_docmd(fcp, &versioncmd, 1);
688 * Ignored return. If failed, warning was issued by fdc_docmd.
696 if (fdc_docmd(fcp, perpindcmd, 2) ||
697 fdc_docmd(fcp, configurecmd, 4))
759 (void) fdc_docmd(fcp, &nsccmd, 1);
761 * Ignored return. If failed, warning was issued by fdc_docmd.
1697 (void) fdc_docmd(fcp, configurecmd, 4);
1699 * Ignored return. If failed, warning was issued by fdc_docmd.
1710 (void) fdc_docmd(fc
3124 fdc_docmd(struct fdcntlr *fcp, uchar_t *oplistp, uchar_t count) function
[all...]

Completed in 48 milliseconds