/xen/tools/hotplug/Linux/ |
A D | block-tap | 77 minor=*) 78 minor=$(remove_label $param "minor=") 83 if [ -z "$pid" ] || [ -z "$minor" ]; then 100 do_or_die tap-ctl destroy -p ${pid} -m ${minor} > /dev/null
|
/xen/tools/libxc/ |
A D | xc_core.h | 71 #define XEN_DUMPCORE_FORMAT_VERSION(major, minor) \ argument 72 ((major) << 32) | ((minor) & 0xffffffff) 74 #define XEN_DUMPCORE_FORMAT_MINOR(version) ((minor) & 0xffffffff)
|
/xen/xen/include/asm-arm/ |
A D | psci.h | 78 #define PSCI_VERSION(major, minor) \ argument 79 (((major) << PSCI_VERSION_MAJOR_SHIFT) | (minor))
|
A D | smccc.h | 31 #define SMCCC_VERSION(major, minor) \ argument 32 (((major) << SMCCC_VERSION_MAJOR_SHIFT) | (minor))
|
/xen/tools/libxl/ |
A D | libxl_freebsd.c | 70 int minor = devid & 0xff; in libxl__devid_to_localdev() local 79 info[i].base + (minor >> info[i].shift)); in libxl__devid_to_localdev() 81 return GCSPRINTF("%s%d", "xbd", minor >> 4); in libxl__devid_to_localdev()
|
A D | libxl_qmp.c | 129 int minor; member 244 qmp->version.minor = libxl__json_object_get_integer( in qmp_handle_response() 249 qmp->version.major, qmp->version.minor, qmp->version.micro); in qmp_handle_response() 293 int minor, int micro) in qmp_ev_qemu_compare_version() argument 301 CHECK_VERSION(minor); in qmp_ev_qemu_compare_version() 1695 GRAB_VERSION(minor); in qmp_ev_handle_message() 1700 ev->qemu_version.minor, in qmp_ev_handle_message() 1867 ev->qemu_version.minor = -1; in libxl__ev_qmp_init()
|
A D | libxl_device.c | 461 int libxl__device_physdisk_major_minor(const char *physpath, int *major, int *minor) in libxl__device_physdisk_major_minor() argument 469 *minor = minor(buf.st_rdev); in libxl__device_physdisk_major_minor() 580 unsigned int minor; in libxl__devid_to_vdev() local 603 minor = devid & 0xff; in libxl__devid_to_vdev() 606 minor = BLKIF_MINOR_EXT(devid); in libxl__devid_to_vdev() 609 offset = minor / nr_parts; in libxl__devid_to_vdev() 613 if (minor % nr_parts == 0) in libxl__devid_to_vdev() 618 "%d", minor & (nr_parts - 1)); in libxl__devid_to_vdev()
|
/xen/m4/ |
A D | ax_compare_version.m4 | 14 # minor-version numbers that can exist, and the fact that string 20 # limited to a certain number of minor-version levels. 33 # the test to that number of minor versions. 59 # would be true because it is only comparing two minor versions. 63 # would be true because it is only comparing the lesser number of minor
|
/xen/docs/misc/ |
A D | block-scripts.txt | 81 "$XENBUS_PATH/physical-device" with the device's major and minor 92 which contains the major and minor numbers, written in hex, and 97 major/minor numbers, and can give direct access to a file without 110 block script wants to check to make sure the *major/minor* number
|
A D | dump-core-format.txt | 222 The 32msb bit is major version and the 32lsb bit is minor 224 The minor version will be incremented when the format 236 Currently only (major, minor) = (0, 1) is used.
|
A D | hypfs-paths.pandoc | 174 #### /buildinfo/version/minor = INTEGER 176 The minor version of Xen.
|
/xen/xen/arch/arm/ |
A D | vsmc.c | 63 uint32_t minor) in fill_revision() argument 72 set_user_reg(regs, 1, minor); in fill_revision()
|
A D | setup.c | 992 int major = 3, minor = 0; in arch_get_xen_caps() local 998 snprintf(s, sizeof(s), "xen-%d.%d-aarch64 ", major, minor); in arch_get_xen_caps() 1003 snprintf(s, sizeof(s), "xen-%d.%d-armv7l ", major, minor); in arch_get_xen_caps()
|
/xen/docs/man/ |
A D | xen-vbd-interface.7.pandoc | 26 in the guest (nor what major/minor device number it should have in 109 major << 8 | minor 110 where major and minor are the Linux-specific device numbers. Some old 128 they can crash due to minor number clashes. With these guests, the
|
/xen/tools/xentrace/ |
A D | analyze.h | 93 unsigned minor:12, member
|
A D | xenalyze.c | 5370 unsigned minor:8, member 5704 e->pf_case = sevt.minor; in shadow_emulate_other_process() 6052 if(sevt.minor < PF_XEN_MAX && pf_xen_name[sevt.minor]) in shadow_fault_generic_dump() 6198 switch(sevt.minor) in shadow_process() 6248 unsigned minor:8, member 6358 switch ( pevt.minor ) { in pv_ptwr_emulation_process() 6399 if(pevt.minor < PV_MAX && pv_name[pevt.minor]) in pv_generic_process() 6620 switch(pevt.minor) in pv_process() 8273 int minor = ri->evt.minor; in mem_process() local 8275 switch ( minor ) in mem_process() [all …]
|
/xen/xen/arch/x86/ |
A D | dmi_scan.c | 33 u8 major, minor; member 44 u8 major, minor; member 315 smbios.v3->major, smbios.v3->minor); in _dmi_iterate() 421 eps.major, eps.minor); in dmi_efi_iterate()
|
A D | Makefile | 172 EFI_LDFLAGS += --minor-image-version=$(XEN_SUBVERSION) 173 EFI_LDFLAGS += --major-os-version=2 --minor-os-version=0 174 EFI_LDFLAGS += --major-subsystem-version=2 --minor-subsystem-version=0
|
A D | setup.c | 1941 int major = 3, minor = 0; in arch_get_xen_caps() local 1948 snprintf(s, sizeof(s), "xen-%d.%d-x86_64 ", major, minor); in arch_get_xen_caps() 1953 snprintf(s, sizeof(s), "xen-%d.%d-x86_32p ", major, minor); in arch_get_xen_caps() 1959 snprintf(s, sizeof(s), "hvm-%d.%d-x86_32 ", major, minor); in arch_get_xen_caps() 1961 snprintf(s, sizeof(s), "hvm-%d.%d-x86_32p ", major, minor); in arch_get_xen_caps() 1963 snprintf(s, sizeof(s), "hvm-%d.%d-x86_64 ", major, minor); in arch_get_xen_caps()
|
/xen/xen/include/public/io/ |
A D | kbdif.h | 494 uint32_t minor; /* length of the minor axis, pixels */ member
|
/xen/tools/python/xen/migration/ |
A D | libxc.py | 188 gtype, page_shift, res1, major, minor = \ 207 (dhdr_type_to_str[gtype], major, minor))
|
/xen/xen/arch/x86/guest/hyperv/ |
A D | hyperv.c | 45 id.minor = xen_minor_version(); in generate_guest_id()
|
/xen/xen/common/ |
A D | kernel.c | 380 static HYPFS_UINT_INIT(minor, "minor", minor_version); 415 hypfs_add_leaf(&version, &minor, true); in buildinfo_init()
|
/xen/docs/misc/arm/ |
A D | silicon-errata.txt | 12 Category C: A minor error that is not expected to occur under normal
|
/xen/tools/debugger/kdd/ |
A D | kdd.c | 590 uint16_t minor = 0; in get_os_info_64() local 670 minor = dbgkd_get_version64.MinorVersion; in get_os_info_64() 694 KDD_LOG(s, "minor version: 0x%hx\n", minor); in get_os_info_64() 699 s->os.build = (uint32_t) minor; in get_os_info_64()
|