Lines Matching refs:fp

1517 			   char *fp, int count)  in n_tty_receive_buf_real_raw()  argument
1537 char *fp, int count) in n_tty_receive_buf_raw() argument
1543 if (fp) in n_tty_receive_buf_raw()
1544 flag = *fp++; in n_tty_receive_buf_raw()
1554 char *fp, int count) in n_tty_receive_buf_closing() argument
1559 if (fp) in n_tty_receive_buf_closing()
1560 flag = *fp++; in n_tty_receive_buf_closing()
1570 char *fp, int count) in n_tty_receive_buf_standard() argument
1576 if (fp) in n_tty_receive_buf_standard()
1577 flag = *fp++; in n_tty_receive_buf_standard()
1592 if (fp) in n_tty_receive_buf_standard()
1593 flag = *fp++; in n_tty_receive_buf_standard()
1604 char *fp, int count) in n_tty_receive_buf_fast() argument
1610 if (fp) in n_tty_receive_buf_fast()
1611 flag = *fp++; in n_tty_receive_buf_fast()
1618 if (fp) in n_tty_receive_buf_fast()
1619 flag = *fp++; in n_tty_receive_buf_fast()
1629 char *fp, int count) in __receive_buf() argument
1635 n_tty_receive_buf_real_raw(tty, cp, fp, count); in __receive_buf()
1637 n_tty_receive_buf_raw(tty, cp, fp, count); in __receive_buf()
1639 n_tty_receive_buf_closing(tty, cp, fp, count); in __receive_buf()
1644 if (fp) in __receive_buf()
1645 flag = *fp++; in __receive_buf()
1651 n_tty_receive_buf_fast(tty, cp, fp, count); in __receive_buf()
1653 n_tty_receive_buf_standard(tty, cp, fp, count); in __receive_buf()
1707 char *fp, int count, int flow) in n_tty_receive_buf_common() argument
1748 if (!overflow || !fp || *fp != TTY_PARITY) in n_tty_receive_buf_common()
1749 __receive_buf(tty, cp, fp, n); in n_tty_receive_buf_common()
1752 if (fp) in n_tty_receive_buf_common()
1753 fp += n; in n_tty_receive_buf_common()
1776 char *fp, int count) in n_tty_receive_buf() argument
1778 n_tty_receive_buf_common(tty, cp, fp, count, 0); in n_tty_receive_buf()
1782 char *fp, int count) in n_tty_receive_buf2() argument
1784 return n_tty_receive_buf_common(tty, cp, fp, count, 1); in n_tty_receive_buf2()