/xen-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | mkheader.py | 114 output = ""; variable 124 output += """ 137 output += "\n"; 155 output += "\n"; 170 output += "\n"; 182 output += "\n"; 187 output += "\n"; 196 output = re.sub("\\b%s\\b" % define, replace, output); variable 205 output = re.sub("\\b(%s)_t\\b" % struct, "\\1_%s_t" % arch, output); variable 211 output = re.sub("\\b%s\\b" % type, inttypes[arch][type], output); variable [all …]
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_decompress_lz4.c | 42 unsigned char *inp = *blob, *output, *outp; in xc_try_lz4_decode() local 58 output = malloc(out_len); in xc_try_lz4_decode() 59 if (!output) { in xc_try_lz4_decode() 63 outp = output; in xc_try_lz4_decode() 92 dest_len = out_len - (outp - output); in xc_try_lz4_decode() 106 if ( xc_dom_register_external(dom, output, out_len) ) in xc_try_lz4_decode() 111 *blob = output; in xc_try_lz4_decode() 125 free(output); in xc_try_lz4_decode()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpmrsa.c | 61 unsigned char *output ) in tpmrsa_public() argument 79 MPI_CHK( mpi_write_binary( &T, output, olen ) ); in tpmrsa_public() 156 unsigned char *output ) in tpmrsa_pub_encrypt_oaep() argument 160 unsigned char* seed = output + 1; in tpmrsa_pub_encrypt_oaep() 161 unsigned char* db = output + HASH_LEN +1; in tpmrsa_pub_encrypt_oaep() 171 output[0] = 0; in tpmrsa_pub_encrypt_oaep() 198 return tpmrsa_public(ctx, output, output); in tpmrsa_pub_encrypt_oaep()
|
A D | tpmrsa.h | 62 unsigned char *output );
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | img2qcow.c | 77 static char output[(100/PROGRESS_QUANT) + 5]; variable 104 memcpy(output+prev+1,"=>",2); in debug_output() 107 output, (int64_t)((prev-1)*PROGRESS_QUANT)); in debug_output() 232 memset(output,0x20,(100/PROGRESS_QUANT)+5); in main() 233 output[0] = '['; in main() 234 output[(100/PROGRESS_QUANT)+2] = ']'; in main() 235 output[(100/PROGRESS_QUANT)+3] = '\0'; in main() 236 DFPRINTF("%s",output); in main() 309 memcpy(output+prev+1,"=",1); in main() 310 DFPRINTF("\r%s 100%%\nTRANSFER COMPLETE\n\n", output); in main()
|
A D | qcow2raw.c | 78 static char output[(100/PROGRESS_QUANT) + 5]; variable 110 memcpy(output+prev+1,"=>",2); in debug_output() 113 output, (uint64_t)((prev-1)*PROGRESS_QUANT)); in debug_output() 362 memset(output,0x20,(100/PROGRESS_QUANT)+5); in main() 363 output[0] = '['; in main() 364 output[(100/PROGRESS_QUANT)+2] = ']'; in main() 365 output[(100/PROGRESS_QUANT)+3] = '\0'; in main() 366 DFPRINTF("%s",output); in main() 434 memcpy(output+prev+1,"=",1); in main() 435 DFPRINTF("\r%s 100%%\nTRANSFER COMPLETE\n\n", output); in main()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | alternative.h | 110 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ 112 : output : input) 123 feature2, output, input...) \ 126 : output : input) 138 feature2, newinstr3, feature3, output, \ 143 : output : input)
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpvnetboot | 61 (status, output) = commands.getstatusoutput(cmd) 63 raise RuntimeError('Command: (%s) failed: (%s) %s' % (cmd, status, output)) 158 (status, output) = commands.getstatusoutput(cmd) 160 raise RuntimeError('Command: (%s) failed: (%s) %s' % (cmd, status, output)) 209 if not opts.output or opts.output == '-': 212 fd = os.open(opts.output, os.O_WRONLY) 277 output = format_sxp(kernel, ramdisk, opts.args) 279 output = format_simple(kernel, ramdisk, opts.args, '\n') 281 output = format_simple(kernel, ramdisk, opts.args, '\0') 287 os.write(fd, output)
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 13 definitions (I<DEFS-FILE>), printing to standard output. 24 [ the `d' format specifier output in decimal, alternatively `x' 25 will output in hexadecimal and `o' will output in octal ] 36 this script may not be able to keep up with the output of 38 should have B<xentrace> output to a file for processing off-line.
|
A D | xentop.pod.1 | 26 output version information and exit 34 output network information 38 output vbd block device data 46 output VCPU data 50 output the full domain name (not truncated) 54 output data in batch mode (to stdout)
|
A D | xentrace.pod.8 | 12 output in the following binary format (host endian): 20 Data is dumped onto the standard output (which must not be a TTY) or a 23 The output should be parsed using the tool xentrace_format, which can 24 produce human-readable output in ASCII format. 34 all new records to the output
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlz4.c | 28 unsigned char *output, in unlz4() argument 45 if (output) { in unlz4() 46 outp = output; in unlz4() 139 if (output) in unlz4() 163 if (!output) in unlz4()
|
A D | unlzo.c | 131 u8 *output, unsigned int *posp, in unlzo() argument 141 if (output) { in unlzo() 142 out_buf = output; in unlzo() 243 if (output) in unlzo() 261 if (!output) in unlzo()
|
A D | gunzip.c | 107 __init int perform_gunzip(char *output, char *image, unsigned long image_len) in perform_gunzip() argument 114 window = (unsigned char *)output; in perform_gunzip()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 11 def __init__(self, input, output): argument 15 self.output = open_file_or_fd(output, "w", 2) 317 state.output.write( 326 state.output.write( 359 state.output.write( 365 state.output.write( 371 state.output.write( 375 state.output.write(
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_misc.c | 216 char *output; in main_qemu_monitor_command() local 231 ret = libxl_qemu_monitor_command(ctx, domid, cmd, &output); in main_qemu_monitor_command() 232 if (!ret && output) { in main_qemu_monitor_command() 233 printf("%s\n", output); in main_qemu_monitor_command() 234 free(output); in main_qemu_monitor_command()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | console.txt | 66 * output: an identifier only meaningful for qemu/xenconsoled 72 output = pty 90 output = chardev:<some internal identifier> 108 are given to qemu. The output of a serial is specified as argument to 115 emulated serial that has a pty as output. Xenconsole takes a domid as 138 output goes is still specified using qemu command line options. 141 output from the stubdom to dom0. The pv console backend for stubdom's pv
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | guest_features.te | 8 # Allow guest console output to the serial console. This is used by PV Linux 9 # and stub domains for early boot output, so don't audit even when we deny it.
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | gunzip.h | 5 int perform_gunzip(char *output, char *image, unsigned long image_len);
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 29 -b batch mode dump snapshots to standard output (used with -n) 30 -n number of iterations to dump to standard output (unlimited if not specified)
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | Kconfig | 11 Enable VGA output for the Xen hypervisor.
|
/xen-4.10.0-shim-comet/scripts/ |
A D | get_maintainer.pl | 492 output(@maintainers); 497 output(@scm); 502 output(@status); 507 output(@subsystem); 512 output(@web); 1269 my $output = `$cmd`; 1270 $output =~ s/^\s*//gm; 1271 @lines = split("\n", $output); 1280 my $output = `$cmd`; 1281 @lines = split("\n", $output); [all …]
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 48 output(const char *fmt, ...) { in output() function 324 output("%s: ", argv[optind]); in perform() 325 output("%s\n", sanitise_value(&ebuf, val, len)); in perform() 412 output("%s/", argv[optind]); in perform() 413 output("%s\n", list[i]); in perform()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | kernel.c | 266 char *output, *input; in kernel_decompress() local 299 output = __vmap(&mfn, 1 << kernel_order_out, 1, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in kernel_decompress() 301 rc = perform_gunzip(output, input, size); in kernel_decompress() 302 clean_dcache_va_range(output, output_size); in kernel_decompress() 304 vunmap(output); in kernel_decompress()
|
/xen-4.10.0-shim-comet/stubdom/caml/ |
A D | Makefile | 21 $(OCAMLOPT) $(LIBS) $^ -output-obj -o $@
|