Searched defs:TIOCSBRK (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py270 TIOCSBRK = hasattr(TERMIOS, 'TIOCSBRK') and TERMIOS.TIOCSBRK or 0x5427 variable
546 fcntl.ioctl(self.fd, TIOCSBRK)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dioctls.h77 #define TIOCSBRK 0x5427 /* BSD compatibility */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dioctls.h57 #define TIOCSBRK 0x5427 /* BSD compatibility */ macro

Completed in 173 milliseconds