Home
last modified time | relevance | path

Searched refs:xs_single (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c360 xs_single(xenbus_transaction_t t, in xs_single() function
435 err = xs_single(t, XS_DIRECTORY, path, (void **)&strings, &len); in xenbus_directory()
489 err = xs_single(t, XS_READ, path, retp, len); in xenbus_read()
554 ret = xs_single(t, XS_MKDIR, path, NULL, NULL); in xenbus_mkdir()
567 ret = xs_single(t, XS_RM, path, NULL, NULL); in xenbus_rm()
586 err = xs_single(XBT_NULL, XS_TRANSACTION_START, "", &id_str, &len); in xenbus_transaction_start()
614 err = xs_single(t, XS_TRANSACTION_END, abortstr, NULL, NULL); in xenbus_transaction_end()