taglinefilesource code
ubuf526drivers/net/ppp.cppp->ubuf       = NULL;
ubuf792drivers/net/ppp.cppp_free_buf (ppp->ubuf);
ubuf802drivers/net/ppp.cppp->ubuf  = NULL;
ubuf906drivers/net/ppp.cppp->ubuf = ppp_alloc_buf (RBUFSIZE, BUFFER_TYPE_TTY_RD);
ubuf907drivers/net/ppp.cif (ppp->ubuf == NULL) {
ubuf1371drivers/net/ppp.cbuf_base (ppp->ubuf) [current_idx++] = (u_char) (c); \
ubuf1372drivers/net/ppp.ccurrent_idx &= ppp->ubuf->size;       \
ubuf1373drivers/net/ppp.cif (current_idx == ppp->ubuf->tail)       \
ubuf1381drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked)) {
ubuf1386drivers/net/ppp.ccurrent_idx = ppp->ubuf->head;
ubuf1406drivers/net/ppp.cppp->ubuf->head = current_idx;
ubuf1408drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1423drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1786drivers/net/ppp.cc = buf_base (ppp->ubuf) [ppp->ubuf->tail++];  \
ubuf1787drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;    \
ubuf1813drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) != 0) {
ubuf1836drivers/net/ppp.cif (ppp->ubuf->head == ppp->ubuf->tail)
ubuf1849drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1884drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1885drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1886drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1896drivers/net/ppp.cppp->ubuf->tail += len;
ubuf1897drivers/net/ppp.cppp->ubuf->tail &= ppp->ubuf->size;
ubuf1898drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf1920drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2648drivers/net/ppp.cif (set_bit (0, &ppp->ubuf->locked) == 0) {
ubuf2650drivers/net/ppp.cif (ppp->ubuf->head != ppp->ubuf->tail) {
ubuf2651drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf2654drivers/net/ppp.cclear_bit (0, &ppp->ubuf->locked);
ubuf257fs/super.casmlinkage int sys_ustat(dev_t dev, struct ustat * ubuf)
ubuf272fs/super.cerror = verify_area(VERIFY_WRITE,ubuf,sizeof(struct ustat));
ubuf285fs/super.cmemcpy_tofs(ubuf,&tmp,sizeof(struct ustat));
ubuf137include/linux/if_pppvar.hstruct ppp_buffer *ubuf;  /* User buffer information  */
ubuf105include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
ubuf107include/linux/net.hint  (*write)  (struct socket *sock, const char *ubuf, int size,
ubuf1648net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1653net/appletalk/ddp.ciov.iov_base=(void *)ubuf;
ubuf1664net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1666net/appletalk/ddp.creturn atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1719net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1721net/appletalk/ddp.creturn atalk_send(sock,ubuf,size,noblock,0);
ubuf1725net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1730net/appletalk/ddp.ciov.iov_base=ubuf;
ubuf1742net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1748net/appletalk/ddp.creturn atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1751net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1753net/appletalk/ddp.creturn atalk_recv(sock,ubuf,size,noblock,0);
ubuf1801net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1807net/ax25/af_ax25.ciov.iov_base = (void *)ubuf;
ubuf1819net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1821net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1824net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1826net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, 0, NULL, 0);
ubuf1909net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1915net/ax25/af_ax25.ciov.iov_base = ubuf;
ubuf1929net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1937net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1940net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1942net/ax25/af_ax25.creturn ax25_recv(sock, ubuf, size, noblock, 0);
ubuf1166net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1178net/ipv4/af_inet.creturn(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags,
ubuf1183net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1187net/ipv4/af_inet.creturn inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf1190net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1199net/ipv4/af_inet.creturn(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0));
ubuf1202net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1216net/ipv4/af_inet.creturn(sk->prot->write(sk, (const unsigned char *) ubuf, size, noblock, flags));
ubuf1219net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1221net/ipv4/af_inet.creturn inet_send(sock,ubuf,size,noblock,0);
ubuf1224net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1240net/ipv4/af_inet.creturn(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, 
ubuf992net/ipx/af_ipx.cipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, const void *ubuf, int len)
ubuf1042net/ipx/af_ipx.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1694net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1731net/ipx/af_ipx.cretval = ipxrtr_route_packet(sk, usipx, ubuf, len);
ubuf1737net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1739net/ipx/af_ipx.creturn ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1742net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1773net/ipx/af_ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);
ubuf1787net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1789net/ipx/af_ipx.creturn ipx_send(sock,ubuf,size,noblock,0);
ubuf1793net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1799net/ipx/af_ipx.creturn ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1802net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1804net/ipx/af_ipx.creturn ipx_recv(sock,ubuf,size,noblock,0);
ubuf1130net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1136net/netrom/af_netrom.ciov.iov_base = (void *)ubuf;
ubuf1147net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1149net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1152net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1154net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, 0, NULL, 0);
ubuf1212net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1218net/netrom/af_netrom.ciov.iov_base = ubuf;
ubuf1233net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1241net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1244net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1246net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
ubuf321net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf334net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf336net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
ubuf344net/socket.cstatic int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size)
ubuf359net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf361net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
ubuf1014net/unix/af_unix.cstatic int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1019net/unix/af_unix.ciov.iov_base=ubuf;
ubuf1031net/unix/af_unix.cstatic int unix_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1033net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL);
ubuf1036net/unix/af_unix.cstatic int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags)
ubuf1038net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf1041net/unix/af_unix.cstatic int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1046net/unix/af_unix.ciov.iov_base=(void *)ubuf;
ubuf1056net/unix/af_unix.cstatic int unix_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1058net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0);
ubuf1061net/unix/af_unix.cstatic int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags)
ubuf1063net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0);