Searched refs:SERIAL_HDLC (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c766 mode = SERIAL_HDLC;
770 mode = SERIAL_HDLC;
774 mode = SERIAL_HDLC;
778 mode = SERIAL_HDLC;
782 mode = SERIAL_HDLC;
788 mode = SERIAL_HDLC;
796 mode = SERIAL_HDLC;
800 mode = SERIAL_HDLC;
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h133 #define SERIAL_HDLC 2 macro
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1339 *(int*)data = SERIAL_HDLC;
1353 if (*(int*)data != SERIAL_HDLC)
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1081 *(int*)data = SERIAL_HDLC;
1089 if (*(int*)data != SERIAL_HDLC)
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1684 SERIAL_ASYNC : SERIAL_HDLC;
1715 } else if (c->mode == M_ASYNC && *(int*)data == SERIAL_HDLC) {
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1301 *(int*)data = SERIAL_HDLC;

Completed in 112 milliseconds