Home
last modified time | relevance | path

Searched refs:user_dst (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libcuse/
H A Dcuse_lib.c689 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 Dcuse.h83 int cuse_copy_out(const void *src, void *user_dst, int len);