Home
last modified time | relevance | path

Searched refs: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) in watch_xcopyin() function
840 return (watch_xcopyin(kaddr, uaddr, count) ? -1 : 0); in watch_copyin()