Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c60 struct xs_dev_watch { struct
61 LIST_ENTRY(xs_dev_watch) list;
72 LIST_HEAD(, xs_dev_watch) watches; argument
181 static struct xs_dev_watch *
184 struct xs_dev_watch *watch; in xs_dev_find_watch()
196 struct xs_dev_watch *dwatch; in xs_dev_watch_cb()
200 dwatch = (struct xs_dev_watch *)watch->callback_data; in xs_dev_watch_cb()
262 struct xs_dev_watch *watch; in xs_dev_write()
421 struct xs_dev_watch *watch, *tmpw; in xs_dev_dtor()