Searched defs:watch_xcopyin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c61 static int watch_xcopyin(const void *, void *, size_t);
81 watch_xcopyin,
755 watch_xcopyin(const void *uaddr, void *kaddr, size_t count) function
841 return (watch_xcopyin(kaddr, uaddr, count) ? -1 : 0);

Completed in 62 milliseconds