Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xen/
H A Dshutdown_xenbus.c105 error = xenbus_transaction_end(xbt, 1); in xenbus_shutdown_handler()
118 error = xenbus_transaction_end(xbt, 0); in xenbus_shutdown_handler()
H A Dxpci_xenbus.c222 error = xenbus_transaction_end(xbt, 0); in xpci_xenbus_resume()
232 xenbus_transaction_end(xbt, 1); in xpci_xenbus_resume()
H A Dxennetback_xenbus.c328 } while ((err = xenbus_transaction_end(xbt, 0)) == EAGAIN); in xennetback_xenbus_create()
345 xenbus_transaction_end(xbt, 1); in xennetback_xenbus_create()
H A Dif_xennet_xenbus.c664 error = xenbus_transaction_end(xbt, 0); in xennet_talk_to_backend()
680 xenbus_transaction_end(xbt, 1); in xennet_talk_to_backend()
H A Dxbd_xenbus.c601 error = xenbus_transaction_end(xbt, 0); in xbd_xenbus_resume()
630 xenbus_transaction_end(xbt, 1); in xbd_xenbus_resume()
H A Dxbdback_xenbus.c862 err = xenbus_transaction_end(xbt, 0); in xbdback_backend_changed()
876 xenbus_transaction_end(xbt, 1); in xbdback_backend_changed()
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_evtchnl.c331 ret = xenbus_transaction_end(xbt, 0); in xen_drm_front_evtchnl_publish_all()
344 xenbus_transaction_end(xbt, 1); in xen_drm_front_evtchnl_publish_all()
/netbsd-src/sys/arch/xen/include/
H A Dxenbus.h141 int xenbus_transaction_end(struct xenbus_transaction *t, int abort);
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_dev.c429 xenbus_transaction_end(trans->handle, 1); in xenbus_dev_close()
H A Dxenbus_xs.c515 int xenbus_transaction_end(struct xenbus_transaction *t, int abort) in xenbus_transaction_end() function