Searched refs:zs_modem (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | z8530tty.c | 176 static void zs_modem(struct zstty_softc *zst, int onoff); 297 zs_modem(zst, (zst->zst_swflags & TIOCFLAG_SOFTCAR) ? 1 : 0); 378 zs_modem(zst, 1); 408 zs_modem(zst, 0); 452 zs_modem(zst, 0); 553 zs_modem(zst, 1); 557 zs_modem(zst, 0); 695 zs_modem(zst, 0); 792 zs_modem(zst, onoff) in zs_modem() function 1198 zs_modem(zst, c);
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | z8530tty.c | 219 void zs_modem(struct zstty_softc *, int); 395 zs_modem(zst, 1); 409 zs_modem(zst, 0); 460 zs_modem(zst, 0); 596 zs_modem(zst, 1); 758 zs_modem(zst, 1); 762 zs_modem(zst, 0); 1089 zs_modem(zst, onoff) in zs_modem() function
|
| D | z8530kbd.c | 223 static void zs_modem(struct zskbd_softc *, int); 399 zs_modem(zst, 1); 404 zs_modem(zst, 0); 761 zs_modem(zst, onoff) in zs_modem() function
|