Home | History | Annotate | Download | only in dev

Lines Matching defs:fd_state

124 static short	fd_state = FLP_IDLE;	/* Current driver state		*/
356 fd_state = FLP_MON;
636 if (fd_state & FLP_MON)
638 fd_state = FLP_IDLE;
675 fd_state = FLP_STAT;
696 fd_state = FLP_XFER; /* Yes, we're going to transfer */
722 if (fd_state != FLP_STAT) {
743 fd_state = FLP_MON;
767 fd_state = FLP_IDLE;
837 switch (fd_state) {
858 panic("fd_xfer: wrong state (0x%x)", fd_state);
989 if (fd_state == FLP_STAT) {
1000 fd_state = FLP_MON;
1016 if (fd_state == FLP_STAT) {
1032 fd_state = FLP_MON;
1034 if (fd_state == FLP_MON)
1057 printf("fd_xfer_ok: cmd: 0x%x, state: 0x%x\n", fd_cmd, fd_state);
1133 if (fd_state == FLP_STAT) {
1160 printf("fdmotoroff, state = 0x%x\n", fd_state);
1163 switch (fd_state) {
1192 fd_state = FLP_IDLE;
1244 if ((fd_state == FLP_MON) && selected) {
1248 fd_state = FLP_IDLE;