Home
last modified time | relevance | path

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

12

/tools/xenmon/
A Dxenmon.py69 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 Dlibxl.py89 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 Dlibxc.py147 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 Dfsi_zfs.c76 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 Dfsimage.c254 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 Dfsimage.c39 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 Dfsimage_plugin.c178 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 Dfsimage_grub.c224 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 Dxen-ucode.c94 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 Dlibxl_sr_stream_format.h15 uint32_t options; member
A Dlibxl_stream_read.c336 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 DRules.mk16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/tools/tests/x86_emulator/
A Dtestcase.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/tools/libacpi/
A Dmk_dsdt.c71 static struct option options[] = { variable
94 int opt = getopt_long(argc, argv, "", options, NULL); in main()
/tools/libs/guest/
A Dxg_sr_stream_format.h19 uint16_t options; member
A Dxg_sr_restore.c24 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 Dfuzz-emul.c38 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 Dxlexample.pvhlinux25 # Kernel command line options
A Dxlexample.pvlinux22 # Kernel command line options
/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c30 ext2lib_mount(fsi_t *fsi, const char *name, const char *options) in ext2lib_mount() argument
/tools/vchan/
A Dvchan-socket-proxy.c384 static struct option options[] = { variable
405 while ((opt = getopt_long(argc, argv, "m:vs:", options, NULL)) != -1) { in main()
/tools/helpers/
A Dinit-xenstore-domain.c42 static struct option options[] = { variable
446 while ( (opt = getopt_long(argc, argv, "v", options, NULL)) != -1 ) in main()
/tools/tests/xenstore/
A Dtest-xenstore.c56 static struct option options[] = { variable
455 while ( (opt = getopt_long(argc, argv, "lr:t:hi:", options, in main()
/tools/libfsimage/ufs/
A Dfsys_ufs.c47 ufs_mount(fsi_file_t *ffi, const char *options) in ufs_mount() argument
/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in53 # See "@sbindir@/xenstored --help" for possible options.

Completed in 91 milliseconds

12