Searched refs:xs_bool (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 574 static bool xs_bool(char *reply) in xs_bool() function 697 return xs_bool(xs_talkv(h, t, XS_WRITE, iovec, in xs_write() 707 return xs_bool(xs_single(h, t, XS_MKDIR, path, NULL)); in xs_mkdir() 716 return xs_bool(xs_single(h, t, XS_RM, path, NULL)); in xs_rm() 780 if (!xs_bool(xs_talkv(h, t, XS_SET_PERMS, iov, 1+num_perms, NULL))) in xs_set_permissions() 845 return xs_bool(xs_talkv(h, XBT_NULL, XS_WATCH, iov, in xs_watch() 971 res = xs_bool(xs_talkv(h, XBT_NULL, XS_UNWATCH, iov, in xs_unwatch() 1081 return xs_bool(xs_talkv(h, XBT_NULL, XS_INTRODUCE, iov, in xs_introduce_domain() 1100 return xs_bool(xs_talkv(h, XBT_NULL, XS_SET_TARGET, iov, in xs_set_target() 1117 return xs_bool(single_with_domid(h, XS_RELEASE, domid)); in xs_release_domain() [all …]
|
Completed in 4 milliseconds