Searched refs:expect (Results 1 – 14 of 14) sorted by relevance
/xen/tools/ocaml/libs/xc/ |
A D | abi-check | 64 sub expect ($$) { subroutine 83 expect($cval, "(1u << $bitnum)"); 87 expect($ei->{CFinal}, "(1u << ".($bitnum-1).")"); 89 expect($ei->{CFinal}, "(1u << $bitnum)-1u");
|
/xen/xen/test/livepatch/ |
A D | xen_expectations.c | 25 .expect = {
|
A D | xen_expectations_fail.c | 26 .expect = {
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | tpm_drivers.c | 45 uint8_t mask, uint8_t expect) in tis_wait_sts() argument 50 if ((sts & mask) == expect) { in tis_wait_sts()
|
/xen/tools/ocaml/xenstored/ |
A D | config.ml | 102 | Failure "int_of_string" -> append (k, "expect int arg") 103 | Failure "bool_of_string" -> append (k, "expect bool arg") 104 | Failure "float_of_string" -> append (k, "expect float arg")
|
/xen/xen/include/public/ |
A D | sysctl.h | 873 livepatch_expectation_t expect; member
|
/xen/docs/man/ |
A D | xen-vbd-interface.7.pandoc | 41 guest should expect storage management to be done by the host and
|
A D | xl.cfg.5.pod.in | 250 50% (50% of 2GHz). If you are not getting the performance you expect, 1690 configure any passthrough devices at domain creation time but expect
|
A D | xl.1.pod.in | 1069 50% (50% of 2GHz). If you are not getting the performance you expect,
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 20 certain codepaths based on the available features, and expect the features to
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 303 livepatch_expectation_t expect; 340 * `expect` is an optional structure containing expected to-be-replaced data 341 (mostly for inline asm patching). The `expect` structure format is: 417 livepatch_expectation_t expect; 436 .expect = { /* All fields to be filled manually */
|
A D | xenstore-paths.pandoc | 166 expect to be given. In the absence of in-guest memory hotplug support 460 ~/control path is read-only to a guest, a guest should not expect a
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 14 that they can have an idea what to expect from the Release Manager.
|
/xen/xen/common/ |
A D | livepatch.c | 567 const livepatch_expectation_t *exp = &func->expect; in livepatch_verify_expectation_fn()
|
Completed in 24 milliseconds