Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 29) sorted by relevance

12

/xen/tools/tests/xenstore/
A Dxs-test.c51 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 Dtest.yaml13 paths:
33 paths:
55 paths:
77 paths:
99 paths:
A Dbuild.yaml7 paths:
/xen/tools/ocaml/libs/xs/
A DMakefile14 OBJS = paths queueop xsraw xst xs
48 genpath-target = $(call buildmakevars2module,paths.ml)
51 GENERATED_FILES += paths.ml
A Dxsraw.ml165 (** Check paths are suitable for read/write/mkdir/rm/directory etc (NOT watches) *)
/xen/tools/ocaml/xenstored/
A DMakefile37 OBJS = paths \
99 genpath-target = $(call buildmakevars2module,paths.ml)
102 GENERATED_FILES += paths.ml
A Dtransaction.ml86 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 Dutils.ml105 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 Dhypervisorfs.pandoc43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`.
66 * `docs/misc/hypfs-paths.pandoc`
/xen/docs/misc/
A Dxenstore-paths.pandoc3 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 Dxenstore.txt26 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 Dhypfs-paths.pandoc3 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 Dx86-xenpv-bootloader.pandoc14 The purpose of this document is to define the paths within the guest
A Dconsole.txt119 node in different xenstore paths, as described above. If the user doesn't
/xen/tools/hotplug/Linux/
A Dxen-hotplug-common.sh.in60 # 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 Dconfigure.ac19 m4_include([../m4/paths.m4])
A DINDEX16 misc/xenstore-paths Xenstore path documentation
/xen/
A Dconfigure.ac17 m4_include([m4/paths.m4])
A DINSTALL57 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.gitignore396 tools/ocaml/libs/xs/paths.ml
401 tools/ocaml/xenstored/paths.ml
/xen/tools/tests/mce-test/
A DREADME6 most Xen MCE processing code paths and features with automation tests.
/xen/xen/arch/arm/arm32/lib/
A Ddiv64.S48 @ Test for easy paths first.
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst70 paths are used by the tools, so splitting needs to output relative to ``/``.
/xen/docs/designs/
A Dnon-cooperative-migration.md90 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 DCODING_STYLE161 Error code paths with an if statement and a goto or a return on the same

Completed in 21 milliseconds

12