Searched refs:xenstore (Results 1 – 25 of 86) sorted by relevance
1234
21 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod22 CLIENTS += xenstore-write xenstore-ls xenstore-watch41 xenstore xenstore-control: CFLAGS += -static target60 clients: xenstore $(CLIENTS) xenstore-control87 $(CLIENTS): xenstore88 ln -f xenstore $@118 PKG_CONFIG := xenstore.pc141 rm -f xs_tdb_dump xenstore-control init-xenstore-domain142 rm -f xenstore $(CLIENTS)143 rm -f xenstore.pc[all …]
12 provider xenstore {23 #pragma D attributes Evolving/Evolving/Common provider xenstore provider24 #pragma D attributes Private/Private/Unknown provider xenstore module25 #pragma D attributes Private/Private/Unknown provider xenstore function26 #pragma D attributes Evolving/Evolving/Common provider xenstore name27 #pragma D attributes Evolving/Evolving/Common provider xenstore args
16 LIBS = xenstore.cma xenstore.cmxa24 xenstore_OBJS = xenstore25 OCAML_NOC_LIBRARY = xenstore27 xenstore.cmx : $(foreach obj, $(OBJS), $(obj).cmx)31 xenstore.cmo : $(foreach obj, $(OBJS), $(obj).cmo)39 $(OCAMLFIND) remove -destdir $(OCAMLDESTDIR) xenstore40 …install -destdir $(OCAMLDESTDIR) -ldconf ignore xenstore META $(LIBS) xenstore.cmo xenstore.cmi xe…44 $(OCAMLFIND) remove -destdir $(OCAMLDESTDIR) xenstore
4 archive(byte) = "xenstore.cma"5 archive(native) = "xenstore.cmxa"
3 xenstore - interact with Xenstore7 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)
3 xenstore-read - read Xenstore values7 B<xenstore-read> [I<OPTION>]... [I<PATH>]...
3 xenstore-write - write Xenstore values7 B<xenstore-read> [I<OPTION>]... I<PATH> I<VALUE>...
19 xenstore-rm $xpath23 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
19 xenstore-rm $xpath23 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
15 xenstore-write $xpath/hotplug-status error \23 xparams=$(xenstore-read "$xpath/params")40 vnd=$(xenstore-read "$xpath/vnd" || echo none)51 xenstore-rm $xpath83 xenstore-write $xpath/vnd $device90 xenstore-write $xpath/physical-device $physical_device91 xenstore-write $xpath/hotplug-status connected
124 for domid in `xenstore-list "/local/domain" 2>/dev/null || true`127 xenstore-exists "/libxl/$domid/remus/netbuf" || continue128 for devid in `xenstore-list "/libxl/$domid/remus/netbuf" 2>/dev/null || true`131 xenstore-exists $path || continue132 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 || true208 xenstore-rm -t "$XENBUS_PATH/hotplug-status" 2>/dev/null || true209 xenstore-rm -t "$XENBUS_PATH/hotplug-error" 2>/dev/null || true
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."
73 [ -z "$XENSTORE_DOMAIN_KERNEL" ] && XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz80 ${LIBEXEC_BIN}/init-xenstore-domain $XENSTORE_DOMAIN_ARGS || exit 1
24 # Select xenstore implementation, this can be either59 ## Default: @LIBEXEC@/boot/xenstore-stubdom.gz61 # xenstore domain kernel.63 #XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz68 # xenstore domain memory size in MiB.73 ## Default: not set, no autoballooning of xenstore domain75 # Maximum xenstore domain memory size. Can be specified as:86 # Additional arguments for starting the xenstore domain.
8 xenstore="oxenstored"11 xenstore="xenstored"20 [This lets you choose which xenstore daemon you want, you have31 xenstore=$withval35 xenstore=$withval50 XENSTORE=$xenstore
264 tools/xenstore/xenstore265 tools/xenstore/xenstore-chmod266 tools/xenstore/xenstore-exists267 tools/xenstore/xenstore-list268 tools/xenstore/xenstore-read269 tools/xenstore/xenstore-rm270 tools/xenstore/xenstore-write271 tools/xenstore/xenstore-control272 tools/xenstore/xenstore-ls275 tools/xenstore/xenstore.pc[all …]
10 PROGS += init-xenstore-domain19 INIT_XENSTORE_DOMAIN_OBJS = init-xenstore-domain.o init-dom-json.o34 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
1 The xenstore ring is a datastructure stored within a single 4KiB page2 shared between the xenstore server and the guest. The ring contains4 information. The [xenstore protocol](xenstore.txt) is layered on top of7 The xenstore ring datastructure50 A xenstore ring is always associated with an event channel. Whenever the56 The xenstore server may decide to advertise some features via the104 [xenstore protocol](xenstore.txt) packets it may have;105 - empty the Input and Output queues in the xenstore ring;
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 and58 The toolstack writes 'connection' information in the xenstore backend in96 by the toolstack in the "type" node in the xenstore frontend.99 # xenstore-read /local/domain/26/console/1/type110 xenstore in the following path:119 node in different xenstore paths, as described above. If the user doesn't
15 params=$(xenstore-read "$path/params")19 xenstore-write $path/physical-device-path $params
24 bridge=$(xenstore-read "$path/bridge")33 bridge=$(xenstore-read "$path/bridge")
2 Description=mount xenstore file system9 What=xenstore
2 Description=The Xen xenstore14 ExecStart=@XEN_SCRIPT_DIR@/launch-xenstore
357 xenstore/stamp: $(XEN_ROOT)/tools/xenstore/Makefile547 xenstore-minios-config.mk: $(CURDIR)/xenstore-minios.cfg550 .PHONY: xenstore551 xenstore: $(CROSS_ROOT) xenstore-minios-config.mk target583 .PHONY: xenstore-stubdom584 xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore612 install-xenstore: xenstore-stubdom646 uninstall-xenstore:666 rm -fr mini-os-$(XEN_TARGET_ARCH)-xenstore686 -[ ! -d xenstore ] || $(MAKE) DESTDIR= -C xenstore clean[all …]
12 # 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