Home
last modified time | relevance | path

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

/xen/tools/misc/
A Dxenpvnetboot76 self.location = location
78 self.srcdir = location
149 if '/' in self.location[7:]:
214 if opts.location:
215 location = opts.location
217 location = ''
218 if (location == ''
219 or location.startswith('http://') or location.startswith('https://')
220 or location.startswith('ftp://') or location.startswith('file://')
221 or (os.path.exists(location) and os.path.isdir(location))):
[all …]
/xen/xen/common/ubsan/
A Dubsan.h28 struct source_location location; member
33 struct source_location location; member
40 struct source_location location; member
47 struct source_location location; member
53 struct source_location location; member
58 struct source_location location; member
63 struct source_location location; member
69 struct source_location location; member
75 struct source_location location; member
79 struct source_location location; member
[all …]
A Dubsan.c188 if (suppress_report(&data->location)) in handle_overflow()
237 if (suppress_report(&data->location)) in __ubsan_handle_negate_overflow()
259 if (suppress_report(&data->location)) in __ubsan_handle_divrem_overflow()
280 if (suppress_report(&data->location)) in handle_null_ptr_deref()
297 if (suppress_report(&data->location)) in handle_missaligned_access()
315 if (suppress_report(&data->location)) in handle_object_size_mismatch()
343 .location = data->location, in __ubsan_handle_type_mismatch_v1()
353 if (suppress_report(&data->location)) in __ubsan_handle_type_mismatch_v1()
363 if (suppress_report(&data->location)) in __ubsan_handle_nonnull_arg()
382 if (suppress_report(&data->location)) in __ubsan_handle_nonnull_return()
[all …]
/xen/tools/libfsimage/iso9660/
A Diso9660.h193 iso_32bit_t location; member
196 iso_32bit_t location; member
/xen/xen/tools/kconfig/
A Dmenu.c705 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
714 if (location == NULL && accessible) in get_prompt_str()
715 location = menu; in get_prompt_str()
717 if (head && location) { in get_prompt_str()
729 jump->target = location; in get_prompt_str()
744 if (jump && menu == location) in get_prompt_str()
/xen/tools/include/xen-external/
A DREADME5 copying new versions from the source location, as documented below:
/xen/stubdom/vtpmmgr/
A Ddisk_format.h129 sector_t location[NR_ENTRIES_PER_ITREE]; member
A Ddisk_write.c157 disk_write_vtpm_itree(hdr, base, child_entries, pt.hash, pt.location, in disk_write_vtpm_itree()
314 disk_write_group_itree(mgr, base, child_entries, pt.hash, pt.location, NR_ENTRIES_PER_ITREE); in disk_write_group_itree()
A Ddisk_read.c314 rc = load_verify_vtpm_itree(hdr, base, child_entries, pt.hash, pt.location, in load_verify_vtpm_itree()
457 …rc = load_verify_group_itree(dst, base, child_entries, pt.hash, pt.location, NR_ENTRIES_PER_ITREE); in load_verify_group_itree()
/xen/tools/ocaml/xenstored/
A Dparse_arg.ml46 "set an alternative location for the configuration file");
/xen/tools/firmware/hvmloader/
A Dsmbios_types.h163 uint8_t location; member
A Dsmbios.c765 p->location = 0x01; /* other */ in smbios_type_16_init()
/xen/m4/
A Dpkg.m4182 # Substitutes the variable pkgconfigdir as the location where a module
202 # Substitutes the variable noarch_pkgconfigdir as the location where a
/xen/
A DINSTALL88 from a wrong location. Compiling the tools with rpath will force the
89 linker to look in the correct location.
294 (checkpolicy) is found. The location of this executable can be set
A DMAINTAINERS71 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
/xen/stubdom/grub.patches/
A D60ext4.diff370 /* find the (logical) block component of our location */
448 /* else, find the (logical) block component of our location */
A D61btrfs.diff515 + struct btrfs_disk_key location;
1124 + read_eb_member(eb, item, struct btrfs_dir_item, location, key);
3060 + struct btrfs_key *location)
3065 + if (location->offset != (u64)-1)
3073 + location->objectid,
3081 + location->objectid = btrfs_root_dirid(&fs_root->root_item);
3082 + btrfs_set_key_type(location, BTRFS_INODE_ITEM_KEY);
3083 + location->offset = 0;
3129 + struct btrfs_disk_key location;
3187 + btrfs_dir_item_key(&path->nodes[0], di, &location);
A D10graphics.diff1256 +/* move the graphics cursor location to col, row */
1410 +/* get the current location of the cursor */
A D99minios1186 /* get the current location of the cursor */
/xen/docs/misc/
A Dblock-scripts.txt21 is run from the normal block script location (/etc/xen/scripts by
A Defi.pandoc115 Filenames must be specified relative to the location of the EFI binary.
A Dkexec_and_kdump.txt123 will find a good location for it. A good size to start with is 128Mb
A Dlivepatch.pandoc189 which would lessen the amount of patching to just one location.
322 * If the value is zero, then we NOPing out at the `old_addr` location
936 ELF .section header to tag this location. During run-time the hypervisor
1033 * Allocate a new memory location for the string.
1173 differ at exactly the location where a line-number is embedded.
A Dxen-command-line.pandoc345 * `<port-bdf>` is the PCI location of the UART, in
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc797 never change size or location.

Completed in 33 milliseconds