Searched refs:SERIAL_SETMODE (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sbin/sconfig/ |
| HD | sconfig.c | 763 if (ioctl (fd, SERIAL_SETMODE, &mode) >= 0) in setup_chan() 767 if (ioctl (fd, SERIAL_SETMODE, &mode) >= 0) in setup_chan() 771 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 775 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 779 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 783 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 789 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 797 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan() 801 ioctl (fd, SERIAL_SETMODE, &mode); in setup_chan()
|
| /NextBSD/sys/i386/include/ |
| HD | cserial.h | 130 #define SERIAL_SETMODE _IOW ('x', 2, int) macro
|
| /NextBSD/sys/dev/cp/ |
| HD | if_cp.c | 1085 case SERIAL_SETMODE: in cp_ioctl()
|
| /NextBSD/sys/dev/ce/ |
| HD | if_ce.c | 1343 case SERIAL_SETMODE: in ce_ioctl()
|
| /NextBSD/sys/dev/cx/ |
| HD | if_cx.c | 1688 case SERIAL_SETMODE: in cx_ioctl()
|