Home
last modified time | relevance | path

Searched refs:why (Results 1 – 10 of 10) sorted by relevance

/xen/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c94 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 DKbuild.include58 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 Dcrashdb.txt5 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 Dkconfig-language.rst550 We'll first explain why this issues exists and then provide an example
/xen/docs/designs/
A Dqemu-deprivilege.md118 Probably not necessary but why not:
/xen/tools/
A Dconfigure.ac452 # * The prototype exists but the functions are not exposed. Don't ask why...
/xen/tools/libxl/
A Dlibxl_domain.c860 const char *why) { in domain_death_occurred() argument
867 LOGD(DEBUG, evg->domid, "%s", why); in domain_death_occurred()
/xen/tools/xenstore/
A Dtalloc_guide.txt524 realloc() in one call, which is why it is useful to be able to pass
/xen/tools/ocaml/
A DLICENSE15 why the executable file might be covered by the GNU Lesser General
/xen/tools/firmware/rombios/
A Drombios.c11094 ;; for why we use INT 18h instead of INT 19h here.

Completed in 30 milliseconds