OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025