Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c277 list_create(&pdp->xd_xb_watches, sizeof (xd_xb_watches_t), in xvdi_init_dev()
1260 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in i_xvdi_xb_watch_cb()
1261 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in i_xvdi_xb_watch_cb()
1320 ASSERT(list_is_empty(&pdp->xd_xb_watches)); in xvdi_add_xb_watch_handler()
1334 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in xvdi_add_xb_watch_handler()
1335 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in xvdi_add_xb_watch_handler()
1346 if (list_is_empty(&pdp->xd_xb_watches)) { in xvdi_add_xb_watch_handler()
1355 list_insert_head(&pdp->xd_xb_watches, xxw_new); in xvdi_add_xb_watch_handler()
1372 while ((xxwp = list_remove_head(&pdp->xd_xb_watches)) != NULL) { in xvdi_remove_xb_watch_handlers()
1378 ASSERT(list_is_empty(&pdp->xd_xb_watches)); in xvdi_remove_xb_watch_handlers()
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h108 typedef struct xd_xb_watches { struct
H A Dxendev.h169 list_t xd_xb_watches; member