Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c556 char abortstr[2]; in xenbus_transaction_end() local
559 strcpy(abortstr, "F"); in xenbus_transaction_end()
561 strcpy(abortstr, "T"); in xenbus_transaction_end()
563 return xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end()