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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c104 static struct xs_watch *find_watch(const char *token);
656 msg->u.watch.handle = find_watch(
956 find_watch(const char *token) function
1591 KASSERT(find_watch(token) == NULL, ("watch already registered"));
1620 if (find_watch(token) == NULL) {

Completed in 44 milliseconds