Searched refs:xs_set_permissions (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 168 bool xs_set_permissions(struct xs_handle *h, xs_transaction_t t,
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_xshelp.c | 66 xs_set_permissions(ctx->xsh, t, path, perms, num_perms); in libxl__xs_writev_perms() 179 ok = xs_set_permissions(ctx->xsh, t, path, perms, num_perms); in libxl__xs_mknod()
|
A D | libxl_device.c | 178 xs_set_permissions(ctx->xsh, t, frontend_path, in libxl__device_generic_add() 181 xs_set_permissions(ctx->xsh, t, frontend_path, in libxl__device_generic_add() 197 xs_set_permissions(ctx->xsh, t, backend_path, backend_perms, in libxl__device_generic_add()
|
A D | libxl_dm.c | 1839 xs_set_permissions(ctx->xsh, t, path, roperm, ARRAY_SIZE(roperm)); in libxl__write_stub_dmargs() 1840 …xs_set_permissions(ctx->xsh, t, GCSPRINTF("%s/rtc/timeoffset", vm_path), roperm, ARRAY_SIZE(roperm… in libxl__write_stub_dmargs() 1998 xs_set_permissions(ctx->xsh, t, in libxl__spawn_stub_dm()
|
A D | libxl_domain.c | 239 xs_set_permissions(ctx->xsh, t, vm_path, roperm, ARRAY_SIZE(roperm)); in libxl_domain_preserve()
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | init.c | 272 if (!xs_set_permissions(xs, 0, buf, perms, 2)) in init_xs_srv() 279 if (!xs_set_permissions(xs, 0, buf, perms, 2)) in init_xs_srv()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 237 ret = xs_set_permissions(xsh, xth, path, perms, nperms); in do_chmod()
|
A D | xs.c | 756 bool xs_set_permissions(struct xs_handle *h, in xs_set_permissions() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 390 result = xs_set_permissions(xh, th, path, xsperms, xsperms_n); in xspy_set_permissions()
|
Completed in 21 milliseconds