taglinefilesource code
bufp361include/linux/tty.hextern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp,
bufp363include/linux/tty.hextern int tty_write_data(struct tty_struct *tty, char *bufp, int buflen,
bufp135kernel/chr_drv/tty_io.cint tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, int buflen)
bufp138kernel/chr_drv/tty_io.cunsigned char  *p = bufp;
bufp1486kernel/chr_drv/tty_io.cint tty_write_data(struct tty_struct *tty, char *bufp, int buflen,
bufp1505kernel/chr_drv/tty_io.cp = bufp;
bufp99net/inet/arp.cchar *bufp = buff;
bufp103net/inet/arp.cbufp += sprintf(bufp, "%02X ", (*ptr++ & 0377));