Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 24 of 24) sorted by relevance

/xen/tools/ocaml/xenstored/
A Dtransaction.ml26 let hierarch = Store.Path.get_hierarchy path in
28 let n1 = Store.Path.get_node root1 path
29 and n2 = Store.Path.get_node root2 path in
47 let oldnode = Store.Path.get_node oldroot path
48 and currentnode = Store.Path.get_node currentroot path in
60 let pnode = Store.Path.get_node currentroot (Store.Path.get_parent path) in
86 mutable paths: (Xenbus.Xb.Op.operation * Store.Path.t) list;
88 mutable read_lowpath: Store.Path.t option;
89 mutable write_lowpath: Store.Path.t option;
163 else set_write_lowpath t (Store.Path.get_parent path);
[all …]
A Dstore.ml103 module Path = struct module
310 Path.get_node store.root path
326 Path.apply store.root path do_read
350 Path.apply store.root path fct
457 write: Path.t -> string -> unit;
458 mkdir: Path.t -> unit;
459 rm: Path.t -> unit;
461 ls: Path.t -> string list;
462 read: Path.t -> string;
463 getperms: Path.t -> Perms.Node.t;
[all …]
A Dconnections.ml111 else "" :: Store.Path.to_string_list (Store.Path.of_string path)
114 "" :: Store.Path.to_string_list path
144 let path = Store.Path.to_string path in
A Dxenstored.ml145 let getpath s = Store.Path.of_string (Utils.unhexify s) in
218 let fullpath = Store.Path.to_string (Store.Path.of_path_and_name path name) in
293 Store.write store Perms.Connection.full_rights path "") Store.Path.specials;
305 let localpath = Store.Path.of_string "/local" in
349 cons Store.Path.release_domain
A Dprocess.ml56 | path :: "" :: [] -> Store.Path.create path (Connection.get_path con)
73 let dirname = Store.Path.get_parent path in
83 let ret = check_path (List.tl (Store.Path.get_hierarchy dirname)) in
137 | path :: value :: [] -> Store.Path.create path (Connection.get_path con), value
162 Store.Path.create path (Connection.get_path con),
428 Connections.fire_spec_watches (Transaction.get_root t) cons Store.Path.introduce_domain;
448 then Connections.fire_spec_watches (Transaction.get_root t) cons Store.Path.release_domain
A Dconnection.ml205 try Store.Path.apply root path @@ fun parent name ->
219 let abspath = get_watch_path watch.con watch.path |> Store.Path.of_string in
226 Logging.watch_not_fired ~con perms (Store.Path.to_string abspath)
A Ddisk.ml137 let path = Store.Path.of_string path in
/xen/m4/
A Ddocs_tool.m43 AC_ARG_VAR([$1], [Path to $2 tool])
12 AC_ARG_VAR([$1], [Path to $2 tool])
A Dpaths.m439 [Path to directory with sysv runlevel scripts. [SYSCONFDIR/init.d]]),
75 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
81 [Path to directory for runtime data. [LOCALSTATEDIR/run]]),
87 [Path to directory for debug symbols. [PREFIX/lib/debug]]),
/xen/tools/
A Dconfigure.ac296 AC_ARG_VAR([PYTHON], [Path to the Python parser])
297 AC_ARG_VAR([PERL], [Path to Perl parser])
298 AC_ARG_VAR([BISON], [Path to Bison parser generator])
299 AC_ARG_VAR([FLEX], [Path to Flex lexical analyser generator])
300 AC_ARG_VAR([BASH], [Path to bash shell])
301 AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool])
302 AC_ARG_VAR([AS86], [Path to as86 tool])
303 AC_ARG_VAR([LD86], [Path to ld86 tool])
304 AC_ARG_VAR([BCC], [Path to bcc tool])
305 AC_ARG_VAR([IASL], [Path to iasl tool])
[all …]
A Dconfigure1588 PYTHON Path to the Python parser
1589 PERL Path to Perl parser
1590 BISON Path to Bison parser generator
1591 FLEX Path to Flex lexical analyser generator
1592 BASH Path to bash shell
1593 XGETTEXT Path to xgetttext tool
1594 AS86 Path to as86 tool
1595 LD86 Path to ld86 tool
1596 BCC Path to bcc tool
1597 IASL Path to iasl tool
[all …]
/xen/docs/misc/
A Dhypfs-paths.pandoc52 * w -- Path is writable by the user. This capability is usually
56 * PV -- Path is valid for PV capable hypervisors only.
57 * HVM -- Path is valid for HVM capable hypervisors only.
58 * CONFIG_* -- Path is valid only in case the hypervisor was built with
72 Path *presence* is not stable, but path *meaning* is always stable: if a tool
A Dxenstore-paths.pandoc91 * w -- Path is writable by the containing domain, that is the domain
95 * n -- Path is neither readable nor writeable for guest domains.
96 * HVM -- Path is valid for HVM domains only
97 * PV -- Path is valid for PV domains only
98 * BACKEND -- Path is valid for a backend domain (AKA driver domain)
114 ## Domain Home Path
614 Path in xenstore to the frontend, normally
619 Path in xenstore to the backend, normally
A Dx86-xenpv-bootloader.pandoc25 ## Path
/xen/config/
A DStubdom.mk.in3 # Path Programs
/xen/docs/
A Dconfigure.ac29 AC_ARG_VAR([PERL], [Path to Perl parser])
A Dconfigure1295 --with-initddir=DIR Path to directory with sysv runlevel scripts.
1304 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
1306 --with-rundir=DIR Path to directory for runtime data.
1308 --with-debugdir=DIR Path to directory for debug symbols.
1312 FIG2DEV Path to fig2dev tool
1313 POD2MAN Path to pod2man tool
1314 POD2HTML Path to pod2html tool
1315 POD2TEXT Path to pod2text tool
1316 PANDOC Path to pandoc tool
1317 PERL Path to Perl parser
/xen/tools/golang/xenlight/
A Dtypes.gen.go348 Path string member
774 Path string member
788 Path string member
813 Path string member
A Dhelpers.gen.go455 x.Path = C.GoString(tmp.path)
484 if tmp.Path != "" {
485 pty.path = C.CString(tmp.Path)}
2209 x.Path = C.GoString(xc.path)
2218 if x.Path != "" {
2219 xc.path = C.CString(x.Path)}
2282 x.Path = C.GoString(xc.path)
2298 if x.Path != "" {
2299 xc.path = C.CString(x.Path)}
2384 x.Path = C.GoString(tmp.path)
[all …]
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in1 ## Path: System/Virtualization
A Dsysconfig.xendomains.in1 ## Path: System/Virtualization
/xen/stubdom/
A Dconfigure.ac51 AC_ARG_VAR([CMAKE], [Path to the cmake program])
A Dconfigure1356 CMAKE Path to the cmake program
/xen/
A Dconfigure1322 --with-initddir=DIR Path to directory with sysv runlevel scripts.
1331 --with-xen-dumpdir=DIR Path to directory for domU crash dumps.
1333 --with-rundir=DIR Path to directory for runtime data.
1335 --with-debugdir=DIR Path to directory for debug symbols.

Completed in 1294 milliseconds