Searched refs:user_dst (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libcuse/ |
H A D | cuse_lib.c | 689 cuse_copy_out(const void *src, void *user_dst, int len) in cuse_copy_out() argument 703 src, user_dst, len, pe->cmd, cuse_cmd_str(pe->cmd)); in cuse_copy_out() 706 memcpy(user_dst, src, len); in cuse_copy_out() 709 info.peer_ptr = (uintptr_t)user_dst; in cuse_copy_out()
|
H A D | cuse.h | 83 int cuse_copy_out(const void *src, void *user_dst, int len);
|