OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITE_ACTIVE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/atari/dev/
ite.c
295
sc->flags |=
ITE_ACTIVE
| ITE_ISCONS;
336
(sc->flags & (
ITE_ACTIVE
| ITE_INGRF)) !=
ITE_ACTIVE
) {
409
if ((sc->flags &
ITE_ACTIVE
) == 0) {
635
sc->flags |=
ITE_ACTIVE
;
641
if ((sc->flags &
ITE_ACTIVE
) == 0)
644
sc->flags |=
ITE_ACTIVE
;
658
if ((sc->flags &
ITE_ACTIVE
) == 0)
664
sc->flags &= ~
ITE_ACTIVE
;
680
if (sc->flags &
ITE_ACTIVE
)
[
all
...]
itevar.h
112
ITE_ACTIVE
= 0x20, /* ite is an active terminal */
/src/sys/arch/amiga/dev/
itevar.h
110
ITE_ACTIVE
= 0x20, /* ite is an active terminal */
ite.c
318
ip->flags |=
ITE_ACTIVE
| ITE_ISCONS;
366
(ip->flags & (
ITE_ACTIVE
| ITE_INGRF)) !=
ITE_ACTIVE
) {
442
if ((ip->flags &
ITE_ACTIVE
) == 0) {
647
ip->flags |=
ITE_ACTIVE
;
653
if ((ip->flags &
ITE_ACTIVE
) == 0)
656
ip->flags |=
ITE_ACTIVE
;
670
if ((ip->flags &
ITE_ACTIVE
) == 0)
677
ip->flags &= ~
ITE_ACTIVE
;
1280
if ((ip->flags & (
ITE_ACTIVE
|ITE_INGRF)) != ITE_ACTIVE
[
all
...]
/src/sys/arch/x68k/dev/
ite.c
299
ip->flags |=
ITE_ACTIVE
;
305
if ((ip->flags &
ITE_ACTIVE
) == 0)
308
ip->flags |=
ITE_ACTIVE
;
339
if ((ip->flags &
ITE_ACTIVE
) == 0)
348
* If we don't revent the
ITE_ACTIVE
bit from being
353
ip->flags &= ~
ITE_ACTIVE
;
383
if ((ip->flags &
ITE_ACTIVE
) == 0) {
1213
if ((ip->flags & (
ITE_ACTIVE
|ITE_INGRF)) !=
ITE_ACTIVE
)
2847
ip->flags |=
ITE_ACTIVE
| ITE_ISCONS
[
all
...]
itevar.h
133
#define
ITE_ACTIVE
0x10 /* device is being used as ITE */
Completed in 16 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025