Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c696 if (xenbus_transaction_end(xbt, 0) == EAGAIN) in xen_sysrq_handler()
711 (void) xenbus_transaction_end(xbt, 1); in xen_sysrq_handler()
811 (void) xenbus_transaction_end(xbt, 1); in xen_shutdown_handler()
822 (void) xenbus_transaction_end(xbt, 0); in xen_shutdown_handler()
842 err = xenbus_transaction_end(xbt, 0); in xen_shutdown_handler()
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c621 (void) xenbus_transaction_end(xbt, 1); in xen_shutdown_handler()
632 (void) xenbus_transaction_end(xbt, 0); in xen_shutdown_handler()
648 err = xenbus_transaction_end(xbt, 0); in xen_shutdown_handler()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_common.c568 (void) xenbus_transaction_end(xbt, 1); in blk_start_connect()
581 (void) xenbus_transaction_end(xbt, 1); in blk_start_connect()
591 (void) xenbus_transaction_end(xbt, 1); in blk_start_connect()
595 e = xenbus_transaction_end(xbt, 0); in blk_start_connect()
H A Dxdb.c886 (void) xenbus_transaction_end(xbt, 1); in xdb_params_change()
891 if ((err = xenbus_transaction_end(xbt, 0)) != 0) { in xdb_params_change()
1433 (void) xenbus_transaction_end(xbt, 1); in xdb_start_connect()
1438 if ((err = xenbus_transaction_end(xbt, 0)) != 0) { in xdb_start_connect()
H A Dxenbus_dev.c414 (void) xenbus_transaction_end(trans->handle, 1); in xenbusdrv_close()
H A Dxenbus_xs.c604 xenbus_transaction_end(xenbus_transaction_t t, int abort) in xenbus_transaction_end() function
H A Dxnf.c877 err = xenbus_transaction_end(xbt, 0); in xnf_be_connect()
887 (void) xenbus_transaction_end(xbt, 1); in xnf_be_connect()
H A Dxdf.c1610 (void) xenbus_transaction_end(xbt, 1); in xdf_setstate_init()
1616 if (rv = xenbus_transaction_end(xbt, 0)) { in xdf_setstate_init()
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h131 extern int xenbus_transaction_end(xenbus_transaction_t t, int abort);