Searched refs:why (Results 1 – 10 of 10) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 94 const char *why, bool exception) in maybe_fail() argument 120 printf("maybe_fail %s: %s\n", why, x86emul_return_string[rc]); in maybe_fail() 131 const char *why, void *dst, unsigned int bytes) in data_read() argument 148 printf("data_read %s: X86EMUL_EXCEPTION (end of input)\n", why); in data_read() 151 rc = maybe_fail(ctxt, why, true); in data_read() 157 printf("%s: ", why); in data_read() 229 const char *why, unsigned long *reps) in _fuzz_rep_read() argument 234 rc = data_read(ctxt, x86_seg_none, why, &bytes_read, sizeof(bytes_read)); in _fuzz_rep_read() 256 const char *why, unsigned long *reps) in _fuzz_rep_write() argument 258 int rc = maybe_fail(ctxt, why, true); in _fuzz_rep_write()
|
/xen/xen/scripts/ |
A D | Kbuild.include | 58 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 104 # why - tell why a target got built 123 why = \ 140 echo-why = $(call escsq, $(strip $(why)))
|
/xen/docs/misc/ |
A D | crashdb.txt | 5 you've crashed it, you get to poke around and find out why. There's 54 Reasons why we might fail to reach the debugger:
|
A D | kconfig-language.rst | 550 We'll first explain why this issues exists and then provide an example
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 118 Probably not necessary but why not:
|
/xen/tools/ |
A D | configure.ac | 452 # * The prototype exists but the functions are not exposed. Don't ask why...
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 860 const char *why) { in domain_death_occurred() argument 867 LOGD(DEBUG, evg->domid, "%s", why); in domain_death_occurred()
|
/xen/tools/xenstore/ |
A D | talloc_guide.txt | 524 realloc() in one call, which is why it is useful to be able to pass
|
/xen/tools/ocaml/ |
A D | LICENSE | 15 why the executable file might be covered by the GNU Lesser General
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11094 ;; for why we use INT 18h instead of INT 19h here.
|
Completed in 30 milliseconds