Searched refs:srcv (Results 1 – 2 of 2) sorted by relevance
50 void *memcpy(void *__restrict dstv, const void *__restrict srcv, size_t n) in memcpy() argument58 USERCOPY_FUNC(void *__restrict dstv, const void *__restrict srcv, size_t n) in memcpy()62 const char *__restrict src1 = (const char *)srcv; in memcpy()
5432 void write_extent_buffer(struct extent_buffer *eb, const void *srcv, in write_extent_buffer() argument5439 char *src = (char *)srcv; in write_extent_buffer()