Searched refs:find_watch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/xen/xenstore/
H A Dxenstore.c105 static struct xs_watch *find_watch(const char *token);
669 msg->u.watch.handle = find_watch(
1014 find_watch(const char *token) function
1637 KASSERT(find_watch(token) == NULL, ("watch already registered"));
1670 if (find_watch(token) == NULL) {

Completed in 44 milliseconds