Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d203 enum CREAD = 0x0000080; // 0000200 in version() local
300 enum CREAD = 0x0000800; in version() local
397 enum CREAD = 0x0000800; in version() local
494 enum CREAD = 0x0000800; in version() local
591 enum CREAD = 0x0000800; in version() local
688 enum CREAD = 0x0000800; in version() local
770 enum CREAD = 0x000080; in version() local
/netbsd-src/usr.sbin/moused/
H A Dmoused.c319 (CS7 | CREAD | CLOCAL | HUPCL ), /* MicroSoft */
320 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* MouseSystems */
321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* Logitech */
322 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL ), /* MMSeries */
323 (CS7 | CREAD | CLOCAL | HUPCL ), /* MouseMan */
327 (CS8 | CREAD | CLOCAL | HUPCL ), /* MM HitTablet */
328 (CS7 | CREAD | CLOCAL | HUPCL ), /* GlidePoint */
329 (CS7 | CREAD | CLOCAL | HUPCL ), /* IntelliMouse */
330 (CS7 | CREAD | CLOCAL | HUPCL ), /* Thinking Mouse */
331 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* sysmouse */
[all …]
/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c65 { "cread", CREAD, 0 },
66 { "-cread", 0, CREAD },
/netbsd-src/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c389 term.c_cflag = CS8|CREAD|CLOCAL; in main()
391 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/netbsd-src/sys/arch/macppc/dev/
H A Dcom_mainbus.c102 comcnattach(iot, iobase, 9600, 1843200, COM_TYPE_NORMAL, (CREAD | CS8)); in com_mainbus_attach()
/netbsd-src/sbin/slattach/
H A Dslattach.c129 tty.c_cflag = CREAD | CS8 | cflag; in main()
/netbsd-src/sys/sys/
H A Dttydefaults.h51 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A Dtermios.h137 #define CREAD 0x00000800U /* enable receiver */ macro
/netbsd-src/sys/arch/sparc/dev/
H A Dcom_ebus.c106 COM_TYPE_NORMAL, (CLOCAL | CREAD | CS8)); in com_ebus_attach()
H A Dcom_obio.c191 COM_TYPE_NORMAL, (CLOCAL | CREAD | CS8)); in com_obio_attach()
/netbsd-src/sys/arch/x68k/dev/
H A Dzs.c81 int zs_def_cflag = (CREAD | CS8 | HUPCL);
82 int zscn_def_cflag = (CREAD | CS8 | HUPCL);
/netbsd-src/usr.sbin/irdaattach/
H A Dirdaattach.c112 tty.c_cflag = CREAD | CS8 | cflag; in main()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h236 bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_CREAD, CREAD); in linux32_termio_to_bsd_termios()
319 lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, CREAD, LINUX_CREAD); in bsd_termios_to_linux32_termio()
410 bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_CREAD, CREAD); in linux32_termios_to_bsd_termios()
511 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CREAD, LINUX_CREAD); in bsd_termios_to_linux32_termios()
/netbsd-src/sys/arch/newsmips/dev/
H A Dzs.c68 int zs_def_cflag = (CREAD | CS8 | HUPCL);
/netbsd-src/bin/stty/
H A Dmodes.c67 { "cread", CREAD },
H A Dprint.c141 put("-cread", CREAD, 1); in print()
/netbsd-src/sys/arch/ews4800mips/dev/
H A Dzs.c65 int zs_def_cflag = (CREAD | CS8 | HUPCL);
/netbsd-src/sys/arch/sparc64/dev/
H A Dcom_ebus.c188 kma.kmta_cflag = (CREAD | CS8 | HUPCL); in com_ebus_attach()
/netbsd-src/usr.bin/tset/
H A Dset.c125 mode.c_cflag |= (CS8 | CREAD); in reset_mode()
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c212 r |= ((l & 0x00000080) ? CREAD : 0); in stios2btios()
345 r |= ((l & CREAD) ? 0x00000080 : 0); in btios2stios()
/netbsd-src/sys/arch/cesfic/dev/
H A Dzs.c141 cs->cs_defcflag = CREAD | CS8 | HUPCL; in zs_config()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_datum.c278 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
/netbsd-src/sys/arch/mvme68k/dev/
H A Dzs.c74 int zs_def_cflag = (CREAD | CS8 | HUPCL);
/netbsd-src/sys/arch/cobalt/dev/
H A Dzs.c69 int zs_def_cflag = (CREAD | CS8 | HUPCL);
/netbsd-src/sys/arch/sun2/dev/
H A Dzs.c84 int zs_def_cflag = (CREAD | CS8 | HUPCL);

12