/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 186 A record has a record header, type specific data and a trailing 254 the record types. 261 An end record marks the end of the image, and shall be the final record 602 CHECKPOINT record or an END record. 646 3. X86\_PV\_INFO record 647 4. X86\_PV\_P2M\_FRAMES record 650 7. SHARED\_INFO record 656 9. END record 662 1. X86\_PV\_INFO record 663 2. X86\_PV\_P2M\_FRAMES record [all …]
|
A D | libxl-migration-stream.pandoc | 98 A record has a record header, type specific data and a trailing footer. If 100 end of the record on an 8 octet boundary. 132 body_length Length in octets of the record body. 134 body Content of the record. 151 | record specific data | 177 A end record marks the end of the image, and shall be the final record 183 The end record contains no fields; its body_length is 0. 253 The end record contains no fields; its body_length is 0. 315 The format may be extended by adding additional record types. 317 Extending an existing record type must be done by adding a new record [all …]
|
/xen-4.10.0-shim-comet/xen/common/gcov/ |
A D | gcc_3_4.c | 129 int record; member 232 switch ( iter->record ) in gcov_iter_next() 241 iter->record++; in gcov_iter_next() 250 iter->record = 9; in gcov_iter_next() 261 iter->record = 7; in gcov_iter_next() 270 iter->record = 3; in gcov_iter_next() 272 iter->record = -1; in gcov_iter_next() 276 if ( iter->record == -1 ) in gcov_iter_next() 295 switch ( iter->record ) in gcov_iter_write()
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | apei.h | 18 int erst_write(const struct cper_record_header *record); 21 ssize_t erst_read(u64 record_id, struct cper_record_header *record, 23 ssize_t erst_read_next(struct cper_record_header *record, size_t buflen);
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | symbol.ml | 19 type 'a record = { data: 'a; mutable garbage: bool } type 20 let int_string_tbl : (int,string record) Hashtbl.t = Hashtbl.create 1024 61 let records = Hashtbl.fold (fun symb record accu -> 62 if record.garbage then (symb, record.data) :: accu else accu
|
A D | history.ml | 62 (* Find the connections from records since commit-count [since] for which [f record] returns [true]…
|
A D | process.ml | 395 () (* no need to record anything *)
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/ |
A D | erst.c | 603 int erst_write(const struct cper_record_header *record) in erst_write() argument 609 if (!record) in erst_write() 615 if (memcmp(record->signature, CPER_SIG_RECORD, CPER_SIG_SIZE)) in erst_write() 621 rc = __erst_write_to_nvram(record); in erst_write() 626 if (record->record_length > erst_erange.size) in erst_write() 631 memcpy(erst_erange.vaddr, record, record->record_length); in erst_write() 677 memcpy(record, rcd_tmp, len); in __erst_read() 687 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read() argument 697 len = __erst_read(record_id, record, buflen); in erst_read() 708 ssize_t erst_read_next(struct cper_record_header *record, size_t buflen) in erst_read_next() argument [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | genlevels.py | 9 record = False 13 if record == True: 16 record = True
|
/xen-4.10.0-shim-comet/tools/pygrub/ |
A D | Makefile | 19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | Makefile | 20 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mem.S | 17 pushw %ds # data record.
|
A D | video.S | 661 # `modelist' label. Each video mode record looks like:
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 28 the 5 data fields from the trace record. There should be one such
|
A D | xen-pci-device-reservations.pod.7 | 27 try to record specific device IDs in PCI ID databases such as
|
A D | xentrace.pod.8 | 16 Where CPU is the processor number, TSC is the record's timestamp
|
A D | xen-vtpm.pod.7 | 229 supported, the attached vTPM will not have a record of the boot of the attached
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 108 record = pack(libxc.RH_FORMAT, rt, length) + alldata 110 record += '\x00' * plen 112 stream_write(record)
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 84 events cause a trace record to be emitted.
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 68 are public and that a record of the contribution (including all
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 447 + * items in the extent btree are used to record the objectid of the 461 +/* dev extents record free space on individual devices. The owner 597 + * this extent record is for. This allows a file extent to point 731 ++ * extent items are in the extent map tree. These record which blocks
|
/xen-4.10.0-shim-comet/docs/ |
A D | configure | 1457 # Strip out --silent because we don't want to record it for future runs.
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | configure | 1551 # Strip out --silent because we don't want to record it for future runs.
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 1907 int check_extra_words(struct record_info *ri, int expected_size, const char *record); 8688 const char *record) in check_extra_words() argument 8703 record, in check_extra_words()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 9465 ;; record completion in BIOS task complete flag
|