OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ID_IS_BOUNCING
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/alpha/isa/
isadma_bounce.c
80
#define
ID_IS_BOUNCING
0x04 /* map is bouncing current xfer */
298
cookie->id_flags |=
ID_IS_BOUNCING
;
369
cookie->id_flags |=
ID_IS_BOUNCING
;
413
cookie->id_flags &= ~
ID_IS_BOUNCING
;
451
if ((cookie->id_flags &
ID_IS_BOUNCING
) == 0) {
/src/sys/arch/arc/isa/
isadma_bounce.c
81
#define
ID_IS_BOUNCING
0x04 /* map is bouncing current xfer */
336
cookie->id_flags |=
ID_IS_BOUNCING
;
406
cookie->id_flags |=
ID_IS_BOUNCING
;
449
cookie->id_flags &= ~
ID_IS_BOUNCING
;
490
if ((cookie->id_flags &
ID_IS_BOUNCING
) == 0) {
/src/sys/arch/atari/isa/
isa_dma.c
84
#define
ID_IS_BOUNCING
0x04 /* map is bouncing current xfer */
358
cookie->id_flags |=
ID_IS_BOUNCING
;
430
cookie->id_flags |=
ID_IS_BOUNCING
;
471
cookie->id_flags &= ~
ID_IS_BOUNCING
;
507
if ((cookie->id_flags &
ID_IS_BOUNCING
) == 0)
/src/sys/arch/powerpc/isa/
isadma_machdep.c
83
#define
ID_IS_BOUNCING
0x04 /* map is bouncing current xfer */
339
cookie->id_flags |=
ID_IS_BOUNCING
;
411
cookie->id_flags |=
ID_IS_BOUNCING
;
454
cookie->id_flags &= ~
ID_IS_BOUNCING
;
491
if ((cookie->id_flags &
ID_IS_BOUNCING
) == 0)
/src/sys/arch/x68k/dev/
intiovar.h
179
#define
ID_IS_BOUNCING
0x04 /* map is bouncing current xfer */
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025