OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITE_INITED
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/amiga/dev/
itevar.h
107
ITE_INITED
= 0x4, /* ite has been inited. */
ite_cl.c
145
ip->flags &= ~
ITE_INITED
;
ite_cv.c
119
ip->flags &= ~
ITE_INITED
;
ite_cv3d.c
119
ip->flags &= ~
ITE_INITED
;
ite_et.c
150
ip->flags &= ~
ITE_INITED
;
ite_rh.c
186
ip->flags &= ~
ITE_INITED
;
ite.c
394
if (ip->flags &
ITE_INITED
)
412
ip->flags |=
ITE_INITED
;
648
ip->flags &= ~(ITE_INGRF |
ITE_INITED
);
673
(ip->flags & (ITE_INGRF | ITE_ISCONS |
ITE_INITED
)) ==
ITE_INITED
)
688
ip->flags &= ~
ITE_INITED
;
ite_rt.c
394
ip->flags &= ~
ITE_INITED
;
ite_ul.c
371
ip->flags &= ~
ITE_INITED
;
ite_cc.c
381
ip->flags &= ~
ITE_INITED
;
/src/sys/arch/atari/dev/
itevar.h
109
ITE_INITED
= 0x4, /* ite has been inited. */
ite.c
360
if (sc->flags &
ITE_INITED
)
378
sc->flags |=
ITE_INITED
;
636
sc->flags &= ~(ITE_INGRF |
ITE_INITED
);
661
(sc->flags & (ITE_INGRF | ITE_ISCONS |
ITE_INITED
)) ==
ITE_INITED
)
674
if (sc == NULL || (sc->flags & (ITE_ATTACHED |
ITE_INITED
)) == 0)
703
sc->flags &= ~
ITE_INITED
;
ite_et.c
288
ip->flags &= ~
ITE_INITED
;
ite_cc.c
323
ip->flags &= ~
ITE_INITED
;
/src/sys/arch/x68k/dev/
itevar.h
130
#define
ITE_INITED
0x02 /* device has been initialized */
ite.c
254
if (ip->flags &
ITE_INITED
)
270
ip->flags |=
ITE_INITED
;
300
ip->flags &= ~(ITE_INGRF|
ITE_INITED
);
342
(ip->flags & (ITE_INGRF | ITE_ISCONS |
ITE_INITED
)) ==
ITE_INITED
)
565
ip->flags &= ~
ITE_INITED
;
ite_tv.c
230
ip->flags &= ~
ITE_INITED
; /* XXX? */
Completed in 22 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025