Searched refs:watch_xcopyout (Results 1 – 1 of 1) sorted by relevance
63 static int watch_xcopyout(const void *, void *, size_t);83 watch_xcopyout,869 watch_xcopyout(const void *kaddr, void *uaddr, size_t count) in watch_xcopyout() function962 return (watch_xcopyout(kaddr, uaddr, count) ? -1 : 0); in watch_copyout()