Home
last modified time | relevance | path

Searched refs:SERIAL_ASYNC (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/i386/include/
HDcserial.h132 #define SERIAL_ASYNC 1 macro
/NextBSD/sbin/sconfig/
HDsconfig.c762 mode = SERIAL_ASYNC; in setup_chan()
806 if (!mode_valid || mode != SERIAL_ASYNC) { in setup_chan()
/NextBSD/sys/dev/cx/
HDif_cx.c1683 SERIAL_ASYNC : SERIAL_HDLC; in cx_ioctl()
1705 (*(int*)data == SERIAL_ASYNC)) in cx_ioctl()
1710 if (c->mode == M_HDLC && *(int*)data == SERIAL_ASYNC) { in cx_ioctl()