Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1938 old_mstate = fcp->c_mtrstate[unit]; in fdc_motorsm()
1947 fcp->c_mtrstate[unit] = FMS_ON; in fdc_motorsm()
1952 fcp->c_mtrstate[unit] = FMS_IDLE; in fdc_motorsm()
1957 fcp->c_mtrstate[unit] = FMS_OFF; in fdc_motorsm()
1973 fcp->c_mtrstate[unit] = 86; in fdc_motorsm()
1978 fcp->c_mtrstate[unit] = FMS_ON; in fdc_motorsm()
1999 fcp->c_mtrstate[unit] = 86; in fdc_motorsm()
2007 fcp->c_mtrstate[unit] = FMS_START; in fdc_motorsm()
2020 fcp->c_mtrstate[unit] = 86; in fdc_motorsm()
2050 fcp->c_mtrstate[unit] = FMS_OFF; in fdc_motorsm()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h308 enum fmtrstate c_mtrstate[NFDUN]; member