/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | node.c | 42 int written = 0; in libxenvchan_write_all() local 44 while (written < size) { in libxenvchan_write_all() 45 ret = libxenvchan_write(ctrl, buf + written, size - written); in libxenvchan_write_all() 50 written += ret; in libxenvchan_write_all() 57 int written = 0; in write_all() local 59 while (written < size) { in write_all() 60 ret = write(fd, buf + written, size - written); in write_all() 65 written += ret; in write_all()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 283 int cons, prod, wsize, written; in membuf_dump() local 298 if ( written != wsize ) in membuf_dump() 308 if ( written != wsize ) in membuf_dump() 311 wsize, written); in membuf_dump() 319 if ( written != wsize ) in membuf_dump() 322 wsize, written); in membuf_dump() 350 size_t written = 0; in write_buffer() local 397 if ( written != sizeof(rec) ) in write_buffer() 400 written); in write_buffer() 413 if ( written != size ) in write_buffer() [all …]
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | ssdt_pm.asl | 33 * Following are the battery ports read/written to in order to implement 37 * Battery commands (written to port 0xb2) - 147 * 0x7c written to port 0xb2 indicating battery info type command. 148 * Value 1 or 2 written to port 0x86. 1 for BIF (batterry info) and 2 161 * Helper method 2. Value 0x7b written to battery command port 0xb2 162 * indicating battery info initialization request. First thing written 178 * Helper method 3. 0x7d written to battery command port 0xb2
|
/xen-4.10.0-shim-comet/m4/ |
A D | xenstored.m4 | 21 two options: the original xenstored written in C (xenstored) 22 or the newer and robust one written in Ocaml (oxenstored).
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | block-scripts.txt | 46 written into xenstore: 59 written into xenstore: 82 numbers, written in hex, and separated by a colon. 92 which contains the major and minor numbers, written in hex, and 114 be written with the lock held.
|
A D | xenstore-ring.txt | 31 to be written modulo 2^32. A "consumer" offset is the offset in the byte 39 Implementations may only overwrite previously-written data if it has 103 - drop any partially read or written higher-level
|
A D | hvm-emulated-unplug.markdown | 50 These messages are written to IO port `0x12` a byte at a time, and are 79 the xen-platform-pci kernel module. The value 0x1 was written to offset 91 was written to offset 0x4 in the memory region of the Xen Platform PCI
|
A D | qemu-backends.txt | 15 user root) the backend nodes must be written before qemu is dropping
|
A D | xenpaging.txt | 34 footprint of the guest. This value (in KiB) must be written manually to
|
A D | xenstore-paths.markdown | 419 respectively, of responding to the corresponding command when written 436 continue to process the corresponding command when written to 472 respectively, of responding to a mode value written to 507 Paths of this form may be written by the guest to indicate MAC addresses 510 The values written are primarily for display purposes and must not be used 516 Paths of this form may be written by the guest to indicate IP addresses 519 The values written are primarily for display purposes and must not be used 521 address written in one of these paths to, for example, establish a VNC
|
A D | 9pfs.markdown | 72 Backend specific properties, written by the backend, read by the 95 Backend configuration nodes, written by the toolstack, read by the 253 how much data has been written by the frontend to **out** and how much
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 128 Next, the parameter value can be read or written. 145 If the value written exceeds VBE_DISPI_MAX_XRES, the display code needs to generate a PANIC. 153 If the value written exceeds VBE_DISPI_MAX_YRES, the display code needs to generate a PANIC. 161 If the value written is an incompatible BPP, the display code needs to generate a PANIC. 199 The value written is now the number of bits per pixel. A value of 0 is treated 233 …* Since the XRES/YRES/BPP may not be written when VBE is enabled, if you want to switch from one V…
|
A D | README | 14 qemu. The initial patch for the Cirrus extension has been written by Makoto 53 This program has been written by Christophe Bothamy 60 The VGA Bios has been written without reverse-engineering any existing Bios. 65 The source code contains code ripped from rombios.c of plex86, written
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | qcow2raw.c | 77 static uint64_t prev = 0, written = 0; variable 127 written += treq.secs; in send_write_responses() 140 debug_output(written, ddaio->info.size); in send_write_responses()
|
A D | img2qcow.c | 76 static uint64_t prev = 0, written = 0; variable
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_save.c | 368 unsigned long written; in send_dirty_pages() local 373 for ( p = 0, written = 0; p < ctx->save.p2m_size; ++p ) in send_dirty_pages() 383 if ( (written & ((1U << (22 - 12)) - 1)) == 0 ) in send_dirty_pages() 384 xc_report_progress_step(xch, written, entries); in send_dirty_pages() 386 ++written; in send_dirty_pages() 393 if ( written > entries ) in send_dirty_pages()
|
A D | xc_sr_restore.c | 421 unsigned count, written; in send_checkpoint_dirty_pfn_list() local 456 for ( i = 0, written = 0; i < ctx->restore.p2m_size; ++i ) in send_checkpoint_dirty_pfn_list() 461 if ( written > count ) in send_checkpoint_dirty_pfn_list() 467 pfns[written++] = i; in send_checkpoint_dirty_pfn_list()
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 80 # This is incomplete - similar constraints must be written for all classes
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | dom0.te | 5 # While this could be written more briefly using wildcards, the permissions are
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | ZPL-2.0 | 26 without prior written permission from Zope Corporation.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 30savedefault.diff | 159 /* Set up a string to be written. */
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | COPYING | 60 from this software without specific prior written permission.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 96 2016-10-14 1 Xen 4.8 Document written
|
A D | migration.pandoc | 122 2015-10-24 1 Xen 4.6 Document written
|
/xen-4.10.0-shim-comet/ |
A D | README | 148 guests. Two xenstored daemons are supported, one written in C which we refer 149 to as the xenstored (sometimes referred to as cxenstored), and another written
|