Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_create.c756 roperm[0].id = 0; in libxl__domain_make()
757 roperm[0].perms = XS_PERM_NONE; in libxl__domain_make()
758 roperm[1].id = *domid; in libxl__domain_make()
759 roperm[1].perms = XS_PERM_READ; in libxl__domain_make()
768 libxl__xs_mknod(gc, t, dom_path, roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
771 libxl__xs_mknod(gc, t, vm_path, roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
785 roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
788 roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
793 roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
806 roperm, ARRAY_SIZE(roperm)); in libxl__domain_make()
[all …]
A Dlibxl_dm.c2097 struct xs_permissions roperm[2]; in libxl__write_stub_dmargs() local
2102 roperm[0].id = 0; in libxl__write_stub_dmargs()
2103 roperm[0].perms = XS_PERM_NONE; in libxl__write_stub_dmargs()
2104 roperm[1].id = dm_domid; in libxl__write_stub_dmargs()
2105 roperm[1].perms = XS_PERM_READ; in libxl__write_stub_dmargs()
2148 rc = libxl__xs_mknod(gc, t, path, roperm, ARRAY_SIZE(roperm)); in libxl__write_stub_dmargs()
2160 rc = libxl__xs_mknod(gc, t, path, roperm, ARRAY_SIZE(roperm)); in libxl__write_stub_dmargs()
2167 roperm, ARRAY_SIZE(roperm)); in libxl__write_stub_dmargs()
A Dlibxl_domain.c213 struct xs_permissions roperm[2]; in libxl_domain_preserve() local
246 roperm[0].id = 0; in libxl_domain_preserve()
247 roperm[0].perms = XS_PERM_NONE; in libxl_domain_preserve()
248 roperm[1].id = domid; in libxl_domain_preserve()
249 roperm[1].perms = XS_PERM_READ; in libxl_domain_preserve()
256 xs_set_permissions(ctx->xsh, t, vm_path, roperm, ARRAY_SIZE(roperm)); in libxl_domain_preserve()

Completed in 15 milliseconds