/xen/tools/tests/xenstore/ |
A D | xs-test.c | 51 static char *paths[WRITE_BUFFERS_N]; variable 177 buf = xs_read(xsh, XBT_NULL, paths[0], &len); in test_read() 315 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 319 if ( !xs_write(xsh, t, paths[0], "b", 1) ) in test_ta2() 321 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 370 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 376 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 383 if ( !xs_write(xsh, t, paths[0], "c", 1) ) in test_ta3() 385 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 404 return verify_node(paths[0], "b", 1); in test_ta3_deinit() [all …]
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 13 paths: 33 paths: 55 paths: 77 paths: 99 paths:
|
A D | build.yaml | 7 paths:
|
/xen/tools/ocaml/libs/xs/ |
A D | Makefile | 14 OBJS = paths queueop xsraw xst xs 48 genpath-target = $(call buildmakevars2module,paths.ml) 51 GENERATED_FILES += paths.ml
|
A D | xsraw.ml | 165 (** Check paths are suitable for read/write/mkdir/rm/directory etc (NOT watches) *)
|
/xen/tools/ocaml/xenstored/ |
A D | Makefile | 37 OBJS = paths \ 99 genpath-target = $(call buildmakevars2module,paths.ml) 102 GENERATED_FILES += paths.ml
|
A D | transaction.ml | 86 mutable paths: (Xenbus.Xb.Op.operation * Store.Path.t) list; RecordField 128 paths = []; 140 let get_paths t = t.paths 144 let is_read_only t = t.paths = [] 145 let add_wop t ty path = t.paths <- (ty, path) :: t.paths 198 let has_write_ops = List.length t.paths > 0 in
|
A D | utils.ml | 105 canonicalize it (above) and, for domain-relative paths, check the 108 This prevents paths becoming invalid across migrate when the length
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`. 66 * `docs/misc/hypfs-paths.pandoc`
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 3 This document attempts to defines all the paths which are in common 12 test system etc can use it to validate whether the xenstore paths used 24 syntax defines an aggregated set of paths which are usually described 93 default paths under both of these locations are read only for the 105 on such paths. 124 All non-absolute paths are relative to this path. 272 ### Frontend device paths 510 paths of this form. 535 any of the paths the value of $INDEX is arbitrary. 603 ## Platform-Level paths [all …]
|
A D | xenstore.txt | 26 We can speak of two paths being <child> and <parent>, which is the 37 The permitted character for paths set is ASCII alphanumerics and plus 42 bytes are forbidden; clients specifying relative paths should keep 137 WRITE creates any missing parent paths, with empty values. 173 It is possible to set permissions for the special watch paths 210 paths that they cannot read; however, an application may rely 257 which changed paths which were read or written in the 299 <tdomid>. This grants domain <domid> full access to paths 301 permissions granted to <tdomid> on all other paths. This 303 paths related to <tdomid>.
|
A D | hypfs-paths.pandoc | 3 This document attempts to define all the paths which are available 76 1. Conditions under which paths are used may be extended, restricted, or 83 maintain this, removed paths should be retained with the tag [REMOVED].
|
A D | x86-xenpv-bootloader.pandoc | 14 The purpose of this document is to define the paths within the guest
|
A D | console.txt | 119 node in different xenstore paths, as described above. If the user doesn't
|
/xen/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 60 # Read each of the given paths, returning each result on a separate line, or 61 # exit this script if any of the paths is missing.
|
/xen/docs/ |
A D | configure.ac | 19 m4_include([../m4/paths.m4])
|
A D | INDEX | 16 misc/xenstore-paths Xenstore path documentation
|
/xen/ |
A D | configure.ac | 17 m4_include([m4/paths.m4])
|
A D | INSTALL | 57 Some components of these paths will be compiled into the binaries. 158 manually will not work anymore. The paths to systemd internals can also 159 be changed in case the default paths do not fit anymore. 179 debug. This option can be used to disable such code paths. 203 debug. This option can be used to disable such code paths. 331 all paths can be adjusted once with configure.
|
A D | .gitignore | 396 tools/ocaml/libs/xs/paths.ml 401 tools/ocaml/xenstored/paths.ml
|
/xen/tools/tests/mce-test/ |
A D | README | 6 most Xen MCE processing code paths and features with automation tests.
|
/xen/xen/arch/arm/arm32/lib/ |
A D | div64.S | 48 @ Test for easy paths first.
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 70 paths are used by the tools, so splitting needs to output relative to ``/``.
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 90 both xenstore nodes and node paths), and because guest’s own domid and the 102 drivers, without the co-operation of the frontend driver code, the paths and
|
/xen/tools/xl/ |
A D | CODING_STYLE | 161 Error code paths with an if statement and a goto or a return on the same
|