| tag | line | file | source code |
| ubuf | 257 | fs/super.c | asmlinkage int sys_ustat(dev_t dev, struct ustat * ubuf) |
| ubuf | 272 | fs/super.c | error = verify_area(VERIFY_WRITE,ubuf,sizeof(struct ustat)); |
| ubuf | 285 | fs/super.c | memcpy_tofs(ubuf,&tmp,sizeof(struct ustat)); |
| ubuf | 105 | include/linux/net.h | int (*read) (struct socket *sock, char *ubuf, int size, |
| ubuf | 107 | include/linux/net.h | int (*write) (struct socket *sock, const char *ubuf, int size, |
| ubuf | 1466 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, const void *ubuf, int len, int noblock, |
| ubuf | 1581 | net/appletalk/ddp.c | memcpy_fromfs(skb_put(skb,len),ubuf,len); |
| ubuf | 1643 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
| ubuf | 1645 | net/appletalk/ddp.c | return atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
| ubuf | 1648 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1678 | net/appletalk/ddp.c | skb_copy_datagram(skb,0,ubuf,copied); |
| ubuf | 1685 | net/appletalk/ddp.c | skb_copy_datagram(skb,sizeof(*ddp),ubuf,copied); |
| ubuf | 1699 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 1701 | net/appletalk/ddp.c | return atalk_send(sock,ubuf,size,noblock,0); |
| ubuf | 1705 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
| ubuf | 1711 | net/appletalk/ddp.c | return atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
| ubuf | 1714 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 1716 | net/appletalk/ddp.c | return atalk_recv(sock,ubuf,size,noblock,0); |
| ubuf | 1569 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, const void *ubuf, int len, int noblock, |
| ubuf | 1670 | net/ax25/af_ax25.c | memcpy_fromfs(skb_put(skb, len), ubuf, len); |
| ubuf | 1719 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
| ubuf | 1721 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
| ubuf | 1724 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 1726 | net/ax25/af_ax25.c | return ax25_send(sock, ubuf, size, noblock, 0); |
| ubuf | 1729 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1761 | net/ax25/af_ax25.c | skb_copy_datagram(skb, bias, ubuf, copied); |
| ubuf | 1790 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
| ubuf | 1798 | net/ax25/af_ax25.c | return ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
| ubuf | 1801 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 1803 | net/ax25/af_ax25.c | return ax25_recv(sock, ubuf, size, noblock, 0); |
| ubuf | 1168 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1180 | net/ipv4/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
| ubuf | 1185 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1189 | net/ipv4/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
| ubuf | 1192 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 1201 | net/ipv4/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
| ubuf | 1204 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, |
| ubuf | 1218 | net/ipv4/af_inet.c | return(sk->prot->write(sk, (const unsigned char *) ubuf, size, noblock, flags)); |
| ubuf | 1221 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 1223 | net/ipv4/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
| ubuf | 1226 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, |
| ubuf | 1242 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, |
| ubuf | 989 | net/ipx/af_ipx.c | ipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, const void *ubuf, int len) |
| ubuf | 1039 | net/ipx/af_ipx.c | memcpy_fromfs(skb_put(skb,len),ubuf,len); |
| ubuf | 1691 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock, |
| ubuf | 1728 | net/ipx/af_ipx.c | retval = ipxrtr_route_packet(sk, usipx, ubuf, len); |
| ubuf | 1734 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
| ubuf | 1736 | net/ipx/af_ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
| ubuf | 1739 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1770 | net/ipx/af_ipx.c | skb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied); |
| ubuf | 1784 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 1786 | net/ipx/af_ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
| ubuf | 1790 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
| ubuf | 1796 | net/ipx/af_ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
| ubuf | 1799 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 1801 | net/ipx/af_ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
| ubuf | 1009 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, const void *ubuf, int len, int noblock, |
| ubuf | 1100 | net/netrom/af_netrom.c | memcpy_fromfs(asmptr, ubuf, len); |
| ubuf | 1115 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
| ubuf | 1117 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
| ubuf | 1120 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 1122 | net/netrom/af_netrom.c | return nr_send(sock, ubuf, size, noblock, 0); |
| ubuf | 1125 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
| ubuf | 1153 | net/netrom/af_netrom.c | skb_copy_datagram(skb, 0, ubuf, copied); |
| ubuf | 1171 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
| ubuf | 1179 | net/netrom/af_netrom.c | return nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
| ubuf | 1182 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 1184 | net/netrom/af_netrom.c | return nr_recv(sock, ubuf, size, noblock, 0); |
| ubuf | 322 | net/socket.c | static int sock_read(struct inode *inode, struct file *file, char *ubuf, int size) |
| ubuf | 335 | net/socket.c | if ((err=verify_area(VERIFY_WRITE,ubuf,size))<0) |
| ubuf | 337 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
| ubuf | 345 | net/socket.c | static int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size) |
| ubuf | 360 | net/socket.c | if ((err=verify_area(VERIFY_READ,ubuf,size))<0) |
| ubuf | 362 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
| ubuf | 931 | net/unix/af_unix.c | static int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags, |
| ubuf | 936 | net/unix/af_unix.c | iov.iov_base=ubuf; |
| ubuf | 948 | net/unix/af_unix.c | static int unix_read(struct socket *sock, char *ubuf, int size, int noblock) |
| ubuf | 950 | net/unix/af_unix.c | return unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL); |
| ubuf | 953 | net/unix/af_unix.c | static int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags) |
| ubuf | 955 | net/unix/af_unix.c | return unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
| ubuf | 958 | net/unix/af_unix.c | static int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags, |
| ubuf | 963 | net/unix/af_unix.c | iov.iov_base=(void *)ubuf; |
| ubuf | 973 | net/unix/af_unix.c | static int unix_write(struct socket *sock, const char *ubuf, int size, int noblock) |
| ubuf | 975 | net/unix/af_unix.c | return unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0); |
| ubuf | 978 | net/unix/af_unix.c | static int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags) |
| ubuf | 980 | net/unix/af_unix.c | return unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0); |