Home
last modified time | relevance | path

Searched refs:SERIAL_GETLCODE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/i386/include/
H A Dcserial.h376 #define SERIAL_GETLCODE _IOR ('x', 40, int) macro
/freebsd-12.1/sbin/sconfig/
H A Dsconfig.c615 ami_valid = ioctl (fd, SERIAL_GETLCODE, &ami) >= 0; in print_chan()