/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 " : "");
|
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 " : "");
|
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 " : "");
|