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
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/isa/
fdvar.h
78
#define
FD_MOTOR
0x02 /* motor should be on */
/src/sys/arch/arc/jazz/
fd.c
166
#define
FD_MOTOR
0x02 /* motor should be on */
574
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
587
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
819
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
822
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
824
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
826
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/atari/dev/
hdfd.c
268
#define
FD_MOTOR
0x02 /* motor should be on */
748
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
761
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
992
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
995
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
997
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
999
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/acorn32/mainbus/
fd.c
238
#define
FD_MOTOR
0x02 /* motor should be on */
708
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
720
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
956
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
959
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
961
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
963
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/sparc64/dev/
fdc.c
312
#define
FD_MOTOR
0x02 /* motor should be on */
1188
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
1197
(fd->sc_flags &
FD_MOTOR
) != 0) {
1214
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1671
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
1674
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
1676
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1678
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/sparc/dev/
fd.c
280
#define
FD_MOTOR
0x02 /* motor should be on */
1010
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
1018
(fd->sc_flags &
FD_MOTOR
) != 0) {
1034
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1488
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
1491
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
1493
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1495
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/x68k/dev/
fd.c
241
#define
FD_MOTOR
0x04 /* motor should be on */
835
if (fd != NULL && (fd->sc_flags &
FD_MOTOR
) != 0)
851
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1152
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
1158
(ofd->sc_flags &
FD_MOTOR
) != 0) {
1161
~(
FD_MOTOR
| FD_MOTOR_WAIT);
1165
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
/src/sys/arch/sun3/dev/
fd.c
256
#define
FD_MOTOR
0x02 /* motor should be on */
802
if ((fd = fdc->sc_fd[n]) && (fd->sc_flags &
FD_MOTOR
))
819
fd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1214
if ((fd->sc_flags &
FD_MOTOR
) == 0) {
1217
if (ofd && ofd->sc_flags &
FD_MOTOR
) {
1219
ofd->sc_flags &= ~(
FD_MOTOR
| FD_MOTOR_WAIT);
1221
fd->sc_flags |=
FD_MOTOR
| FD_MOTOR_WAIT;
Completed in 46 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025