Home
last modified time | relevance | path

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

123

/xen/xen/tools/kconfig/tests/
A Dconftest.py230 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 Dcheck-xl-vif-parse14 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 Dcheck-xl-disk-parse14 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 Dcheck-xl-vcpupin-parse38 expected () { function
39 cat >$fprefix.expected
55 diff -u $fprefix.expected $fprefix.actual
105 expected <<END
A Dcheck-xl-vcpupin-parse.data-example8 # test-string*expected-return-code*expected-output
/xen/tools/firmware/hvmloader/
A Dtests.c98 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 Dxen-detect.c221 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 Dxen-livepatch.c276 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 Dconfig.ml82 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 DREADME6 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 Dprintk-formats.txt13 Up to 64 characters. Buffer length expected via the field_width
22 (in bits) expected via the field_width parameter.
A Dstubdom.txt33 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 Dpv-drivers-lifecycle.pandoc33 The code is expected to work, be good quality and faithfully implement
A Dx86-xenpv-bootloader.pandoc16 bootloader to load and the protocol/format expected from the
A Dxenstore-paths.pandoc159 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 Dcpuidle_menu.c295 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 Dcpuidle.h97 extern void menu_get_trace_data(u32 *expected, u32 *pred);
/xen/tools/tests/vpci/
A Dmain.c77 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument
81 assert(rd == (expected)); \
/xen/tools/console/testsuite/
A DREADME10 expected.
/xen/tools/ocaml/libs/xs/
A Dxsraw.ml25 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 Dconvert-legacy-stream211 expected = 0xffffffff
213 expected = 0xffffffffffffffff
215 if marker != expected:
/xen/docs/features/
A Ddom0less.pandoc101 - 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 D32bitgateway.c81 ; dx, ax: 32 bit result of call (even if 'void' is expected)
/xen/docs/process/
A Dtags.pandoc37 The backport requester is expected to specify which currently supported
/xen/docs/misc/arm/
A Dsilicon-errata.txt12 Category C: A minor error that is not expected to occur under normal

Completed in 73 milliseconds

123