Searched refs:verify (Results 1 – 25 of 33) sorted by relevance
12
| /xen/tools/python/scripts/ |
| A D | verify-stream-v2 | 15 from xen.migration.verify import StreamError, RecordError 83 VerifyLibxc(info, stream_read).verify() 85 VerifyLibxl(info, stream_read).verify()
|
| /xen/tools/python/ |
| A D | Makefile | 27 $(INSTALL_PYTHON_PROG) scripts/verify-stream-v2 $(DESTDIR)$(LIBEXEC_BIN) 31 rm -f $(DESTDIR)$(LIBEXEC_BIN)/verify-stream-v2
|
| /xen/tools/python/xen/migration/ |
| A D | libxl.py | 13 from xen.migration.verify import StreamError, RecordError, VerifyBase 78 def verify(self): member in VerifyLibxl 157 VerifyLibxc(self.info, self.read).verify()
|
| A D | libxc.py | 14 from xen.migration.verify import StreamError, RecordError, VerifyBase 135 def verify(self): member in VerifyLibxc
|
| /xen/tools/console/testsuite/ |
| A D | README | 4 to verify that no data is lost. dom0 and domU share a handshake with each 19 console code. You can verify it at various levels by invoking it in different
|
| /xen/xen/tools/ |
| A D | scmversion | 41 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
|
| /xen/xen/include/acpi/cpufreq/ |
| A D | cpufreq.h | 168 int (*verify)(struct cpufreq_policy *policy); member
|
| /xen/tools/libs/guest/ |
| A D | xg_sr_common.h | 299 bool verify; member
|
| A D | xg_sr_restore.c | 275 if ( ctx->restore.verify ) in process_page_data() 662 ctx->restore.verify = true; in process_record()
|
| /xen/docs/features/ |
| A D | sched_credit.pandoc | 72 * create a few virtual machine and verify that they boot and can
|
| A D | sched_credit2.pandoc | 67 * create a few virtual machine and verify that they boot and can
|
| A D | migration.pandoc | 64 * `tools/python/scripts/verify-stream-v2`
|
| A D | livepatch.pandoc | 53 issue. A live patch should be checked to verify that it is valid
|
| A D | sched_rtds.pandoc | 79 * create a few virtual machines, directly inside the pool, and verify
|
| A D | feature-levelling.pandoc | 193 Xen cannot verify the memory/vcpu content against the CPUID policy, and can
|
| /xen/xen/arch/x86/acpi/cpufreq/ |
| A D | powernow.c | 323 .verify = powernow_cpufreq_verify,
|
| A D | hwp.c | 519 .verify = hwp_cpufreq_verify,
|
| A D | cpufreq.c | 620 .verify = acpi_cpufreq_verify,
|
| /xen/docs/misc/ |
| A D | 9pfs.pandoc | 229 - verify *prod* against local copy (consumer shouldn't change it) 241 - verify *cons* against local copy (producer shouldn't change it)
|
| /xen/xen/ |
| A D | Kconfig.debug | 127 Poison free blocks with 0xAA bytes and verify them when a block is
|
| /xen/docs/designs/ |
| A D | dmop.pandoc | 34 A DMOP hypercall consists of a domid (which is audited to verify that it
|
| /xen/xen/drivers/cpufreq/ |
| A D | utility.c | 449 ret = alternative_call(cpufreq_driver.verify, policy); in __cpufreq_set_policy()
|
| A D | cpufreq.c | 705 !driver_data->verify || !driver_data->exit || in cpufreq_register_driver()
|
| /xen/docs/specs/ |
| A D | libxc-migration-stream.pandoc | 575 A verify record indicates that, while all memory has now been sent, the sender 581 The verify record contains no fields; its body_length is 0.
|
| /xen/tools/ocaml/xenstored/ |
| A D | transaction.ml | 213 (* get the lowest path of the query and verify that it hasn't
|
Completed in 54 milliseconds
12