HomeSort by: relevance | last modified time | path
    Searched defs:fd_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
fd.c 124 static short fd_state = FLP_IDLE; /* Current driver state */ variable in typeref:typename:short
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) {
    [all...]
fd.c 124 static short fd_state = FLP_IDLE; /* Current driver state */ variable in typeref:typename:short
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) {
    [all...]

Completed in 58 milliseconds