Home
last modified time | relevance | path

Searched refs:xenstored (Results 1 – 25 of 35) sorted by relevance

12

/xen-4.10.0-shim-comet/m4/
A Dxenstored.m49 xenstored=$sbindir/oxenstored
11 xenstore="xenstored"
12 xenstored=$sbindir/xenstored
18 AC_ARG_WITH([xenstored],
19 AS_HELP_STRING([--with-xenstored@<:@=oxenstored|xenstored@:>@],
21 two options: the original xenstored written in C (xenstored)
26 dependencies resolved we'll enable the C xenstored for you. If
32 xenstored=$sbindir/xenstored
36 xenstored=$sbindir/oxenstored
40 AC_MSG_ERROR([Unsupported xenstored specified, supported types: oxenstored xenstored])
[all …]
A Dpaths.m47 dnl xenstored active at a time. All tools have to share this dir, even
57 scripts and daemons such as xenstored.
113 XEN_LIB_STORED=$localstatedir/lib/xenstored
116 XEN_RUN_STORED=$rundir_path/xenstored
152 *freebsd*) XENSTORED_KVA=/dev/xen/xenstored ;;
158 *freebsd*) XENSTORED_PORT=/dev/xen/xenstored ;;
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Doxenstored.conf.in1 # default xenstored config
4 pid-file = @XEN_RUN_DIR@/xenstored.pid
59 # xenstored-log-file = @XEN_LOG_DIR@/xenstored.log
60 # xenstored-log-level = null
61 # xenstored-log-nb-files = 10
64 # access-log-file = @XEN_LOG_DIR@/xenstored-access.log
73 xenstored-kva = @XENSTORED_KVA@
74 xenstored-port = @XENSTORED_PORT@
A Dparse_arg.ml24 pidfile: string option; (* old xenstored compatibility *)
25 tracefile: string option; (* old xenstored compatibility *)
32 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
44 "to state that xenstored should not initialise dom0");
59 …let usage_msg = "usage : xenstored [--config-file <filename>] [--no-domain-init] [--help] [--no-fo…
A Dxenstored.ml22 let error fmt = Logging.error "xenstored" fmt
23 let debug fmt = Logging.debug "xenstored" fmt
24 let info fmt = Logging.info "xenstored" fmt
86 let default_pidfile = Paths.xen_run_dir ^ "/xenstored.pid"
107 ("xenstored-log-level", Config.String
109 ("xenstored-log-nb-files", Config.Set_int Logging.xenstored_log_nb_files);
122 ("xenstored-kva", Config.Set_string Domains.xenstored_kva);
123 ("xenstored-port", Config.Set_string Domains.xenstored_port); ] in
139 let dump_format_header = "$xenstored-dump-format"
263 (* for compatilibity with old xenstored *)
[all …]
A DMakefile59 xenstored
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in22 ## Default: xenstored
30 # * @sbindir@/xenstored
38 # Additional commandline arguments to start xenstored,
39 # like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
40 # See "@sbindir@/xenstored --help" for possible options.
47 # Log xenstored messages
54 # Running xenstored on XENSTORED_ROOTDIR
A Dxencommons.in92 echo WARNING: Not stopping xenstored, as it cannot be restarted.
100 test -f @XEN_RUN_DIR@/xenstored.pid
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/rc.d/
A Dxencommons.in32 mkdir -p @XEN_RUN_DIR@/xenstored || exit 1
40 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
52 ${sbindir}/xenstored ${XENSTORED_ARGS}
90 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A Dxenstored.service.in3 Requires=proc-xen.mount var-lib-xenstored.mount
4 After=proc-xen.mount var-lib-xenstored.mount
19 Also=var-lib-xenstored.mount
A Dxen-init-dom0.service.in3 Requires=xenstored.service proc-xen.mount
4 After=xenstored.service proc-xen.mount
A Dxenconsoled.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service
A Dxendomains.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
A Dxen-qemu-dom0-disk-backend.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service xenconsoled.service
A DMakefile7 XEN_SYSTEMD_MOUNT += var-lib-xenstored.mount
9 XEN_SYSTEMD_SERVICE = xenstored.service
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt63 limit, its xenstored connection will be immediately killed by
183 events which are invented by xenstored:
226 <transid> is an opaque uint32_t allocated by xenstored
249 Notifies xenstored to communicate with this domain.
253 xenstored prevents its use other than by dom0.
259 decimal), on which xenstored will call bind_interdomain.
268 communicate with xenstored. NB that xenstored will in any
270 xenstored prevents the use of RELEASE other than by dom0.
298 xenstored prevents the use of RESUME other than by dom0.
301 Notifies xenstored that domain <domid> is targeting domain
[all …]
/xen-4.10.0-shim-comet/
A DREADME74 includes the alternative ocaml xenstored.
142 xenstore: xenstored and oxenstored
148 guests. Two xenstored daemons are supported, one written in C which we refer
149 to as the xenstored (sometimes referred to as cxenstored), and another written
152 the xenstored [2] page. You can choose which xenstore you want to enable as
155 ./configure --with-xenstored=xenstored
156 ./configure --with-xenstored=oxenstored
159 If you enable oxenstored the xenstored will still be built and installed,
160 the xenstored used can be changed through the configuration file:
166 You can change the preferred xenstored you want to use in the configuration
A DINSTALL123 Two variants of a xenstored exist: the original xenstored written in C
124 (xenstored) or the newer and robust one written in Ocaml (oxenstored).
127 original xenstored will be used. Valid names are xenstored and
129 --with-xenstored=name
136 can also be started by systemd. If this option is enabled xenstored will
A D.gitignore272 tools/xenstore/xenstored
399 tools/ocaml/xenstored/_paths.h
400 tools/ocaml/xenstored/oxenstored
401 tools/ocaml/xenstored/oxenstored.conf
402 tools/ocaml/xenstored/paths.ml
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dlaunch-xenstore.in23 test -f @XEN_RUN_DIR@/xenstored.pid
65 $XENSTORED --pid-file @XEN_RUN_DIR@/xenstored.pid $XENSTORED_ARGS
/xen-4.10.0-shim-comet/tools/xenstore/
A DMakefile52 ALL_TARGETS += xs_tdb_dump xenstored
79 xenstored: $(XENSTORED_OBJS) target
82 xenstored.a: $(XENSTORED_OBJS)
132 rm -f xenstored xs_random xs_stress xs_crashme
157 $(INSTALL_PROG) xenstored $(DESTDIR)$(sbindir)
194 rm -f $(DESTDIR)$(sbindir)/xenstored
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.mli83 (** open a socket-based xenstored connection *)
86 (** open a mmap-based xenstored connection *)
89 (** close any xenstored connection *)
/xen-4.10.0-shim-comet/tools/ocaml/
A DMakefile5 SUBDIRS += xenstored
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac24 ocaml/xenstored/oxenstored.conf
305 m4_include([../m4/xenstored.m4])
445 hotplug/Linux/systemd/var-lib-xenstored.mount
452 hotplug/Linux/systemd/xenstored.service
A Dconfigure1533 --with-xenstored[=oxenstored|xenstored]
3814 *freebsd*) XENSTORED_KVA=/dev/xen/xenstored ;;
3976 XEN_LIB_STORED=$localstatedir/lib/xenstored
3979 XEN_RUN_STORED=$rundir_path/xenstored
6664 xenstored=$sbindir/xenstored
6670 xenstored=$sbindir/oxenstored
6690 xenstored=$sbindir/oxenstored
6694 xenstored=$sbindir/xenstored
6709 XENSTORED=$xenstored
10439 … "ocaml/xenstored/oxenstored.conf") CONFIG_FILES="$CONFIG_FILES ocaml/xenstored/oxenstored.conf" ;;
[all …]

Completed in 22 milliseconds

12