Lines Matching refs:fp

1510 			   char *fp, int count)  in n_tty_receive_buf_real_raw()  argument
1530 char *fp, int count) in n_tty_receive_buf_raw() argument
1536 if (fp) in n_tty_receive_buf_raw()
1537 flag = *fp++; in n_tty_receive_buf_raw()
1547 char *fp, int count) in n_tty_receive_buf_closing() argument
1552 if (fp) in n_tty_receive_buf_closing()
1553 flag = *fp++; in n_tty_receive_buf_closing()
1563 char *fp, int count) in n_tty_receive_buf_standard() argument
1569 if (fp) in n_tty_receive_buf_standard()
1570 flag = *fp++; in n_tty_receive_buf_standard()
1585 if (fp) in n_tty_receive_buf_standard()
1586 flag = *fp++; in n_tty_receive_buf_standard()
1597 char *fp, int count) in n_tty_receive_buf_fast() argument
1603 if (fp) in n_tty_receive_buf_fast()
1604 flag = *fp++; in n_tty_receive_buf_fast()
1611 if (fp) in n_tty_receive_buf_fast()
1612 flag = *fp++; in n_tty_receive_buf_fast()
1622 char *fp, int count) in __receive_buf() argument
1628 n_tty_receive_buf_real_raw(tty, cp, fp, count); in __receive_buf()
1630 n_tty_receive_buf_raw(tty, cp, fp, count); in __receive_buf()
1632 n_tty_receive_buf_closing(tty, cp, fp, count); in __receive_buf()
1637 if (fp) in __receive_buf()
1638 flag = *fp++; in __receive_buf()
1644 n_tty_receive_buf_fast(tty, cp, fp, count); in __receive_buf()
1646 n_tty_receive_buf_standard(tty, cp, fp, count); in __receive_buf()
1700 char *fp, int count, int flow) in n_tty_receive_buf_common() argument
1741 if (!overflow || !fp || *fp != TTY_PARITY) in n_tty_receive_buf_common()
1742 __receive_buf(tty, cp, fp, n); in n_tty_receive_buf_common()
1745 if (fp) in n_tty_receive_buf_common()
1746 fp += n; in n_tty_receive_buf_common()
1769 char *fp, int count) in n_tty_receive_buf() argument
1771 n_tty_receive_buf_common(tty, cp, fp, count, 0); in n_tty_receive_buf()
1775 char *fp, int count) in n_tty_receive_buf2() argument
1777 return n_tty_receive_buf_common(tty, cp, fp, count, 1); in n_tty_receive_buf2()