Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c259 const char *wpath, *wtoken; in xs_dev_write() local
324 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken); in xs_dev_write()
327 if (xs_dev_find_watch(u, wtoken) != NULL) { in xs_dev_write()
337 watch->token = strdup(wtoken, M_XENSTORE); in xs_dev_write()
357 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken); in xs_dev_write()
360 watch = xs_dev_find_watch(u, wtoken); in xs_dev_write()