Lines Matching refs:fcntl
15 import sys, os, fcntl, termios, struct, select, errno, time
27 FCNTL = fcntl
145 import array, fcntl
148 fcntl.ioctl(port.fd, IOSSIOSPEED, buf, 1)
449 s = fcntl.ioctl(self.fd, TIOCINQ, TIOCM_zero_str)
546 fcntl.ioctl(self.fd, TIOCSBRK)
548 fcntl.ioctl(self.fd, TIOCCBRK)
554 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
556 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_RTS_str)
562 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_DTR_str)
564 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_DTR_str)
569 s = fcntl.ioctl(self.fd, TIOCMGET, TIOCM_zero_str)
575 s = fcntl.ioctl(self.fd, TIOCMGET, TIOCM_zero_str)
581 s = fcntl.ioctl(self.fd, TIOCMGET, TIOCM_zero_str)
587 s = fcntl.ioctl(self.fd, TIOCMGET, TIOCM_zero_str)
595 s = fcntl.ioctl(self.fd, TIOCOUTQ, TIOCM_zero_str)
606 fcntl.fcntl(self.fd, FCNTL.F_SETFL, os.O_NONBLOCK)