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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c262 const char *wpath, *wtoken; local
327 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken);
330 if (xs_dev_find_watch(u, wtoken) != NULL) {
340 watch->token = strdup(wtoken, M_XENSTORE);
360 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken);
363 watch = xs_dev_find_watch(u, wtoken);

Completed in 23 milliseconds