Searched refs:memmove (Results 101 - 125 of 521) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c78 memmove(pos, pos + 4, hdr_len);
173 memmove(skb->data + 4, skb->data, hdr_len);
/linux-master/tools/perf/util/
H A Dstring.c286 memmove(d, s, p - s);
290 memmove(d, s, strlen(s) + 1);
H A Dcopyfile.c97 ptr = memmove(ptr + 1, ptr, strlen(ptr) - 1);
/linux-master/fs/overlayfs/
H A Dxattrs.c142 memmove(s, s + slen, len);
147 memmove(s, s + OVL_XATTR_ESCAPE_PREFIX_LEN, name_len + len);
/linux-master/block/
H A Dbadblocks.c662 memmove(p + prev, p + prev + 1, (bb->count - prev - 1) * 8);
777 memmove(p + prev + 2, p + prev + 1,
791 memmove(p + prev + 2, p + prev + 1,
805 memmove(p + prev + 3, p + prev + 1,
832 memmove(p + at + 1, p + at, (bb->count - at) * 8);
1035 memmove(p + prev + 1, p + prev + 2,
1092 memmove(p + prev, p + prev + 1,
1128 memmove(p + prev + 2, p + prev + 1, (bb->count - prev - 1) * 8);
/linux-master/arch/s390/kernel/
H A Dearly.c123 memmove(str, s, strlen(s));
129 memmove(str, s, strlen(s) + 1);
/linux-master/arch/microblaze/lib/
H A Dfastcopy.S14 * memmove in memmove.c
20 * Attempt at quicker memcpy and memmove for MicroBlaze
352 .globl memmove
353 .type memmove, @function
354 .ent memmove
356 memmove: label
665 .size memmove, . - memmove
666 .end memmove
[all...]
/linux-master/fs/reiserfs/
H A Dibalance.c153 memmove(dc + count, dc, (nr + 1 - (to + 1)) * DC_SIZE);
166 memmove(ih + count, ih,
245 memmove(dc, dc + del_num, (nr + 1 - first_p - del_num) * DC_SIZE);
247 memmove(key, key + del_num,
345 memmove(dc + cpy_num, dc, (nr_dest - dest_order) * DC_SIZE);
352 memmove(key + cpy_num - 1, key,
457 memmove(key + 1, key,
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.c193 memmove(pos, pos + WL1251_TKIP_IV_SPACE,
226 memmove(skb->data, src, skb->len);
427 memmove(frame + WL1251_TKIP_IV_SPACE, frame, hdrlen);
/linux-master/fs/bcachefs/
H A Dthread_with_file.c139 memmove(buf->buf.data,
349 memmove(buf->buf.data,
381 memmove(buf->buf.data,
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dtx.c119 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, skb->data, hdrlen);
/linux-master/kernel/
H A Drange.c53 memmove(&range[i], &range[i + 1],
/linux-master/arch/microblaze/kernel/
H A Dsetup.c113 memmove(&__bss_stop, (int *)romfs_base, romfs_size);
/linux-master/drivers/net/usb/
H A Dint51x1.c78 skb->data = memmove(skb->head + INT51X1_HEADER_SIZE,
H A Dgl620a.c151 skb->data = memmove(skb->head + (4 + 4*1),
/linux-master/drivers/bluetooth/
H A Dbtrsi.c80 memmove(skb->data, skb_data, skb_len);
/linux-master/arch/x86/include/asm/
H A Dstring_32.h155 void *memmove(void *dest, const void *src, size_t n);
/linux-master/arch/arm/lib/
H A Dmemmove.S3 * linux/arch/arm/lib/memmove.S
17 * Prototype: void *memmove(void *dest, const void *src, size_t n);
28 WEAK(memmove)
205 ENDPROC(memmove)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c120 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size);
/linux-master/arch/s390/include/asm/
H A Dstring.h24 void *memmove(void *dest, const void *src, size_t n);
/linux-master/drivers/iio/chemical/
H A Datlas-ezo-sensor.c110 memmove(ptr, ptr + 1, strlen(ptr));
/linux-master/include/linux/
H A Dfortify-string.h36 macro(memmove), \
78 extern void *__underlying_memmove(void *p, const void *q, __kernel_size_t size) __RENAME(memmove); variable
89 * For KMSAN builds all memcpy/memset/memmove calls should be replaced by the
500 * memcpy(), memmove(), and memset() must not be used beyond individual
668 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ macro
671 memmove)
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_phy.c116 memmove(link->cur_lane_setting,
/linux-master/arch/sparc/lib/
H A DMakefile50 lib-$(CONFIG_SPARC64) += copy_in_user.o memmove.o
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c131 memmove(next, e,

Completed in 402 milliseconds

1234567891011>>