/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 50 static char *paths[WRITE_BUFFERS_N]; variable 176 buf = xs_read(xsh, XBT_NULL, paths[0], &len); in test_read() 314 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 318 if ( !xs_write(xsh, t, paths[0], "b", 1) ) in test_ta2() 320 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 369 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 375 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 382 if ( !xs_write(xsh, t, paths[0], "c", 1) ) in test_ta3() 384 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 403 return verify_node(paths[0], "b", 1); in test_ta3_deinit() [all …]
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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 | 85 mutable paths: (Xenbus.Xb.Op.operation * Store.Path.t) list; RecordField 126 paths = []; 138 let get_paths t = t.paths 140 let is_read_only t = t.paths = [] 141 let add_wop t ty path = t.paths <- (ty, path) :: t.paths 194 let has_write_ops = List.length t.paths > 0 in
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 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 105 on such paths. 124 All non-absolute paths are relative to this path. 265 ### Frontend device paths 433 Since a toolstack may not initialize these paths, and the parent 484 paths of this form. 509 any of the paths the value of $INDEX is arbitrary. 572 ## 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. 196 paths that they cannot read; however, an application may rely 243 which changed paths which were read or written in the 302 <tdomid>. This grants domain <domid> full access to paths 304 permissions granted to <tdomid> on all other paths. This 306 paths related to <tdomid>.
|
A D | x86-xenpv-bootloader.markdown | 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
|
A D | xen-command-line.markdown | 1603 SErrors we have to place SError checking code in every EL1 <-> EL2 paths. 1620 2. dsb/isb on EL2 -> EL1 return paths to prevent slipping hypervisor
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/ |
A D | configure.ac | 19 m4_include([../m4/paths.m4])
|
A D | INDEX | 16 misc/xenstore-paths Xenstore path documentation
|
/xen-4.10.0-shim-comet/ |
A D | configure.ac | 17 m4_include([m4/paths.m4])
|
A D | INSTALL | 37 Some components of these paths will be compiled into the binaries. 138 manually will not work anymore. The paths to systemd internals can also 139 be changed in case the default paths do not fit anymore. 163 debug. This option can be used to disable such code paths. 187 debug. This option can be used to disable such code paths. 312 all paths can be adjusted once with configure.
|
A D | .gitignore | 398 tools/ocaml/libs/xs/paths.ml 402 tools/ocaml/xenstored/paths.ml
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-ringwatch | 90 paths = glob.glob("%s/%s" % (cls.SYSFS_BASEDIR, 92 for path in paths: 123 paths = glob.glob("%s/%s" % (backend.path(), 125 for path in paths:
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/ |
A D | README | 12 NB. You can override paths to Xen sources and a (stub) XenLinux
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/ |
A D | README | 6 most Xen MCE processing code paths and features with automation tests.
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | div64.S | 48 @ Test for easy paths first.
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 161 Error code paths with an if statement and a goto or a return on the same
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure.ac | 74 m4_include([../m4/paths.m4])
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 286 Error code paths with an if statement and a goto or a return on the same
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 665 + struct btrfs_path paths [LAST_LOOKUP_POOL]; 1641 + return &BTRFS_FS_INFO->paths[lpid];
|