Searched defs:xs_single (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 360 xs_single(xenbus_transaction_t t, function 435 err = xs_single(t, XS_DIRECTORY, path, (void **)&strings, &len); 489 err = xs_single(t, XS_READ, path, retp, len); 554 ret = xs_single(t, XS_MKDIR, path, NULL, NULL); 567 ret = xs_single(t, XS_RM, path, NULL, NULL); 586 err = xs_single(XBT_NULL, XS_TRANSACTION_START, "", &id_str, &len); 614 err = xs_single(t, XS_TRANSACTION_END, abortstr, NULL, NULL);
|
Completed in 94 milliseconds