tag | line | file | source code |
copied | 46 | fs/proc/net.c | int copied=0; |
copied | 78 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
copied | 81 | fs/proc/net.c | copied += length; |
copied | 86 | fs/proc/net.c | return copied; |
copied | 198 | fs/proc/scsi.c | int copied = 0; |
copied | 237 | fs/proc/scsi.c | memcpy_tofs(buf + copied, start, length); |
copied | 240 | fs/proc/scsi.c | copied += length; |
copied | 248 | fs/proc/scsi.c | return(copied); |
copied | 1674 | net/appletalk/ddp.c | int copied = 0; |
copied | 1695 | net/appletalk/ddp.c | copied=ddp->deh_len; |
copied | 1696 | net/appletalk/ddp.c | if(copied > size) |
copied | 1697 | net/appletalk/ddp.c | copied=size; |
copied | 1698 | net/appletalk/ddp.c | skb_copy_datagram_iovec(skb,0,msg->msg_iov,copied); |
copied | 1702 | net/appletalk/ddp.c | copied=ddp->deh_len - sizeof(*ddp); |
copied | 1703 | net/appletalk/ddp.c | if (copied > size) |
copied | 1704 | net/appletalk/ddp.c | copied = size; |
copied | 1705 | net/appletalk/ddp.c | skb_copy_datagram_iovec(skb,sizeof(*ddp),msg->msg_iov,copied); |
copied | 1715 | net/appletalk/ddp.c | return(copied); |
copied | 1819 | net/ax25/af_ax25.c | int copied, length; |
copied | 1854 | net/ax25/af_ax25.c | copied = (size < length) ? size : length; |
copied | 1855 | net/ax25/af_ax25.c | skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied); |
copied | 1881 | net/ax25/af_ax25.c | return copied; |
copied | 291 | net/ipv4/packet.c | int copied=0; |
copied | 331 | net/ipv4/packet.c | copied = min(len, skb->len); |
copied | 333 | net/ipv4/packet.c | memcpy_tofs(to, skb->data, copied); /* We can't use skb_copy_datagram here */ |
copied | 358 | net/ipv4/packet.c | return(copied); |
copied | 265 | net/ipv4/raw.c | int copied=0; |
copied | 282 | net/ipv4/raw.c | copied = min(len, skb->len); |
copied | 284 | net/ipv4/raw.c | skb_copy_datagram(skb, 0, to, copied); |
copied | 295 | net/ipv4/raw.c | return (copied); |
copied | 1648 | net/ipv4/tcp.c | int copied = 0; |
copied | 1663 | net/ipv4/tcp.c | if (copied) |
copied | 1664 | net/ipv4/tcp.c | return(copied); |
copied | 1678 | net/ipv4/tcp.c | if (copied) |
copied | 1679 | net/ipv4/tcp.c | return(copied); |
copied | 1693 | net/ipv4/tcp.c | if (copied) |
copied | 1694 | net/ipv4/tcp.c | return(copied); |
copied | 1703 | net/ipv4/tcp.c | if (copied) |
copied | 1704 | net/ipv4/tcp.c | return(copied); |
copied | 1720 | net/ipv4/tcp.c | if (nonblock || copied) |
copied | 1723 | net/ipv4/tcp.c | if (copied) |
copied | 1724 | net/ipv4/tcp.c | return(copied); |
copied | 1738 | net/ipv4/tcp.c | if (copied) |
copied | 1739 | net/ipv4/tcp.c | return(copied); |
copied | 1784 | net/ipv4/tcp.c | copied += copy; |
copied | 1853 | net/ipv4/tcp.c | if (copied) |
copied | 1854 | net/ipv4/tcp.c | return(copied); |
copied | 1877 | net/ipv4/tcp.c | if (copied) |
copied | 1878 | net/ipv4/tcp.c | return(copied); |
copied | 1902 | net/ipv4/tcp.c | if (copied) |
copied | 1903 | net/ipv4/tcp.c | return(copied); |
copied | 1913 | net/ipv4/tcp.c | if (copied) |
copied | 1914 | net/ipv4/tcp.c | return(copied); |
copied | 1927 | net/ipv4/tcp.c | copied += copy; |
copied | 1959 | net/ipv4/tcp.c | return(copied); |
copied | 2222 | net/ipv4/tcp.c | int copied = 0; |
copied | 2263 | net/ipv4/tcp.c | if (copied && sk->urg_data && sk->urg_seq == *seq) |
copied | 2292 | net/ipv4/tcp.c | if (copied) |
copied | 2297 | net/ipv4/tcp.c | copied = -sk->err; |
copied | 2309 | net/ipv4/tcp.c | copied = -ENOTCONN; |
copied | 2321 | net/ipv4/tcp.c | copied = -EAGAIN; |
copied | 2334 | net/ipv4/tcp.c | copied = -ERESTARTSYS; |
copied | 2394 | net/ipv4/tcp.c | copied += used; |
copied | 2442 | net/ipv4/tcp.c | return copied; |
copied | 471 | net/ipv4/udp.c | int copied = 0; |
copied | 493 | net/ipv4/udp.c | copied = min(len, truesize); |
copied | 499 | net/ipv4/udp.c | skb_copy_datagram(skb,sizeof(struct udphdr),to,copied); |
copied | 512 | net/ipv4/udp.c | return(copied); |
copied | 1748 | net/ipx/af_ipx.c | int copied = 0; |
copied | 1772 | net/ipx/af_ipx.c | copied = (truesize > size) ? size : truesize; |
copied | 1773 | net/ipx/af_ipx.c | skb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied); |
copied | 1158 | net/netrom/af_netrom.c | int copied; |
copied | 1189 | net/netrom/af_netrom.c | copied = (size < skb->len) ? size : skb->len; |
copied | 1190 | net/netrom/af_netrom.c | skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied); |
copied | 1205 | net/netrom/af_netrom.c | return copied; |
copied | 785 | net/unix/af_unix.c | int copied=0; |
copied | 817 | net/unix/af_unix.c | if(copied & (flags&MSG_PEEK)) |
copied | 820 | net/unix/af_unix.c | return copied; |
copied | 830 | net/unix/af_unix.c | return copied; |
copied | 832 | net/unix/af_unix.c | if(copied) |
copied | 835 | net/unix/af_unix.c | return copied; |
copied | 848 | net/unix/af_unix.c | if(copied) |
copied | 849 | net/unix/af_unix.c | return copied; |
copied | 869 | net/unix/af_unix.c | num=min(skb->len,size-copied); |
copied | 870 | net/unix/af_unix.c | copied+=num; |
copied | 894 | net/unix/af_unix.c | return copied; |