tag | line | file | source code |
memmove | 545 | drivers/char/vt.c | memmove(fj + delta, fj, first_free - fj); |
memmove | 564 | drivers/char/vt.c | memmove(fnw, funcbufptr, fj - funcbufptr); |
memmove | 570 | drivers/char/vt.c | memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); |
memmove | 613 | drivers/net/slhc.c | memmove(icp + hdrlen, cp, len - hdrlen); |
memmove | 84 | drivers/scsi/eata_pio.c | memmove(hptr,hptr2,24*80*2); |
memmove | 31 | include/linux/string.h | extern void * memmove(void *,const void *,size_t); |
memmove | 5237 | net/ipv4/tcp.c | memmove(tcp_data_start, tcp_data_start + win_size, ow_size); |
memmove | 450 | net/ipx/af_ipx.c | memmove(skb->h.raw, oldraw, skb->len); |