Searched refs:xs_error (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 328 static void xs_error(XenXenstoreState *s, unsigned int id, in xs_error() function 513 xs_error(s, req_id, tx_id, EINVAL); in xs_read() 520 xs_error(s, req_id, tx_id, err); in xs_read() 531 xs_error(s, req_id, tx_id, E2BIG); in xs_read() 548 xs_error(s, req_id, tx_id, EINVAL); in xs_write() 559 xs_error(s, req_id, tx_id, EINVAL); in xs_write() 569 xs_error(s, req_id, tx_id, err); in xs_write() 585 xs_error(s, req_id, tx_id, EINVAL); in xs_mkdir() 598 xs_error(s, req_id, tx_id, err); in xs_mkdir() 622 xs_error(s, rsp->req_id, rsp->tx_id, E2BIG); in xs_append_strings() [all …]
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 368 static int xs_error(char *reply) in xs_error() function 495 ret = xs_error(xs_talkv(t, XS_WRITE, iovec, ARRAY_SIZE(iovec), NULL)); in xenbus_write() 512 ret = xs_error(xs_single(t, XS_MKDIR, path, NULL)); in xenbus_mkdir() 528 ret = xs_error(xs_single(t, XS_RM, path, NULL)); in xenbus_rm() 563 return xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end() 667 return xs_error(xs_talkv(XBT_NIL, XS_WATCH, iov, in xs_watch() 680 return xs_error(xs_talkv(XBT_NIL, XS_UNWATCH, iov, in xs_unwatch() 758 err = xs_error(xs_single(XBT_NIL, XS_RESET_WATCHES, "", NULL)); in xs_reset_watches()
|