/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | Makefile | 24 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod 25 CLIENTS += xenstore-write xenstore-ls xenstore-watch 44 xenstore xenstore-control: CFLAGS += -static target 63 clients: xenstore $(CLIENTS) xenstore-control 85 $(CLIENTS): xenstore 86 ln -f xenstore $@ 110 PKG_CONFIG := xenstore.pc 133 rm -f xs_tdb_dump xenstore-control init-xenstore-domain 134 rm -f xenstore $(CLIENTS) 135 rm -f xenstore.pc [all …]
|
A D | xenstored_probes.d | 12 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-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | Makefile | 16 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 D | META.in | 4 archive(byte) = "xenstore.cma" 5 archive(native) = "xenstore.cmxa"
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xenstore.pod.1 | 3 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)
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xen-hotplug-cleanup | 24 $(xenstore-read "$vm_dev" 2>/dev/null) || \ 35 xenstore-rm -t \ 36 $(xenstore-read "$XENBUS_PATH/frontend" 2>/dev/null) 2>/dev/null || true 39 xenstore-rm -t "$XENBUS_PATH" 2>/dev/null || true 40 xenstore-rm -t "error/$XENBUS_PATH" 2>/dev/null || true 43 [ "$vm_dev" != "" ] && xenstore-rm -t "$vm_dev" 2>/dev/null || true
|
A D | remus-netbuf-setup | 124 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 D | xen-hotplug-common.sh.in | 64 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 D | launch-xenstore.in | 73 [ -z "$XENSTORE_DOMAIN_KERNEL" ] && XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz 80 ${LIBEXEC_BIN}/init-xenstore-domain $XENSTORE_DOMAIN_ARGS || exit 1
|
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/ |
A D | vif-ip | 19 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 D | vif-bridge | 19 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 D | block | 15 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-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xencommons.in | 24 # 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-4.10.0-shim-comet/m4/ |
A D | xenstored.m4 | 8 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-4.10.0-shim-comet/ |
A D | .gitignore | 263 tools/xenstore/xenstore 264 tools/xenstore/xenstore-chmod 265 tools/xenstore/xenstore-exists 266 tools/xenstore/xenstore-list 267 tools/xenstore/xenstore-read 268 tools/xenstore/xenstore-rm 269 tools/xenstore/xenstore-write 270 tools/xenstore/xenstore-control 271 tools/xenstore/xenstore-ls 274 tools/xenstore/xenstore.pc [all …]
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | Makefile | 10 PROGS += init-xenstore-domain 18 INIT_XENSTORE_DOMAIN_OBJS = init-xenstore-domain.o init-dom-json.o 33 init-xenstore-domain: $(INIT_XENSTORE_DOMAIN_OBJS) 41 $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(LIBEXEC_BIN) 47 rm -f $(DESTDIR)$(LIBEXEC_BIN)/init-xenstore-domain
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-ring.txt | 1 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 D | console.txt | 8 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-4.10.0-shim-comet/tools/hotplug/FreeBSD/ |
A D | block | 15 params=$(xenstore-read "$path/params") 19 xenstore-write $path/physical-device-path $params
|
A D | vif-bridge | 24 bridge=$(xenstore-read "$path/bridge") 33 bridge=$(xenstore-read "$path/bridge")
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | Makefile | 354 xenstore/stamp: $(XEN_ROOT)/tools/xenstore/Makefile 544 xenstore-minios-config.mk: $(CURDIR)/xenstore-minios.cfg 547 .PHONY: xenstore 548 xenstore: $(CROSS_ROOT) xenstore-minios-config.mk target 580 .PHONY: xenstore-stubdom 581 xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore 609 install-xenstore: xenstore-stubdom 643 uninstall-xenstore: 663 rm -fr mini-os-$(XEN_TARGET_ARCH)-xenstore 683 -[ ! -d xenstore ] || $(MAKE) DESTDIR= -C xenstore clean [all …]
|
A D | configure.ac | 7 AC_CONFIG_SRCDIR([xenstore-minios.cfg]) 25 AX_STUBDOM_DEFAULT_ENABLE([xenstore-stubdom], [xenstore])
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | var-lib-xenstored.mount.in | 2 Description=mount xenstore file system 9 What=xenstore
|
A D | xenstored.service.in | 2 Description=The Xen xenstore 14 ExecStart=@XEN_SCRIPT_DIR@/launch-xenstore
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xenstore.te | 12 # Current xenstore stubdom uses the hypervisor console, not "xl console" 18 # rule between xenstore_t and every domain type that talks to xenstore
|