Searched refs:watch_xcopyin (Results 1 – 1 of 1) sorted by relevance
61 static int watch_xcopyin(const void *, void *, size_t);81 watch_xcopyin,755 watch_xcopyin(const void *uaddr, void *kaddr, size_t count) in watch_xcopyin() function841 return (watch_xcopyin(kaddr, uaddr, count) ? -1 : 0); in watch_copyin()