Home
last modified time | relevance | path

Searched refs:xenstore (Results 1 – 25 of 86) sorted by relevance

1234

/xen/tools/xenstore/
A DMakefile21 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
22 CLIENTS += xenstore-write xenstore-ls xenstore-watch
41 xenstore xenstore-control: CFLAGS += -static target
60 clients: xenstore $(CLIENTS) xenstore-control
87 $(CLIENTS): xenstore
88 ln -f xenstore $@
118 PKG_CONFIG := xenstore.pc
141 rm -f xs_tdb_dump xenstore-control init-xenstore-domain
142 rm -f xenstore $(CLIENTS)
143 rm -f xenstore.pc
[all …]
A Dxenstored_probes.d12 provider xenstore {
23 #pragma D attributes Evolving/Evolving/Common provider xenstore provider
24 #pragma D attributes Private/Private/Unknown provider xenstore module
25 #pragma D attributes Private/Private/Unknown provider xenstore function
26 #pragma D attributes Evolving/Evolving/Common provider xenstore name
27 #pragma D attributes Evolving/Evolving/Common provider xenstore args
/xen/tools/ocaml/libs/xs/
A DMakefile16 LIBS = xenstore.cma xenstore.cmxa
24 xenstore_OBJS = xenstore
25 OCAML_NOC_LIBRARY = xenstore
27 xenstore.cmx : $(foreach obj, $(OBJS), $(obj).cmx)
31 xenstore.cmo : $(foreach obj, $(OBJS), $(obj).cmo)
39 $(OCAMLFIND) remove -destdir $(OCAMLDESTDIR) xenstore
40 …install -destdir $(OCAMLDESTDIR) -ldconf ignore xenstore META $(LIBS) xenstore.cmo xenstore.cmi xe…
44 $(OCAMLFIND) remove -destdir $(OCAMLDESTDIR) xenstore
A DMETA.in4 archive(byte) = "xenstore.cma"
5 archive(native) = "xenstore.cmxa"
/xen/docs/man/
A Dxenstore.1.pod3 xenstore - interact with Xenstore
7 B<xenstore> I<CMD> ...
15 =item B<xenstore-chmod>(1)
19 =item B<xenstore-exists>(1)
23 =item B<xenstore-list>(1)
27 =item B<xenstore-ls>(1)
31 =item B<xenstore-read>(1)
35 =item B<xenstore-rm>(1)
39 =item B<xenstore-watch>(1)
43 =item B<xenstore-write>(1)
A Dxenstore-read.1.pod3 xenstore-read - read Xenstore values
7 B<xenstore-read> [I<OPTION>]... [I<PATH>]...
A Dxenstore-write.1.pod3 xenstore-write - write Xenstore values
7 B<xenstore-read> [I<OPTION>]... I<PATH> I<VALUE>...
/xen/tools/hotplug/NetBSD/
A Dvif-ip19 xenstore-rm $xpath
23 xip=$(xenstore-read "$xpath/ip")
24 xfid=$(xenstore-read "$xpath/frontend-id")
25 xhandle=$(xenstore-read "$xpath/handle")
26 iface=$(xenstore-read "$xpath/vifname")
28 xenstore-write $xpath/hotplug-status connected
A Dvif-bridge19 xenstore-rm $xpath
23 xbridge=$(xenstore-read "$xpath/bridge")
24 xfid=$(xenstore-read "$xpath/frontend-id")
25 xhandle=$(xenstore-read "$xpath/handle")
26 iface=$(xenstore-read "$xpath/vifname")
29 xenstore-write $xpath/hotplug-status connected
A Dblock15 xenstore-write $xpath/hotplug-status error \
23 xparams=$(xenstore-read "$xpath/params")
40 vnd=$(xenstore-read "$xpath/vnd" || echo none)
51 xenstore-rm $xpath
83 xenstore-write $xpath/vnd $device
90 xenstore-write $xpath/physical-device $physical_device
91 xenstore-write $xpath/hotplug-status connected
/xen/tools/hotplug/Linux/
A Dremus-netbuf-setup124 for domid in `xenstore-list "/local/domain" 2>/dev/null || true`
127 xenstore-exists "/libxl/$domid/remus/netbuf" || continue
128 for devid in `xenstore-list "/libxl/$domid/remus/netbuf" 2>/dev/null || true`
131 xenstore-exists $path || continue
132 local ifb=`xenstore-read "$path" 2>/dev/null || true`
199 xenstore-exists "$XENBUS_PATH/ifb" && \
200 local ifb2=`xenstore-read "$XENBUS_PATH/ifb" 2>/dev/null || true`
205 xenstore-rm -t "$XENBUS_PATH/ifb" 2>/dev/null || true
208 xenstore-rm -t "$XENBUS_PATH/hotplug-status" 2>/dev/null || true
209 xenstore-rm -t "$XENBUS_PATH/hotplug-error" 2>/dev/null || true
A Dxen-hotplug-common.sh.in64 local v=$(xenstore-read "$@" || true)
65 [ "$v" != "" ] || fatal "xenstore-read $@ failed."
77 xenstore-read "$1" 2>/dev/null || echo "$2"
87 log debug "Writing $@ to xenstore."
88 xenstore-write "$@"
98 _xenstore_write "$@" || fatal "Writing $@ to xenstore failed."
A Dlaunch-xenstore.in73 [ -z "$XENSTORE_DOMAIN_KERNEL" ] && XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz
80 ${LIBEXEC_BIN}/init-xenstore-domain $XENSTORE_DOMAIN_ARGS || exit 1
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in24 # Select xenstore implementation, this can be either
59 ## Default: @LIBEXEC@/boot/xenstore-stubdom.gz
61 # xenstore domain kernel.
63 #XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz
68 # xenstore domain memory size in MiB.
73 ## Default: not set, no autoballooning of xenstore domain
75 # Maximum xenstore domain memory size. Can be specified as:
86 # Additional arguments for starting the xenstore domain.
/xen/m4/
A Dxenstored.m48 xenstore="oxenstored"
11 xenstore="xenstored"
20 [This lets you choose which xenstore daemon you want, you have
31 xenstore=$withval
35 xenstore=$withval
50 XENSTORE=$xenstore
/xen/
A D.gitignore264 tools/xenstore/xenstore
265 tools/xenstore/xenstore-chmod
266 tools/xenstore/xenstore-exists
267 tools/xenstore/xenstore-list
268 tools/xenstore/xenstore-read
269 tools/xenstore/xenstore-rm
270 tools/xenstore/xenstore-write
271 tools/xenstore/xenstore-control
272 tools/xenstore/xenstore-ls
275 tools/xenstore/xenstore.pc
[all …]
/xen/tools/helpers/
A DMakefile10 PROGS += init-xenstore-domain
19 INIT_XENSTORE_DOMAIN_OBJS = init-xenstore-domain.o init-dom-json.o
34 init-xenstore-domain: $(INIT_XENSTORE_DOMAIN_OBJS)
42 $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(LIBEXEC_BIN)
48 rm -f $(DESTDIR)$(LIBEXEC_BIN)/init-xenstore-domain
/xen/docs/misc/
A Dxenstore-ring.txt1 The xenstore ring is a datastructure stored within a single 4KiB page
2 shared between the xenstore server and the guest. The ring contains
4 information. The [xenstore protocol](xenstore.txt) is layered on top of
7 The xenstore ring datastructure
50 A xenstore ring is always associated with an event channel. Whenever the
56 The xenstore server may decide to advertise some features via the
104 [xenstore protocol](xenstore.txt) packets it may have;
105 - empty the Input and Output queues in the xenstore ring;
A Dconsole.txt8 relevant information in xenstore under /local/domain/$DOMID/console.
18 The first PV console path in xenstore remains:
22 The virtual UART console path in xenstore is defined as:
35 The other PV consoles follow the conventional xenstore device path and
58 The toolstack writes 'connection' information in the xenstore backend in
96 by the toolstack in the "type" node in the xenstore frontend.
99 # xenstore-read /local/domain/26/console/1/type
110 xenstore in the following path:
119 node in different xenstore paths, as described above. If the user doesn't
/xen/tools/hotplug/FreeBSD/
A Dblock15 params=$(xenstore-read "$path/params")
19 xenstore-write $path/physical-device-path $params
A Dvif-bridge24 bridge=$(xenstore-read "$path/bridge")
33 bridge=$(xenstore-read "$path/bridge")
/xen/tools/hotplug/Linux/systemd/
A Dvar-lib-xenstored.mount.in2 Description=mount xenstore file system
9 What=xenstore
A Dxenstored.service.in2 Description=The Xen xenstore
14 ExecStart=@XEN_SCRIPT_DIR@/launch-xenstore
/xen/stubdom/
A DMakefile357 xenstore/stamp: $(XEN_ROOT)/tools/xenstore/Makefile
547 xenstore-minios-config.mk: $(CURDIR)/xenstore-minios.cfg
550 .PHONY: xenstore
551 xenstore: $(CROSS_ROOT) xenstore-minios-config.mk target
583 .PHONY: xenstore-stubdom
584 xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore
612 install-xenstore: xenstore-stubdom
646 uninstall-xenstore:
666 rm -fr mini-os-$(XEN_TARGET_ARCH)-xenstore
686 -[ ! -d xenstore ] || $(MAKE) DESTDIR= -C xenstore clean
[all …]
/xen/tools/flask/policy/modules/
A Dxenstore.te12 # Current xenstore stubdom uses the hypervisor console, not "xl console"
18 # rule between xenstore_t and every domain type that talks to xenstore

Completed in 21 milliseconds

1234