Searched defs:expected (Results 1 – 10 of 10) sorted by relevance
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 220 def _read_and_compare(self, compare, expected): argument 230 def _contains(self, attr, expected): argument 235 def _matches(self, attr, expected): argument 239 def config_contains(self, expected): argument 247 def config_matches(self, expected): argument 255 def stdout_contains(self, expected): argument 263 def stdout_matches(self, expected): argument 271 def stderr_contains(self, expected): argument 279 def stderr_matches(self, expected): argument
|
/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 161 uint32_t expected; in rep_insw_test() member 196 uint32_t expected = 0; in rep_insw_test() local
|
/xen/tools/libxl/ |
A D | check-xl-vif-parse | 14 expected () { function
|
A D | check-xl-vcpupin-parse | 38 expected () { function
|
A D | check-xl-disk-parse | 14 expected () { function
|
/xen/tools/misc/ |
A D | xen-detect.c | 221 enum guest_type detected, expected = 0; in main() local
|
A D | xen-livepatch.c | 276 int expected; /* The state to be in after the function. */ member
|
/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()
|
/xen/tools/tests/vpci/ |
A D | main.c | 77 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 239 static bool_t cap_check(const char *name, u32 expected, u32 saw) in cap_check()
|
Completed in 18 milliseconds