taglinefilesource code
ubuf520drivers/net/ppp.cppp->ubuf       = NULL;
ubuf787drivers/net/ppp.cppp_free_buf (ppp->ubuf);
ubuf797drivers/net/ppp.cppp->ubuf  = NULL;
ubuf901drivers/net/ppp.cppp->ubuf = ppp_alloc_buf (RBUFSIZE, BUFFER_TYPE_TTY_RD);
ubuf902drivers/net/ppp.cif (ppp->ubuf == NULL) {
ubuf1366drivers/net/ppp.cbuf_base (ppp->ubuf) [current_idx++] = (u_char) (c); \
ubuf1367drivers/net/ppp.ccurrent_idx &= ppp->ubuf->size;       \
ubuf1368drivers/net/ppp.cif (current_idx == ppp->ubuf->tail)       \
ubuf1376drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked)) {
ubuf1381drivers/net/ppp.ccurrent_idx = ppp->ubuf->head;
ubuf1401drivers/net/ppp.cppp->ubuf->head = current_idx;
ubuf1403drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1418drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1781drivers/net/ppp.cc = buf_base (ppp->ubuf) [ppp->ubuf->tail++];  \
ubuf1782drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;    \
ubuf1808drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) != 0) {
ubuf1831drivers/net/ppp.cif (ppp->ubuf->head == ppp->ubuf->tail)
ubuf1844drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1879drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1880drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1881drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1891drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1892drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1893drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1915drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2643drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) == 0) {
ubuf2645drivers/net/ppp.cif (ppp->ubuf->head != ppp->ubuf->tail) {
ubuf2646drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2649drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
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;
ubuf263fs/super.casmlinkage int sys_ustat(dev_t dev, struct ustat * ubuf)
ubuf278fs/super.cerror = verify_area(VERIFY_WRITE,ubuf,sizeof(struct ustat));
ubuf291fs/super.cmemcpy_tofs(ubuf,&tmp,sizeof(struct ustat));
ubuf137include/linux/if_pppvar.hstruct ppp_buffer *ubuf;  /* User buffer information  */
ubuf1124net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
ubuf1136net/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;