| /tools/xenmon/ |
| A D | xenmon.py | 69 options, args = None, None variable 273 global dom_in_use, options 433 if options.waited: 566 global options 582 while options.duration == 0 or interval < (options.duration * 1000): 656 global options 671 global options 693 if options.mspersample < 0: 697 if not options.live and options.duration != 0 and \ 698 options.mspersample > options.duration * 1000: [all …]
|
| /tools/python/xen/migration/ |
| A D | libxl.py | 89 ident, version, options = self.unpack_exact(HDR_FORMAT) 99 if options & HDR_OPT_RESZ_MASK: 101 (options & HDR_OPT_RESZ_MASK)) 104 ((options & HDR_OPT_BIT_ENDIAN) != HDR_OPT_LE) ): 108 endian = ["little", "big"][options & HDR_OPT_LE] 110 if options & HDR_OPT_LEGACY:
|
| A D | libxc.py | 147 marker, ident, version, options, res1, res2 = \ 165 if options & IHDR_OPT_RESZ_MASK: 167 (options & IHDR_OPT_RESZ_MASK)) 175 ((options & IHDR_OPT_BIT_ENDIAN) != IHDR_OPT_LE) ): 179 endian = ["little", "big"][options & IHDR_OPT_LE]
|
| /tools/libfsimage/zfs/ |
| A D | fsi_zfs.c | 76 fsi_zfs_mount(fsi_file_t *ffi, const char *options) in fsi_zfs_mount() argument 82 if (options != NULL) { in fsi_zfs_mount() 83 if (strlen(options) < MAXNAMELEN) { in fsi_zfs_mount() 84 strcpy(current_bootfs, options); in fsi_zfs_mount()
|
| /tools/pygrub/src/fsimage/ |
| A D | fsimage.c | 254 char *options = NULL; in fsimage_open() local 259 &name, &offset, &options)) in fsimage_open() 265 if ((fs->fs = fsi_open_fsimage(name, offset, options)) == NULL) { in fsimage_open()
|
| /tools/libfsimage/common/ |
| A D | fsimage.c | 39 fsi_t *fsi_open_fsimage(const char *path, uint64_t off, const char *options) in fsi_open_fsimage() argument 57 err = find_plugin(fsi, path, options); in fsi_open_fsimage()
|
| A D | fsimage_plugin.c | 178 int find_plugin(fsi_t *fsi, const char *path, const char *options) in find_plugin() argument 188 if (fp->fp_ops->fpo_mount(fsi, path, options) == 0) in find_plugin()
|
| A D | fsimage_grub.c | 224 fsig_mount(fsi_t *fsi, const char *path, const char *options) in fsig_mount() argument 241 if (!ops->fpo_mount(ffi, options)) { in fsig_mount()
|
| /tools/misc/ |
| A D | xen-ucode.c | 94 static const struct option options[] = { in main() local 116 while ( (opt = getopt_long(argc, argv, "hsf", options, NULL)) != -1 ) in main()
|
| /tools/libs/light/ |
| A D | libxl_sr_stream_format.h | 15 uint32_t options; member
|
| A D | libxl_stream_read.c | 336 hdr->options = be32toh(hdr->options); in stream_header_done() 351 if (hdr->options & RESTORE_OPT_BIG_ENDIAN) { in stream_header_done() 358 hdr->options & RESTORE_OPT_LEGACY ? " (from legacy)" : ""); in stream_header_done()
|
| /tools/firmware/ |
| A D | Rules.mk | 16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
|
| /tools/tests/x86_emulator/ |
| A D | testcase.mk | 5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
|
| /tools/libacpi/ |
| A D | mk_dsdt.c | 71 static struct option options[] = { variable 94 int opt = getopt_long(argc, argv, "", options, NULL); in main()
|
| /tools/libs/guest/ |
| A D | xg_sr_stream_format.h | 19 uint16_t options; member
|
| A D | xg_sr_restore.c | 24 ihdr.options = ntohs(ihdr.options); in read_headers() 45 if ( ihdr.options & IHDR_OPT_BIG_ENDIAN ) in read_headers()
|
| /tools/fuzz/x86_instruction_emulator/ |
| A D | fuzz-emul.c | 38 unsigned long options; member 764 unsigned long bitmap = c->options; in disable_hooks() 817 unsigned long bitmap = c->options; in sanitize_input() 820 c->options &= ~((1<<HOOK_read)|(1<<HOOK_insn_fetch)); in sanitize_input()
|
| /tools/examples/ |
| A D | xlexample.pvhlinux | 25 # Kernel command line options
|
| A D | xlexample.pvlinux | 22 # Kernel command line options
|
| /tools/libfsimage/ext2fs-lib/ |
| A D | ext2fs-lib.c | 30 ext2lib_mount(fsi_t *fsi, const char *name, const char *options) in ext2lib_mount() argument
|
| /tools/vchan/ |
| A D | vchan-socket-proxy.c | 384 static struct option options[] = { variable 405 while ((opt = getopt_long(argc, argv, "m:vs:", options, NULL)) != -1) { in main()
|
| /tools/helpers/ |
| A D | init-xenstore-domain.c | 42 static struct option options[] = { variable 446 while ( (opt = getopt_long(argc, argv, "v", options, NULL)) != -1 ) in main()
|
| /tools/tests/xenstore/ |
| A D | test-xenstore.c | 56 static struct option options[] = { variable 455 while ( (opt = getopt_long(argc, argv, "lr:t:hi:", options, in main()
|
| /tools/libfsimage/ufs/ |
| A D | fsys_ufs.c | 47 ufs_mount(fsi_file_t *ffi, const char *options) in ufs_mount() argument
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xencommons.in | 53 # See "@sbindir@/xenstored --help" for possible options.
|