Home
last modified time | relevance | path

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

/freebsd/lib/libcuse/
H A Dcuse_lib.c722 cuse_copy_in(const void *user_src, void *dst, int len) in cuse_copy_in() argument
736 user_src, dst, len, pe->cmd, cuse_cmd_str(pe->cmd)); in cuse_copy_in()
739 memcpy(dst, user_src, len); in cuse_copy_in()
742 info.peer_ptr = (uintptr_t)user_src; in cuse_copy_in()
H A Dcuse.h84 int cuse_copy_in(const void *user_src, void *dst, int len);