Searched refs:xenbus_transaction_end (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 706 if (xenbus_transaction_end(xbt, 0) == EAGAIN) in xen_sysrq_handler() 721 (void) xenbus_transaction_end(xbt, 1); in xen_sysrq_handler() 821 (void) xenbus_transaction_end(xbt, 1); in xen_shutdown_handler() 832 (void) xenbus_transaction_end(xbt, 0); in xen_shutdown_handler() 852 err = xenbus_transaction_end(xbt, 0); in xen_shutdown_handler()
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 621 (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()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | blk_common.c | 568 (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 D | xdb.c | 886 (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 D | xenbus_dev.c | 414 (void) xenbus_transaction_end(trans->handle, 1); in xenbusdrv_close()
|
H A D | xenbus_xs.c | 604 xenbus_transaction_end(xenbus_transaction_t t, int abort) in xenbus_transaction_end() function
|
H A D | xnf.c | 717 err = xenbus_transaction_end(xbt, 0); in xnf_be_connect() 727 (void) xenbus_transaction_end(xbt, 1); in xnf_be_connect()
|
H A D | xdf.c | 1596 (void) xenbus_transaction_end(xbt, 1); in xdf_setstate_init() 1602 if (rv = xenbus_transaction_end(xbt, 0)) { in xdf_setstate_init()
|
/titanic_44/usr/src/uts/common/xen/sys/ |
H A D | xenbus_impl.h | 131 extern int xenbus_transaction_end(xenbus_transaction_t t, int abort);
|