OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xs_single
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/xen/xenbus/
xenbus_xs.c
245
xs_single
(struct xenbus_transaction *t,
function
328
err =
xs_single
(t, XS_DIRECTORY, path, &len, &strings);
329
DPRINTK("
xs_single
%d %d", err, len);
334
DPRINTK("
xs_single
strings %s", strings);
380
err =
xs_single
(t, XS_READ, path, &len, &ret);
470
ret =
xs_single
(t, XS_MKDIR, path, NULL, NULL);
485
ret =
xs_single
(t, XS_RM, path, NULL, NULL);
500
err =
xs_single
(NULL, XS_TRANSACTION_START, "", NULL, &id_str);
525
err =
xs_single
(t, XS_TRANSACTION_END, abortstr, NULL, NULL);
Completed in 72 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026