/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpvnetboot | 76 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-4.10.0-shim-comet/xen/common/ubsan/ |
A D | ubsan.h | 28 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 D | ubsan.c | 188 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-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-ring.h | 77 int tapdisk_uring_create(td_uring_t *, const char *location, 81 int tapdisk_uring_connect(td_uring_t *, const char *location);
|
A D | tapdisk-ring.c | 237 tapdisk_uring_create(td_uring_t *ring, const char *location, in tapdisk_uring_create() argument 248 err = asprintf(&ring->shmem_path, "%s.shm", location); in tapdisk_uring_create() 255 err = asprintf(&ring->ctlfd_path, "%s.cfd", location); in tapdisk_uring_create() 289 tapdisk_uring_connect(td_uring_t *ring, const char *location) in tapdisk_uring_connect() argument 295 err = asprintf(&ring->shmem_path, "%s.shm", location); in tapdisk_uring_connect() 302 err = asprintf(&ring->ctlfd_path, "%s.cfd", location); in tapdisk_uring_connect()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-check.c | 649 char *file, *ppath, *location, *pname; in vhd_util_check_parent_locators() local 662 location = NULL; in vhd_util_check_parent_locators() 673 location = NULL; in vhd_util_check_parent_locators() 742 err = vhd_find_parent(vhd, ppath, &location); in vhd_util_check_parent_locators() 748 err = access(location, R_OK); in vhd_util_check_parent_locators() 752 "(resolved to %s)\n", i, ppath, location); in vhd_util_check_parent_locators() 756 msg = vhd_util_check_validate_parent(vhd, location); in vhd_util_check_parent_locators() 759 printf("invalid parent %s: %s\n", location, msg); in vhd_util_check_parent_locators() 765 free(location); in vhd_util_check_parent_locators() 767 location = NULL; in vhd_util_check_parent_locators() [all …]
|
A D | libvhd.c | 1242 char *location, *cpath, *cdir, *path; in vhd_find_parent() local 1247 location = NULL; in vhd_find_parent() 1271 if (asprintf(&location, "%s/%s", cdir, parent) == -1) { in vhd_find_parent() 1273 location = NULL; in vhd_find_parent() 1277 if (!access(location, R_OK)) { in vhd_find_parent() 1278 path = realpath(location, NULL); in vhd_find_parent() 1287 free(location); in vhd_find_parent() 1629 char *name, *location; in vhd_parent_locator_get() local 1645 err = vhd_find_parent(ctx, name, &location); in vhd_parent_locator_get() 1652 *parent = location; in vhd_parent_locator_get()
|
/xen-4.10.0-shim-comet/tools/libfsimage/iso9660/ |
A D | iso9660.h | 193 iso_32bit_t location; member 196 iso_32bit_t location; member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | menu.c | 550 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 559 if (location == NULL && accessible) in get_prompt_str() 560 location = menu; in get_prompt_str() 562 if (head && location) { in get_prompt_str() 574 jump->target = location; in get_prompt_str() 589 if (jump && menu == location) in get_prompt_str()
|
A D | zconf.tab.c_shipped | 392 /* Relocate STACK from its old location to the new one. The 394 elements in the stack, and YYPTR gives the new location of the 395 stack. Advance YYPTR to a properly aligned location for the next 868 If N is 0, then set CURRENT to the empty location which ends 1470 /* The variables used to return semantic value and location from the 1500 Waste one element of value and location stack 1512 /* In all cases, when you get here, the value and location stacks 2391 fprintf(stderr, "%s:%d: location of the '%s'\n",
|
/xen-4.10.0-shim-comet/tools/include/xen-external/ |
A D | README | 5 copying new versions from the source location, as documented below:
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_format.h | 129 sector_t location[NR_ENTRIES_PER_ITREE]; member
|
A D | disk_write.c | 157 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 D | disk_read.c | 314 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-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | parse_arg.ml | 46 "set an alternative location for the configuration file");
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | smbios_types.h | 156 uint8_t location; member
|
A D | smbios.c | 700 p->location = 0x01; /* other */ in smbios_type_16_init()
|
/xen-4.10.0-shim-comet/m4/ |
A D | pkg.m4 | 182 # Substitutes the variable pkgconfigdir as the location where a module 202 # Substitutes the variable noarch_pkgconfigdir as the location where a
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 68 from a wrong location. Compiling the tools with rpath will force the 69 linker to look in the correct location. 275 (checkpolicy) is found. The location of this executable can be set
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 60ext4.diff | 370 /* find the (logical) block component of our location */ 448 /* else, find the (logical) block component of our location */
|
A D | 61btrfs.diff | 526 + struct btrfs_disk_key location; 1135 + read_eb_member(eb, item, struct btrfs_dir_item, location, key); 3071 + struct btrfs_key *location) 3076 + if (location->offset != (u64)-1) 3084 + location->objectid, 3092 + location->objectid = btrfs_root_dirid(&fs_root->root_item); 3093 + btrfs_set_key_type(location, BTRFS_INODE_ITEM_KEY); 3094 + location->offset = 0; 3140 + struct btrfs_disk_key location; 3198 + btrfs_dir_item_key(&path->nodes[0], di, &location);
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | block-scripts.txt | 21 is run from the normal block script location (/etc/xen/scripts by
|
A D | efi.markdown | 115 Filenames must be specified relative to the location of the EFI binary.
|
A D | kexec_and_kdump.txt | 123 will find a good location for it. A good size to start with is 128Mb
|
A D | livepatch.markdown | 203 which would lessen the amount of patching to just one location. 326 * If the value is zero, then we NOPing out at the `old_addr` location 794 ELF .section header to tag this location. During run-time the hypervisor 891 * allocate a new memory location for the string. 1028 differ at exactly the location where a line-number is embedded.
|