Lines Matching refs:sarg
203 int sarg = 0; in tty_serial_ioctl() local
205 ioctl(fioc->fd, TIOCMGET, &sarg); in tty_serial_ioctl()
207 if (sarg & TIOCM_CTS) { in tty_serial_ioctl()
210 if (sarg & TIOCM_CAR) { in tty_serial_ioctl()
213 if (sarg & TIOCM_DSR) { in tty_serial_ioctl()
216 if (sarg & TIOCM_RI) { in tty_serial_ioctl()
219 if (sarg & TIOCM_DTR) { in tty_serial_ioctl()
222 if (sarg & TIOCM_RTS) { in tty_serial_ioctl()
229 int sarg = *(int *)arg; in tty_serial_ioctl() local
234 if (sarg & CHR_TIOCM_CTS) { in tty_serial_ioctl()
237 if (sarg & CHR_TIOCM_CAR) { in tty_serial_ioctl()
240 if (sarg & CHR_TIOCM_DSR) { in tty_serial_ioctl()
243 if (sarg & CHR_TIOCM_RI) { in tty_serial_ioctl()
246 if (sarg & CHR_TIOCM_DTR) { in tty_serial_ioctl()
249 if (sarg & CHR_TIOCM_RTS) { in tty_serial_ioctl()