Home
last modified time | relevance | path

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

/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_xs.c570 char abortstr[2]; in xenbus_transaction_end() local
573 strcpy(abortstr, "F"); in xenbus_transaction_end()
575 strcpy(abortstr, "T"); in xenbus_transaction_end()
577 return xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end()