dhu.c | 181 static unsigned dhumctl(struct dhu_softc *,int, int, int); 347 (void) dhumctl(sc, line, 0, DMSET); 474 if (dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS) & DML_DCD) 503 (void) dhumctl(sc, line, DML_BRK, DMBIC); 508 (void) dhumctl(sc, line, 0, DMSET); 561 (void) dhumctl(sc, line, DML_BRK, DMBIS); 565 (void) dhumctl(sc, line, DML_BRK, DMBIC); 569 (void) dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS); 573 (void) dhumctl(sc, line, DML_DTR|DML_RTS, DMBIC); 577 (void) dhumctl(sc, line, *(int *)data, DMSET) 792 dhumctl(struct dhu_softc *sc, int line, int bits, int how) function in typeref:typename:unsigned int [all...] |