| tag | line | file | source code |
| bufp | 142 | drivers/char/tty_io.c | int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, int buflen) |
| bufp | 145 | drivers/char/tty_io.c | unsigned char *p = bufp; |
| bufp | 1680 | drivers/char/tty_io.c | int tty_write_data(struct tty_struct *tty, char *bufp, int buflen, |
| bufp | 1699 | drivers/char/tty_io.c | p = bufp; |
| bufp | 407 | include/linux/tty.h | extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, |
| bufp | 409 | include/linux/tty.h | extern int tty_write_data(struct tty_struct *tty, char *bufp, int buflen, |
| bufp | 136 | net/inet/arp.c | char *bufp = buff; |
| bufp | 140 | net/inet/arp.c | bufp += sprintf(bufp, "%02X ", (*ptr++ & 0377)); |