/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 230 def _contains(self, attr, expected): argument 233 expected) 235 def _matches(self, attr, expected): argument 237 expected) 239 def config_contains(self, expected): argument 247 def config_matches(self, expected): argument 253 return self._matches('config', expected) 255 def stdout_contains(self, expected): argument 263 def stdout_matches(self, expected): argument 271 def stderr_contains(self, expected): argument [all …]
|
/xen/tools/libxl/ |
A D | check-xl-vif-parse | 14 expected () { function 15 cat >$fprefix.expected 49 expected </dev/null 53 expected </dev/null 63 expected <<END 87 expected <<END 110 expected <<END 133 expected <<END 156 expected </dev/null 163 expected </dev/null [all …]
|
A D | check-xl-disk-parse | 14 expected () { function 50 expected </dev/null 53 expected <<END 68 expected <<END 85 expected <<EOF 97 expected <<EOF 113 expected <<EOF 125 expected <<EOF 140 expected <<EOF 155 expected <<END [all …]
|
A D | check-xl-vcpupin-parse | 38 expected () { function 39 cat >$fprefix.expected 55 diff -u $fprefix.expected $fprefix.actual 105 expected <<END
|
A D | check-xl-vcpupin-parse.data-example | 8 # test-string*expected-return-code*expected-output
|
/xen/tools/firmware/hvmloader/ |
A D | tests.c | 98 uint32_t expected; in rep_insb_test() member 133 uint32_t expected = 0; in rep_insb_test() local 136 expected = check[i].expected; in rep_insb_test() 139 if ( *p != expected ) in rep_insb_test() 142 (unsigned long)p, *p, expected); in rep_insb_test() 161 uint32_t expected; in rep_insw_test() member 196 uint32_t expected = 0; in rep_insw_test() local 200 expected = check[i].expected; in rep_insw_test() 203 if ( *p != expected ) in rep_insw_test() 206 (unsigned long)p, *p, expected); in rep_insw_test()
|
/xen/tools/misc/ |
A D | xen-detect.c | 221 enum guest_type detected, expected = 0; in main() local 242 expected = XEN_PV; in main() 245 expected = XEN_HVM; in main() 248 expected = XEN_NONE; in main() 290 return expected && (expected != detected); in main()
|
A D | xen-livepatch.c | 276 int expected; /* The state to be in after the function. */ member 282 .expected = LIVEPATCH_STATE_APPLIED, 288 .expected = LIVEPATCH_STATE_CHECKED, 294 .expected = -XEN_ENOENT, 300 .expected = LIVEPATCH_STATE_APPLIED, 427 if ( status.state == action_options[idx].expected ) in action_func() 475 if ( action_options[idx].expected == rc ) in action_func() 490 state2str(action_options[idx].expected)); in action_func()
|
/xen/tools/ocaml/xenstored/ |
A D | config.ml | 82 let validate cf expected other = 87 if not (List.mem_assoc k expected) then 89 else let ty = List.assoc k expected in 110 let read filename expected other = 112 validate cf expected other
|
/xen/tools/libacpi/ |
A D | README | 6 Users of ACPI builder are expected to provide an include file that makes available 22 Usually, user is not expected to change the acpi_dsdt.asl.
|
/xen/docs/misc/ |
A D | printk-formats.txt | 13 Up to 64 characters. Buffer length expected via the field_width 22 (in bits) expected via the field_width parameter.
|
A D | stubdom.txt | 33 Setup (done by toolstack, expected by stubdomain): 38 - if graphics output is expected, VFB and VKB devices are set for stubdomain 85 Setup (done by toolstack, expected by stubdomain): 90 - [not implemented] if graphics output is expected, VFB and VKB devices are set for stubdomain
|
A D | pv-drivers-lifecycle.pandoc | 33 The code is expected to work, be good quality and faithfully implement
|
A D | x86-xenpv-bootloader.pandoc | 16 bootloader to load and the protocol/format expected from the
|
A D | xenstore-paths.pandoc | 159 maximum. Valid values are "online" and "offline". The guest is expected to react to changes in this… 175 the guest is expected to make every effort to every effort use no more 190 event channel port it has acquired. The toolstack is expected to use 197 with reason code `SHUTDOWN_suspend`. The toolstack is expected to use 450 "0" -> the frontend should not be expected to respond, so fail the 452 "1" -> the frontend should be expected to respond, so wait for it to
|
/xen/xen/arch/x86/acpi/ |
A D | cpuidle_menu.c | 295 void menu_get_trace_data(u32 *expected, u32 *pred) in menu_get_trace_data() argument 299 *expected = data->expected_us; in menu_get_trace_data()
|
/xen/xen/include/xen/ |
A D | cpuidle.h | 97 extern void menu_get_trace_data(u32 *expected, u32 *pred);
|
/xen/tools/tests/vpci/ |
A D | main.c | 77 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument 81 assert(rd == (expected)); \
|
/xen/tools/console/testsuite/ |
A D | README | 10 expected.
|
/xen/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 25 let unexpected_packet expected received = 27 (Xb.Op.to_string expected) 217 _ -> raise (Packet.DataError (Printf.sprintf "int expected; got '%s'" data))
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 211 expected = 0xffffffff 213 expected = 0xffffffffffffffff 215 if marker != expected:
|
/xen/docs/features/ |
A D | dom0less.pandoc | 101 - Some xl operations might not work as expected. xl is meant to be used 103 started by Xen at boot might not work as expected.
|
/xen/tools/firmware/rombios/ |
A D | 32bitgateway.c | 81 ; dx, ax: 32 bit result of call (even if 'void' is expected)
|
/xen/docs/process/ |
A D | tags.pandoc | 37 The backport requester is expected to specify which currently supported
|
/xen/docs/misc/arm/ |
A D | silicon-errata.txt | 12 Category C: A minor error that is not expected to occur under normal
|