Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c92 static uchar_t recalcmd[2] = {FO_RECAL, 0}; variable
2864 recalcmd[1] = (uchar_t)unit; in fdc_statemach()
2865 if (fdc_docmd(fcp, recalcmd, 2) == -1) { in fdc_statemach()