taglinefilesource code
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));
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,
ubuf1647net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1652net/appletalk/ddp.ciov.iov_base=(void *)ubuf;
ubuf1663net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1665net/appletalk/ddp.creturn atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1718net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1720net/appletalk/ddp.creturn atalk_send(sock,ubuf,size,noblock,0);
ubuf1724net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1729net/appletalk/ddp.ciov.iov_base=ubuf;
ubuf1741net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1747net/appletalk/ddp.creturn atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1750net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1752net/appletalk/ddp.creturn atalk_recv(sock,ubuf,size,noblock,0);
ubuf1785net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1790net/ax25/af_ax25.ciov.iov_base=(void *)ubuf;
ubuf1801net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1803net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1806net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1808net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, 0, NULL, 0);
ubuf1881net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf1886net/ax25/af_ax25.ciov.iov_base=ubuf;
ubuf1898net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1906net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1909net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1911net/ax25/af_ax25.creturn ax25_recv(sock, ubuf, size, noblock, 0);
ubuf1169net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1181net/ipv4/af_inet.creturn(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags,
ubuf1186net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1190net/ipv4/af_inet.creturn inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf1193net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1202net/ipv4/af_inet.creturn(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0));
ubuf1205net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1219net/ipv4/af_inet.creturn(sk->prot->write(sk, (const unsigned char *) ubuf, size, noblock, flags));
ubuf1222net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1224net/ipv4/af_inet.creturn inet_send(sock,ubuf,size,noblock,0);
ubuf1227net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1243net/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);
ubuf1022net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1113net/netrom/af_netrom.cmemcpy_fromfs(asmptr, ubuf, len);
ubuf1128net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1130net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1133net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1135net/netrom/af_netrom.creturn nr_send(sock, ubuf, size, noblock, 0);
ubuf1138net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1173net/netrom/af_netrom.cskb_copy_datagram(skb, 0, ubuf, copied);
ubuf1191net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1199net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1202net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1204net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
ubuf318net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf331net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf333net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
ubuf341net/socket.cstatic int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size)
ubuf356net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf358net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
ubuf971net/unix/af_unix.cstatic int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf976net/unix/af_unix.ciov.iov_base=ubuf;
ubuf988net/unix/af_unix.cstatic int unix_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf990net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL);
ubuf993net/unix/af_unix.cstatic int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags)
ubuf995net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf998net/unix/af_unix.cstatic int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf1003net/unix/af_unix.ciov.iov_base=(void *)ubuf;
ubuf1013net/unix/af_unix.cstatic int unix_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1015net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0);
ubuf1018net/unix/af_unix.cstatic int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags)
ubuf1020net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0);