Home
last modified time | relevance | path

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

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