Home
last modified time | relevance | path

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

/linux/include/xen/interface/io/
H A Dxs_wire.h30 XS_ERROR, enumerator
/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c143 if ((req->type == XS_TRANSACTION_START && req->msg.type == XS_ERROR) || in xs_request_exit()
145 !WARN_ON_ONCE(req->msg.type == XS_ERROR && in xs_request_exit()
339 if (msg.type == XS_ERROR) { in xs_talkv()
H A Dxenbus_comms.c386 state.req->msg.type = XS_ERROR; in process_writes()