Searched refs:xs_single (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 372 static void *xs_single(struct xenbus_transaction t, in xs_single() function 455 strings = xs_single(t, XS_DIRECTORY, path, &len); in xenbus_directory() 493 ret = xs_single(t, XS_READ, path, len); in xenbus_read() 534 ret = xs_error(xs_single(t, XS_RM, path, NULL)); in xenbus_rm() 547 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start() 562 return xs_error(xs_single(t, XS_TRANSACTION_END, abort ? "F" : "T", in xenbus_transaction_end() 735 err = xs_error(xs_single(XBT_NIL, XS_RESET_WATCHES, "", NULL)); in xs_reset_watches()
|