HomeSort by: relevance | last modified time | path
    Searched defs:canstream (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/gpib/
ct.c 261 int type, i, n, canstream = 0; local in function:ctattach
317 canstream = 1;
330 sc->sc_flags = canstream ? CTF_CANSTREAM : 0;
332 canstream ? "streaming " : "");
  /src/sys/arch/hp300/dev/
ct.c 263 int i, id, n, type, canstream; local in function:ctident
265 type = canstream = 0;
310 canstream = 1;
321 sc->sc_flags = canstream ? CTF_CANSTREAM : 0;
323 canstream ? "streaming " : "");

Completed in 12 milliseconds