Searched refs:xs_single (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/xen/xenbus/ |
D | xenbus_xs.c | 355 static void *xs_single(struct xenbus_transaction t, in xs_single() function 432 strings = xs_single(t, XS_DIRECTORY, path, &len); in xenbus_directory() 470 ret = xs_single(t, XS_READ, path, len); in xenbus_read() 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() 541 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start() 563 return xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end() 758 err = xs_error(xs_single(XBT_NIL, XS_RESET_WATCHES, "", NULL)); in xs_reset_watches()
|