HomeSort by: relevance | last modified time | path
    Searched refs:ITE_INGRF (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite_cl.c 157 if (ip->flags & ITE_INGRF)
183 if (ip->flags & ITE_INGRF)
203 if (ip->flags & ITE_INGRF)
ite_et.c 162 if (ip->flags & ITE_INGRF)
189 if (ip->flags & ITE_INGRF)
209 if (ip->flags & ITE_INGRF)
itevar.h 109 ITE_INGRF = 0x10, /* ite is in graphics mode */
ite.c 366 (ip->flags & (ITE_ACTIVE | ITE_INGRF)) != ITE_ACTIVE) {
648 ip->flags &= ~(ITE_INGRF | ITE_INITED);
652 ip->flags &= ~ITE_INGRF;
657 if (ip->flags & ITE_INGRF)
669 ip->flags |= ITE_INGRF;
673 (ip->flags & (ITE_INGRF | ITE_ISCONS | ITE_INITED)) == ITE_INITED)
1280 if ((ip->flags & (ITE_ACTIVE|ITE_INGRF)) != ITE_ACTIVE)
  /src/sys/arch/atari/dev/
itevar.h 111 ITE_INGRF = 0x10, /* ite is in graphics mode */
ite.c 336 (sc->flags & (ITE_ACTIVE | ITE_INGRF)) != ITE_ACTIVE) {
636 sc->flags &= ~(ITE_INGRF | ITE_INITED);
640 sc->flags &= ~ITE_INGRF;
645 if (sc->flags & ITE_INGRF)
657 sc->flags |= ITE_INGRF;
661 (sc->flags & (ITE_INGRF | ITE_ISCONS | ITE_INITED)) == ITE_INITED)
1360 if ((sc->flags & (ITE_ACTIVE|ITE_INGRF)) != ITE_ACTIVE)
  /src/sys/arch/x68k/dev/
itevar.h 134 #define ITE_INGRF 0x20 /* device in use as non-ITE */
ite.c 300 ip->flags &= ~(ITE_INGRF|ITE_INITED);
304 ip->flags &= ~ITE_INGRF;
309 if ((ip->flags & ITE_INGRF) != 0)
337 ip->flags |= ITE_INGRF;
342 (ip->flags & (ITE_INGRF | ITE_ISCONS | ITE_INITED)) == ITE_INITED)
1213 if ((ip->flags & (ITE_ACTIVE|ITE_INGRF)) != ITE_ACTIVE)
2894 (ip->flags & (ITE_ACTIVE|ITE_INGRF)) != ITE_ACTIVE) {

Completed in 34 milliseconds