Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c348 static int fdc_statemach(struct fdcntlr *);
2092 newxstate = fdc_statemach(fcp); in fdmotort()
2300 if ((fdc_statemach(fcp) == FXS_DOWT) && !sleep) { in fdc_exec()
2312 if (fdc_statemach(fcp) == -1) { in fdc_exec()
2652 if ((newstate = fdc_statemach(fcp)) == -1) { in fdc_intr()
2714 (void) fdc_statemach(fcp); in fdc_intr()
2799 (void) fdc_statemach(fcp); in fdwatch()
2824 fdc_statemach(struct fdcntlr *fcp) in fdc_statemach() function