Searched refs:user_src (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/lib/libcuse/ |
| D | cuse_lib.c | 728 cuse_copy_in(const void *user_src, void *dst, int len) in cuse_copy_in() argument 742 user_src, dst, len, pe->cmd, cuse_cmd_str(pe->cmd)); in cuse_copy_in() 745 memcpy(dst, user_src, len); in cuse_copy_in() 748 info.peer_ptr = (uintptr_t)user_src; in cuse_copy_in()
|
| D | cuse.h | 85 int cuse_copy_in(const void *user_src, void *dst, int len);
|