Searched refs:xs_single (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_xs.c | 323 static void *xs_single(struct xenbus_transaction t, in xs_single() function 400 strings = xs_single(t, XS_DIRECTORY, path, &len); in xenbus_directory() 438 ret = xs_single(t, XS_READ, path, len); in xenbus_read() 480 ret = xs_error(xs_single(t, XS_MKDIR, path, NULL)); in xenbus_mkdir() 496 ret = xs_error(xs_single(t, XS_RM, path, NULL)); in xenbus_rm() 511 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start() 536 err = xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end() 693 err = xs_error(xs_single(XBT_NIL, XS_RESET_WATCHES, "", NULL)); in xs_reset_watches()
|