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