Searched refs:ITE_ISCONS (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Ditevar.h102 ITE_ISCONS = 0x2, /* ite is acting console. */ enumerator in enum:ite_flags
H A Dite.c282 sc->flags |= ITE_ISCONS;
284 sc->flags |= ITE_ACTIVE | ITE_ISCONS;
656 (sc->flags & (ITE_INGRF | ITE_ISCONS | ITE_INITED)) == ITE_INITED)
H A Dite_et.c333 if (ip->flags & ITE_ISCONS)
H A Dite_cc.c367 if (ip->flags & ITE_ISCONS)
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Ditevar.h107 ITE_ISCONS = 0x2, /* ite is acting console. */ enumerator in enum:ite_flags
H A Dite.c308 ip->flags |= ITE_ACTIVE | ITE_ISCONS;
666 (ip->flags & (ITE_INGRF | ITE_ISCONS | ITE_INITED)) == ITE_INITED)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Ditevar.h109 #define ITE_ISCONS 0x08 /* device is console */ macro
H A Dite.c320 (ip->flags & (ITE_INGRF|ITE_ISCONS|ITE_INITED)) == ITE_INITED)
330 if ((flag & 2) == 0 && (ip->flags & ITE_ISCONS) == 0) {
2351 ip->flags |= ITE_ACTIVE | ITE_ISCONS;

Completed in 86 milliseconds