/xen/ |
A D | config.sub | 961 os=${os:-unicosmp} 965 os=${os:-unicos} 1009 os=${os:-bosx} 1031 os=$os"spe" 1111 os=${os:-elf} 1122 os=${os:-elf} 1153 os=${os:-linux-gnu} 1379 os=nto-$os 1389 os=`echo $os | sed -e 's|nto|nto-qnx|'` 1411 os=`echo "$os" | sed -e 's|mac|macos|'` [all …]
|
A D | Makefile | 21 .PHONY: mini-os-dir 22 mini-os-dir: 23 if [ ! -d $(XEN_ROOT)/extras/mini-os ]; then \ 27 $(XEN_ROOT)/extras/mini-os ; \ 30 .PHONY: mini-os-dir-force-update 31 mini-os-dir-force-update: mini-os-dir 34 cd extras/mini-os-remote; \ 72 build-stubdom: mini-os-dir build-tools-public-headers 150 install-stubdom: mini-os-dir install-tools 200 subtree-force-update: mini-os-dir-force-update [all …]
|
/xen/xen/scripts/xen_analysis/ |
A D | generic_analysis.py | 3 import os 31 os.makedirs(settings.outdir, exist_ok=True) 47 if os.path.isfile(bkp_file): 52 os.rename(file, bkp_file) 53 time_bkp_file = os.stat(bkp_file) 63 os.utime(file, (time_bkp_file.st_atime, time_bkp_file.st_mtime)) 81 parsed_file_path = os.path.splitext(original_file)[0] 82 mtime_original_file = os.stat(original_file).st_mtime 83 mtime_parsed_file = os.stat(parsed_file_path).st_mtime 92 os.replace(original_file, parsed_file_path)
|
A D | cppcheck_analysis.py | 3 import os, re, shutil 194 os.makedirs("{}/include/generated".format(settings.outdir), exist_ok=True) 207 os.makedirs("{}/{}".format(settings.outdir, CPPCHECK_BUILD_DIR), 234 os.makedirs(text_report_dir, exist_ok=True) 251 os.makedirs(html_report_dir, exist_ok=True) 281 if os.path.isdir(cppcheck_build_dir): 287 if os.path.isfile(file): 290 os.remove(delfile) 298 if os.path.isdir(text_report_dir): 300 if os.path.isdir(html_report_dir):
|
A D | settings.py | 3 import sys, re, os 5 module_dir = os.path.dirname(os.path.realpath(__file__)) 6 xen_dir = os.path.realpath(module_dir + "/../..") 7 repo_dir = os.path.realpath(xen_dir + "/..") 8 tools_dir = os.path.realpath(xen_dir + "/tools")
|
A D | utils.py | 3 import os, re, subprocess 27 for root, dirs, fnames in os.walk(path): 31 res.append(os.path.join(root, fname)) 33 out = action(os.path.join(root, fname))
|
A D | cppcheck_report_utils.py | 3 import os, re 57 if (path[0] != "/") and (not os.path.isfile(new_src_path)) \ 58 and os.path.isfile(new_obj_path): 123 if os.path.isfile(settings.xen_dir + "/" + cppcheck_file):
|
A D | exclusion_file_list.py | 3 import os, glob, json 75 if not os.path.exists(filepath_object):
|
/xen/tools/pygrub/src/ |
A D | pygrub | 169 os.chdir('/') 199 fd = os.open(file, os.O_RDONLY) 201 os.close(fd) 218 fd = os.open(file, os.O_RDONLY) 221 os.close(fd) 237 fd = os.open(file, os.O_RDONLY) 248 os.close(fd) 270 fd = os.open(file, os.O_RDONLY) 272 os.close(fd) 568 if not os.access(fn, os.R_OK): [all …]
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 12 import os 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf')) 36 self._test_dir = os.path.dirname(str(request.fspath)) 62 shutil.copyfile(os.path.join(self._test_dir, dot_config), 63 os.path.join(temp_dir, '.config')) 70 env=dict(os.environ, **extra_env)) 90 with open(os.path.join(temp_dir, out_file)) as f: 150 defconfig_path = os.path.join(self._test_dir, defconfig) 155 all_config_path = os.path.join(self._test_dir, all_config) 226 with open(os.path.join(self._test_dir, expected)) as f:
|
/xen/tools/python/ |
A D | setup.py | 6 import os, sys 10 SHLIB_libxenctrl = os.environ['SHLIB_libxenctrl'].split() 11 SHLIB_libxenguest = os.environ['SHLIB_libxenguest'].split() 12 SHLIB_libxenstore = os.environ['SHLIB_libxenstore'].split() 46 plat = os.uname()[0]
|
/xen/tools/misc/ |
A D | xencov_split | 5 import sys, os, os.path as path, struct, errno 52 opts.output_dir = os.getcwd() 56 os.makedirs(dir) 58 if e.errno == errno.EEXIST and os.path.isdir(dir): 72 sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 1)
|
A D | mktarball | 50 git_archive_into $xen_root/extras/mini-os-remote $tdir/xen-$desc/extras/mini-os
|
/xen/tools/debugger/kdd/ |
A D | kdd.c | 316 if (s->os.w64) { in v2p() 415 static kdd_os os[] = { variable 454 kdd_os *v = &s->os; in check_os() 513 if (!s->os.w64) in get_pe64_sections() 598 s->os.w64 = 1; in get_os_info_64() 701 s->os = unknown_os; in get_os_info_64() 715 for (i = 0; i < (sizeof os / sizeof os[0]); i++) { in find_os() 716 s->os = os[i]; in find_os() 718 for (limit = s->os.base + s->os.range; in find_os() 893 s->txp.cmd.shake.mods_addr = s->os.base + s->os.modules; in kdd_handle_handshake() [all …]
|
/xen/automation/eclair_analysis/ |
A D | propertyparser.py | 2 import os 4 script_dir = os.path.dirname(__file__) 5 properties_path = os.path.join(script_dir, "../../docs/misra/function-macro-properties.json") 6 output_path = os.path.join(script_dir, "ECLAIR/call_properties.ecl")
|
/xen/xen/scripts/xen_analysis/diff_tool/ |
A D | debug.py | 4 import os 16 file_name = os.path.basename(path) 18 file_name = os.path.splitext(file_name) 20 out_folder = os.path.dirname(self.args.out)
|
A D | report.py | 3 import os 67 filename, file_extension = os.path.splitext(self.__path) 164 filename, file_extension = os.path.splitext(self.__path)
|
/xen/stubdom/ |
A D | Makefile | 2 MINI_OS = $(XEN_ROOT)/extras/mini-os 366 $(TARGETS_MINIOS): mini-os-%: 523 …$(INSTALL_DATA) mini-os-$(XEN_TARGET_ARCH)-ioemu/mini-os.gz "$(DESTDIR)$(XENFIRMWAREDIR)/ioemu-stu… 539 …$(INSTALL_DATA) mini-os-$(XEN_TARGET_ARCH)-xenstore/mini-os.gz "$(DESTDIR)$(XENFIRMWAREDIR)/xensto… 547 …$(INSTALL_DATA) mini-os-$(XEN_TARGET_ARCH)-vtpm/mini-os.gz "$(DESTDIR)$(XENFIRMWAREDIR)/vtpm-stubd… 551 …$(INSTALL_DATA) mini-os-$(XEN_TARGET_ARCH)-vtpmmgr/mini-os.gz "$(DESTDIR)$(XENFIRMWAREDIR)/vtpmmgr… 595 rm -fr mini-os-$(XEN_TARGET_ARCH)-ioemu 596 rm -fr mini-os-$(XEN_TARGET_ARCH)-c 597 rm -fr mini-os-$(XEN_TARGET_ARCH)-grub 600 rm -fr mini-os-$(XEN_TARGET_ARCH)-vtpm [all …]
|
/xen/tools/python/xen/ |
A D | util.py | 3 import os 20 return os.fdopen(fd, *argl, **kwargs)
|
/xen/xen/scripts/ |
A D | diff-report.py | 4 import os 85 baseline_path = os.path.realpath(args.baseline) 91 new_rep_path = os.path.realpath(args.report) 99 diff_source = os.path.realpath(args.patch)
|
/xen/docs/man/ |
A D | xen-vtpm.7.pod | 28 mini-os to reduce memory and processor overhead. 46 | mini-os/tpmback | 52 | mini-os/tpmfront | 57 | mini-os/tpmback | 63 | mini-os/tpm_tis | 83 =item mini-os/tpmback 85 Mini-os TPM backend driver. The Linux frontend driver 98 =item mini-os/tpmfront 100 Mini-os TPM frontend driver. The vTPM mini-os domain 108 A mini-os domain that implements the vTPM manager. [all …]
|
A D | xen-vtpmmgr.7.pod | 39 the mini-os tpm_tis driver. 319 | mini-os/tpmback | 325 | mini-os/tpmfront | 330 | mini-os/tpmback | 336 | mini-os/tpm2_tis | 356 =item mini-os/tpmback 358 Mini-os TPM backend driver. The Linux frontend driver 371 =item mini-os/tpmfront 373 Mini-os TPM frontend driver. The vTPM mini-os domain 381 A mini-os domain that implements the vTPM manager. [all …]
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 10 import os, os.path 107 sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 1)
|
/xen/.github/workflows/ |
A D | coverity.yml | 47 make -j`nproc` mini-os-dir 51 command: make -j`nproc` build-xen build-tools && make -j`nproc` -C extras/mini-os/
|
/xen/tools/pygrub/examples/ |
A D | fedora-16-with-xen.grub2 | 39 …ith Linux 3.1.0-0.rc9.git0.0.fc16.x86_64' --class fedora --class gnu-linux --class gnu --class os { 52 …0.rc9.git0.0.fc16.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os { 69 …1.0-0.rc9.git0.0.fc16.x86_64' --class fedora --class gnu-linux --class gnu --class os --class xen { 81 ….fc16.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os --class xen {
|