Searched refs:common (Results 1 – 25 of 75) sorted by relevance
123
13 block-common.sh - sourced by block, block-*22 vif-common.sh - sourced by vif-bridge25 xen-hotplug-common.sh - sourced by vif-common.sh26 xen-network-common.sh - sourced by vif-common.sh27 xen-script-common.sh - sourced by xen-hotplug-common.sh
21 appropriately. See xen-network-common.sh for details.24 xen-network-common.sh.
26 XEN_SCRIPT_DATA = xen-script-common.sh locking.sh logging.sh27 XEN_SCRIPT_DATA += xen-hotplug-common.sh xen-network-common.sh vif-common.sh28 XEN_SCRIPT_DATA += block-common.sh
146 common-objs := confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o \155 conf-objs := conf.o $(common-objs)159 nconf-objs := nconf.o nconf.gui.o $(common-objs)171 mconf-objs := mconf.o $(lxdialog) $(common-objs)182 qconf-objs := images.o $(common-objs)197 gconf-objs := gconf.o images.o $(common-objs)
126 struct mcinfo_common common; member141 struct mcinfo_common common; member163 struct mcinfo_common common; member223 struct mcinfo_common common; member
5 vpath %.c ../../../xen/common/libelf6 CFLAGS += -I../../../xen/common/libelf
6 include $(CURDIR)/Makefile.common
3 CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/ -DFSIMAGE_FSDIR=\"$(FSDIR)\"
4 SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
4 SUBDIRS-y := common
221 F: xen/common/argo.c278 F: xen/common/libfdt/279 F: xen/common/device_tree.c288 F: xen/common/efi/370 F: xen/common/livepatch*440 F: xen/common/sched/rt.c446 F: xen/common/sched/495 F: xen/common/mem_access.c496 F: xen/common/monitor.c497 F: xen/common/vm_event.c[all …]
7 AC_CONFIG_SRCDIR([./xen/common/kernel.c])
33 .. [1] A common misconception with Xen's architecture is that dom0 is somehow37 .. [2] This definition might be fuzzy. Xen can talk to common serial UARTs,
7 obj-y += common.o
2 obj-y += common.o guest_2.o guest_3.o guest_4.o
1592 common->handle = op->handle; in unmap_grant_ref()1595 common->done = 0; in unmap_grant_ref()1596 common->new_addr = 0; in unmap_grant_ref()1597 common->rd = NULL; in unmap_grant_ref()1598 common->mfn = INVALID_MFN; in unmap_grant_ref()1600 unmap_common(common); in unmap_grant_ref()1661 common->done = 0; in unmap_and_replace()1662 common->dev_bus_addr = 0; in unmap_and_replace()1663 common->rd = NULL; in unmap_and_replace()1664 common->mfn = INVALID_MFN; in unmap_and_replace()[all …]
3 include $(TOPLEVEL)/common.make
47 $(INSTALL_DATA) ../common/hotplugpath.sh $(DESTDIR)$(XEN_SCRIPT_DIR)
49 $(INSTALL_DATA) ../common/hotplugpath.sh $(DESTDIR)$(INITD_DIR)/xen-hotplugpath.sh
20 possible include and use the common Xen functionality. If the script26 . "$dir/block-common.sh"84 Scripts which include block-common.sh can simply call write_dev "$dev"
209 CFLAGS += -nostdinc -fno-builtin -fno-common332 $(MAKE) $(clean) common360 ln -nsf ../../../common/efi/$$f arch/$(TARGET_ARCH)/efi/; \417 SUBDIRS = xsm arch/$(TARGET_ARCH) common drivers test
Completed in 31 milliseconds