Home
last modified time | relevance | path

Searched refs:CTF_ALIVE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dct.c141 #define CTF_ALIVE 0x02 macro
342 sc->sc_flags |= CTF_ALIVE; in ctattach()
353 if (sc == NULL || (sc->sc_flags & CTF_ALIVE) == 0) in ctopen()
/netbsd-src/sys/arch/hp300/dev/
H A Dct.c131 #define CTF_ALIVE 0x02 macro
254 sc->sc_flags |= CTF_ALIVE; in ctattach()
382 if ((sc->sc_flags & CTF_ALIVE) == 0) in ctopen()