OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FD_MOTOR_WAIT
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/isa/
fdvar.h
79
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
/src/sys/arch/arc/jazz/
fd.c
167
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
587
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
600
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
815
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
824
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
826
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1026
if (fd->sc_flags &
FD_MOTOR_WAIT
)
/src/sys/arch/atari/dev/
hdfd.c
269
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
761
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
774
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
988
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
997
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
999
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1234
if (fd->sc_flags &
FD_MOTOR_WAIT
)
/src/sys/arch/acorn32/mainbus/
fd.c
239
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
720
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
733
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
952
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
961
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
963
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1215
if (fd->sc_flags &
FD_MOTOR_WAIT
)
/src/sys/arch/sparc64/dev/
fdc.c
313
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
1214
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
1227
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1667
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
1676
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
1678
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1686
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
2035
if (fd->sc_flags &
FD_MOTOR_WAIT
)
/src/sys/arch/sparc/dev/
fd.c
281
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
1034
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
1047
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1484
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
1493
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
1495
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1503
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1848
if (fd->sc_flags &
FD_MOTOR_WAIT
)
/src/sys/arch/x68k/dev/
fd.c
242
#define
FD_MOTOR_WAIT
0x08 /* motor coming up */
851
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
871
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1148
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
1161
~(FD_MOTOR |
FD_MOTOR_WAIT
);
1165
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1537
if (fd->sc_flags &
FD_MOTOR_WAIT
)
1541
KASSERT(fd->sc_flags &
FD_MOTOR_WAIT
);
1550
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
/src/sys/arch/sun3/dev/
fd.c
257
#define
FD_MOTOR_WAIT
0x04 /* motor coming up */
819
fd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
832
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1210
if ((fd->sc_flags &
FD_MOTOR_WAIT
) != 0) {
1219
ofd->sc_flags &= ~(FD_MOTOR |
FD_MOTOR_WAIT
);
1221
fd->sc_flags |= FD_MOTOR |
FD_MOTOR_WAIT
;
1229
fd->sc_flags &= ~
FD_MOTOR_WAIT
;
1526
if (fd->sc_flags &
FD_MOTOR_WAIT
)
Completed in 20 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025