/xen-4.10.0-shim-comet/tools/firmware/ |
A D | Makefile | 11 SUBDIRS-$(CONFIG_OVMF) += ovmf-dir 21 ovmf-dir: 25 seabios-dir: 81 rm -rf ovmf-dir ovmf-dir-remote 84 rm -rf seabios-dir seabios-dir-remote 87 ovmf-dir-force-update: ovmf-dir 90 cd ovmf-dir-remote; \ 95 subdir-clean-ovmf-dir: 101 seabios-dir-force-update: seabios-dir 104 cd seabios-dir-remote; \ [all …]
|
/xen-4.10.0-shim-comet/tools/ |
A D | Makefile | 91 rm -rf qemu-xen-traditional-dir qemu-xen-traditional-dir-remote 92 rm -rf qemu-xen-dir qemu-xen-dir-remote qemu-xen-build 159 qemu-xen-traditional-dir-force-update: qemu-xen-traditional-dir-find 174 subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find 184 subdir-install-qemu-xen-traditional-dir: subdir-all-qemu-xen-traditional-dir 196 qemu-xen-dir-find: 198 mkdir -p qemu-xen-dir; \ 205 qemu-xen-dir-force-update: qemu-xen-dir-find 219 subdir-all-qemu-xen-dir: qemu-xen-dir-find 285 subdir-install-qemu-xen-dir: subdir-all-qemu-xen-dir [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | version.c | 165 const struct pe_external_debug_directory *dir = (const void *)n; in xen_build_init() local 171 BUILD_BUG_ON(sizeof(*n) > sizeof(*dir)); in xen_build_init() 173 if ( sz > sizeof(*dir) + sizeof(struct cv_info_pdb70) && in xen_build_init() 174 dir->type == PE_IMAGE_DEBUG_TYPE_CODEVIEW && in xen_build_init() 175 dir->size > sizeof(struct cv_info_pdb70) && in xen_build_init() 176 XEN_VIRT_START + dir->rva_of_data == (unsigned long)(dir + 1) ) in xen_build_init() 178 const struct cv_info_pdb70 *info = (const void *)(dir + 1); in xen_build_init()
|
/xen-4.10.0-shim-comet/ |
A D | Makefile | 21 .PHONY: mini-os-dir 22 mini-os-dir: 30 .PHONY: mini-os-dir-force-update 31 mini-os-dir-force-update: mini-os-dir 62 build-stubdom: mini-os-dir build-tools-public-headers 136 .PHONY: tools/firmware/seabios-dir-force-update 137 tools/firmware/seabios-dir-force-update: 140 .PHONY: tools/firmware/ovmf-dir-force-update 141 tools/firmware/ovmf-dir-force-update: 142 $(MAKE) -C tools/firmware ovmf-dir-force-update [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_linux.c | 242 DIR *dir; in libxl__pci_numdevs() local 246 dir = opendir("/sys/bus/pci/devices"); in libxl__pci_numdevs() 247 if (!dir) { in libxl__pci_numdevs() 252 while ((entry = readdir(dir))) { in libxl__pci_numdevs() 257 closedir(dir); in libxl__pci_numdevs() 267 DIR *dir; in libxl__pci_topology_init() local 271 dir = opendir("/sys/bus/pci/devices"); in libxl__pci_topology_init() 272 if (!dir) { in libxl__pci_topology_init() 278 while ((entry = readdir(dir))) { in libxl__pci_topology_init() 305 closedir(dir); in libxl__pci_topology_init()
|
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 213 char **dir; in test_dir() local 216 dir = xs_directory(xsh, XBT_NULL, path, &num); in test_dir() 217 if ( !dir ) in test_dir() 220 free(dir); in test_dir() 226 char **dir; in test_dir_deinit() local 231 if ( !dir ) in test_dir_deinit() 237 if ( dir[i][0] == 'a' + j && dir[i][1] == 0 ) in test_dir_deinit() 244 free(dir); in test_dir_deinit() 425 char **dir; in cleanup() local 437 if ( dir && !num ) in cleanup() [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-allocate.c | 46 tap_ctl_prepare_directory(const char *dir) in tap_ctl_prepare_directory() argument 51 err = access(dir, W_OK | R_OK); in tap_ctl_prepare_directory() 55 name = strdup(dir); in tap_ctl_prepare_directory() 90 char *copy, *dir; in tap_ctl_make_device() local 96 dir = dirname(copy); in tap_ctl_make_device() 98 err = tap_ctl_prepare_directory(dir); in tap_ctl_make_device()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | vif2 | 3 dir=$(dirname "$0") 4 . "$dir/xen-hotplug-common.sh" 5 . "$dir/xen-network-common.sh"
|
A D | vscsi | 7 dir=$(dirname "$0") 8 . "$dir/xen-hotplug-common.sh"
|
A D | block-enbd | 10 dir=$(dirname "$0") 11 . "$dir/block-common.sh"
|
A D | block-nbd | 10 dir=$(dirname "$0") 11 . "$dir/block-common.sh"
|
A D | external-device-migrate | 26 dir=$(dirname "$0") 27 . "$dir/logging.sh" 81 filename="$dir/$typ$stype-migration.sh"
|
A D | xen-hotplug-common.sh.in | 17 dir=$(dirname "$0") 18 . "$dir/hotplugpath.sh" 19 . "$dir/logging.sh" 20 . "$dir/xen-script-common.sh" 21 . "$dir/locking.sh"
|
A D | xen-hotplug-cleanup | 3 dir=$(dirname "$0") 4 . "$dir/xen-hotplug-common.sh"
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_hcall_buf.c | 71 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_pre() 87 if ( b->dir == XC_HYPERCALL_BUFFER_BOUNCE_IN || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_BOTH ) in xc__hypercall_bounce_pre() 98 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_post() 104 if ( b->dir == XC_HYPERCALL_BUFFER_BOUNCE_OUT || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_BOTH ) in xc__hypercall_bounce_post()
|
/xen-4.10.0-shim-comet/tools/xenpmd/ |
A D | xenpmd.c | 379 DIR *dir; in write_one_time_battery_info() local 383 dir = opendir(BATTERY_DIR_PATH); in write_one_time_battery_info() 384 if ( !dir ) in write_one_time_battery_info() 387 while ( get_next_battery_info_or_status(dir, BIF, (void *)&info) ) in write_one_time_battery_info() 400 closedir(dir); in write_one_time_battery_info() 433 DIR *dir; in wait_for_and_update_battery_status_request() local 443 dir = opendir(BATTERY_DIR_PATH); in wait_for_and_update_battery_status_request() 444 if ( !dir ) in wait_for_and_update_battery_status_request() 447 while ( get_next_battery_info_or_status(dir, BST, (void *)&status) ) in wait_for_and_update_battery_status_request() 463 closedir(dir); in wait_for_and_update_battery_status_request()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xst.ml | 34 readv = (fun dir vec -> Xsraw.readv tid dir vec xsh); 36 writev = (fun dir vec -> Xsraw.writev tid dir vec xsh); 41 setpermsv = (fun dir vec perms -> Xsraw.setpermsv tid dir vec perms xsh);
|
/xen-4.10.0-shim-comet/tools/libfsimage/common/ |
A D | fsimage_plugin.c | 126 DIR *dir = NULL; in load_plugins() local 141 if ((dir = opendir(fsdir)) == NULL) in load_plugins() 146 dp = readdir(dir); in load_plugins() 170 if (dir != NULL) in load_plugins() 171 (void) closedir(dir); in load_plugins()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov_split | 51 dir = opts.output_dir + path.dirname(fn) 53 os.makedirs(dir) 55 if e.errno == errno.EEXIST and os.path.isdir(dir): 60 full_path = dir + '/' + path.basename(fn)
|
A D | mktarball | 11 git --git-dir="$1"/.git \ 32 git_archive_into $xen_root/tools/qemu-xen-dir-remote $tdir/xen-$desc/tools/qemu-xen 34 git_archive_into $xen_root/tools/qemu-xen-traditional-dir-remote $tdir/xen-$desc/tools/qemu-xen-tra…
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 54 .dir = IOREQ_WRITE, in send_timeoffset_req() 72 .dir = IOREQ_WRITE, in send_invalidate_req() 130 bool handle_pio(uint16_t port, unsigned int size, int dir) in handle_pio() argument 139 if ( dir == IOREQ_WRITE ) in handle_pio() 142 rc = hvmemul_do_pio_buffer(port, size, dir, &data); in handle_pio() 150 if ( dir == IOREQ_READ ) in handle_pio()
|
A D | emulate.c | 132 .dir = dir, in hvmemul_do_io() 164 (p.dir != dir) || in hvmemul_do_io() 178 if ( dir == IOREQ_WRITE ) in hvmemul_do_io() 261 if ( dir == IOREQ_READ ) in hvmemul_do_io() 302 if ( dir == IOREQ_READ ) in hvmemul_do_io() 315 uint8_t dir, bool_t df, void *buffer) in hvmemul_do_io_buffer() argument 440 uint8_t dir, in hvmemul_do_pio_buffer() argument 461 uint8_t dir, in hvmemul_do_pio_addr() argument 866 if ( dir == IOREQ_READ ) in hvmemul_phys_mmio_access() 922 dir == cache->dir ) in hvmemul_find_mmio_cache() [all …]
|
A D | i8254.c | 52 int dir, unsigned int port, unsigned int bytes, uint32_t *val); 54 int dir, unsigned int port, unsigned int bytes, uint32_t *val); 499 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_pit_io() argument 510 if ( dir == IOREQ_WRITE ) in handle_pit_io() 542 int dir, unsigned int port, uint32_t bytes, uint32_t *val) in handle_speaker_io() argument 550 if ( dir == IOREQ_WRITE ) in handle_speaker_io() 566 .dir = write ? IOREQ_WRITE : IOREQ_READ, in pv_pit_handler() 581 handle_speaker_io(ioreq.dir, port, 1, &val); in pv_pit_handler() 583 handle_pit_io(ioreq.dir, port, 1, &val); in pv_pit_handler()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | Makefile | 229 @set -e; $(kecho) " CHECK qt"; dir=""; pkg=""; \ 238 dir="$$(pkg-config $$pkg --variable=prefix)"; \ 241 if [ -f $$d/include/qconfig.h ]; then dir=$$d; break; fi; \ 243 if [ -z "$$dir" ]; then \ 252 libpath=$$dir/lib; lib=qt; osdir=""; \ 257 cflags="-I$$dir/include"; \ 259 moc="$$dir/bin/moc"; \ 261 if [ ! -x $$dir/bin/moc -a -x /usr/bin/moc ]; then \ 263 echo "* Unable to find $$dir/bin/moc, using /usr/bin/moc instead."; \
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | stdext.ml | 81 let mkdir_safe dir perm = 82 try Unix.mkdir dir perm with Unix.Unix_error (Unix.EEXIST, _, _) -> () 85 let mkdir_rec dir perm = 86 let rec p_mkdir dir = 87 let p_name = Filename.dirname dir in 90 mkdir_safe dir perm in 91 p_mkdir dir
|