taglinefilesource code
ubuf521drivers/net/ppp.cppp->ubuf       = NULL;
ubuf788drivers/net/ppp.cppp_free_buf (ppp->ubuf);
ubuf798drivers/net/ppp.cppp->ubuf  = NULL;
ubuf902drivers/net/ppp.cppp->ubuf = ppp_alloc_buf (RBUFSIZE, BUFFER_TYPE_TTY_RD);
ubuf903drivers/net/ppp.cif (ppp->ubuf == NULL) {
ubuf1367drivers/net/ppp.cbuf_base (ppp->ubuf) [current_idx++] = (u_char) (c); \
ubuf1368drivers/net/ppp.ccurrent_idx &= ppp->ubuf->size;       \
ubuf1369drivers/net/ppp.cif (current_idx == ppp->ubuf->tail)       \
ubuf1377drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked)) {
ubuf1382drivers/net/ppp.ccurrent_idx = ppp->ubuf->head;
ubuf1402drivers/net/ppp.cppp->ubuf->head = current_idx;
ubuf1404drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1419drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1782drivers/net/ppp.cc = buf_base (ppp->ubuf) [ppp->ubuf->tail++];  \
ubuf1783drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;    \
ubuf1809drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) != 0) {
ubuf1832drivers/net/ppp.cif (ppp->ubuf->head == ppp->ubuf->tail)
ubuf1845drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1880drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1881drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1882drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1892drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1893drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1894drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1916drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2644drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) == 0) {
ubuf2646drivers/net/ppp.cif (ppp->ubuf->head != ppp->ubuf->tail) {
ubuf2647drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2650drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf30fs/ncpfs/sock.cstatic int _recvfrom(struct socket *sock, unsigned char *ubuf,
ubuf37fs/ncpfs/sock.ciov.iov_base = ubuf;
ubuf27fs/smbfs/sock.cstatic int _recvfrom(struct socket *sock, unsigned char *ubuf, int size, int noblock, unsigned flags,
ubuf33fs/smbfs/sock.ciov.iov_base = ubuf;
ubuf370fs/super.casmlinkage int sys_ustat(dev_t dev, struct ustat * ubuf)
ubuf385fs/super.cerror = verify_area(VERIFY_WRITE,ubuf,sizeof(struct ustat));
ubuf398fs/super.cmemcpy_tofs(ubuf,&tmp,sizeof(struct ustat));
ubuf137include/linux/if_pppvar.hstruct ppp_buffer *ubuf;  /* User buffer information  */
ubuf1167net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
ubuf1179net/ipv4/af_inet.creturn(sk->prot->recvmsg(sk, ubuf, size, noblock, flags,addr_len));
ubuf322net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf337net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf343net/socket.ciov.iov_base=ubuf;
ubuf354net/socket.cstatic int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size)
ubuf371net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf378net/socket.ciov.iov_base=(void *)ubuf;
ubuf938net/socket.casmlinkage int sys_recv(int fd, void * ubuf, int size, unsigned flags)
ubuf956net/socket.cerr=verify_area(VERIFY_WRITE, ubuf, size);
ubuf964net/socket.ciov.iov_base=ubuf;
ubuf976net/socket.casmlinkage int sys_recvfrom(int fd, void * ubuf, int size, unsigned flags,
ubuf995net/socket.cerr=verify_area(VERIFY_WRITE,ubuf,size);
ubuf1003net/socket.ciov.iov_base=ubuf;