Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc186 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 Dlibxl-migration-stream.pandoc98 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 Dgcc_3_4.c129 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 Dapei.h18 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 Dsymbol.ml19 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 Dhistory.ml62 (* Find the connections from records since commit-count [since] for which [f record] returns [true]…
A Dprocess.ml395 () (* no need to record anything *)
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/
A Derst.c603 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 Dgenlevels.py9 record = False
13 if record == True:
16 record = True
/xen-4.10.0-shim-comet/tools/pygrub/
A DMakefile19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
/xen-4.10.0-shim-comet/tools/python/
A DMakefile20 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dmem.S17 pushw %ds # data record.
A Dvideo.S661 # `modelist' label. Each video mode record looks like:
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace_format.pod.128 the 5 data fields from the trace record. There should be one such
A Dxen-pci-device-reservations.pod.727 try to record specific device IDs in PCI ID databases such as
A Dxentrace.pod.816 Where CPU is the processor number, TSC is the record's timestamp
A Dxen-vtpm.pod.7229 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 Dconvert-legacy-stream108 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 Dxenmon.txt84 events cause a trace record to be emitted.
/xen-4.10.0-shim-comet/
A DCONTRIBUTING68 are public and that a record of the contribution (including all
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff447 + * 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 Dconfigure1457 # Strip out --silent because we don't want to record it for future runs.
/xen-4.10.0-shim-comet/stubdom/
A Dconfigure1551 # Strip out --silent because we don't want to record it for future runs.
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c1907 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 Drombios.c9465 ;; record completion in BIOS task complete flag

Completed in 52 milliseconds