Searched refs:canstream (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dct.c246 int i, id, n, type, canstream; local
248 type = canstream = 0;
293 canstream = 1;
304 sc->sc_flags = canstream ? CTF_CANSTREAM : 0;
306 canstream ? "streaming " : "");
/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dct.c244 int type, i, n, canstream = 0; local
298 canstream = 1;
311 sc->sc_flags = canstream ? CTF_CANSTREAM : 0;
313 canstream ? "streaming " : "");

Completed in 118 milliseconds