/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 24 def info(msg): argument 33 def err(msg): argument
|
A D | convert-legacy-stream | 39 def info(msg): argument 48 def err(msg): argument
|
/xen/xen/include/xen/ |
A D | bug.h | 79 #define _ASM_BUGFRAME_INFO(type, line, ptr, msg) \ argument 91 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { \ argument 124 #define assert_failed(msg) do { \ argument
|
/xen/xen/arch/arm/include/asm/ |
A D | bug.h | 34 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument 80 #define assert_failed(msg) do { \ argument
|
A D | asm_defns.h | 26 #define RODATA_SECT(section, label, msg) \ argument
|
/xen/xen/common/ |
A D | decompress.c | 6 static void __init cf_check error(const char *msg) in error()
|
/xen/xen/arch/x86/include/asm/ |
A D | bug.h | 66 #define ASSERT_FAILED(msg) \ argument
|
A D | asm_defns.h | 44 #define ASSERT_INTERRUPT_STATUS(x, msg) \ argument 51 #define ASSERT_INTERRUPT_STATUS(x, msg) argument
|
/xen/tools/ocaml/xenstored/ |
A D | syslog_stubs.c | 36 value stub_syslog(value facility, value level, value msg) in stub_syslog()
|
/xen/xen/arch/ppc/include/asm/ |
A D | bug.h | 25 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { } while (0) argument
|
/xen/tools/console/client/ |
A D | main.c | 216 char msg[60]; in console_loop() local 240 char msg[512]; in console_loop() local 496 static const char msg[] = { 0x00 }; in main() local
|
/xen/stubdom/vtpmmgr/ |
A D | log.c | 55 char * msg; member
|
/xen/tools/libs/guest/ |
A D | xg_dom_decompress_unsafe.c | 12 static void unsafe_error(const char *msg) in unsafe_error()
|
A D | xg_dom_decompress_lz4.c | 41 const char *msg; in xc_try_lz4_decode() local
|
/xen/tools/xenpaging/ |
A D | xenpaging.h | 77 #define DPRINTF(msg, args...) xtl_log(paging->logger, XTL_DETAIL, 0, \ argument 79 #define ERROR(msg, args...) xtl_log(paging->logger, XTL_ERROR, -1, \ argument 81 #define PERROR(msg, args...) xtl_log(paging->logger, XTL_ERROR, -1, \ argument
|
/xen/xen/arch/arm/acpi/ |
A D | domain_build.c | 329 const char *msg = acpi_format_exception(status); in acpi_create_stao() local 368 const char *msg = acpi_format_exception(status); in acpi_create_madt() local 422 const char *msg = acpi_format_exception(status); in acpi_create_fadt() local
|
/xen/xen/common/gzip/ |
A D | gunzip.c | 39 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument 46 # define Assert(cond, msg) argument
|
/xen/xen/arch/x86/ |
A D | msi.c | 154 void msi_compose_msg(unsigned vector, const cpumask_t *cpu_mask, struct msi_msg *msg) in msi_compose_msg() 189 static int write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in write_msi_msg() 247 struct msi_msg msg; in set_msi_affinity() local 529 struct msi_msg msg; in __setup_msi_irq() local 1329 struct msi_msg msg; in pci_restore_msi_state() local
|
A D | shutdown.c | 170 static const char *__initdata msg[] = in override_reboot() local
|
A D | hpet.c | 277 static int hpet_msi_write(struct hpet_event_channel *ch, struct msi_msg *msg) in hpet_msi_write() 314 struct msi_msg msg = ch->msi.msg; in hpet_msi_set_affinity() local 343 struct msi_msg msg; in __hpet_setup_msi_irq() local
|
/xen/tools/libs/util/ |
A D | libxlu_vif.c | 8 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err()
|
/xen/tools/libs/light/ |
A D | libxl_psr.c | 25 char *msg; in libxl__psr_log_err_msg() local 51 char *msg; in libxl__psr_cmt_log_err_msg() local 90 char *msg; in libxl__psr_alloc_log_err_msg() local
|
/xen/tools/libs/store/ |
A D | xs.c | 396 struct xs_stored_msg *msg, *tmsg; in close_free_msgs() local 534 struct xs_stored_msg *msg; in read_reply() local 576 struct xsd_sockmsg msg; in xs_talkv() local 982 struct xs_stored_msg *msg; in read_watch_internal() local 1073 struct xs_stored_msg *msg, *tmsg; in xs_unwatch() local 1339 struct xs_stored_msg *msg = NULL; in read_message() local
|
/xen/xen/drivers/passthrough/vtd/ |
A D | intremap.c | 536 struct msi_desc *msi_desc, struct msi_msg *msg) in msi_msg_to_remap_entry() 642 struct msi_desc *msi_desc, struct msi_msg *msg) in msi_msg_write_remap_rte()
|
/xen/tools/9pfsd/ |
A D | xen-9pfsd.c | 415 static void connect_err(device *device, const char *msg) in connect_err() 668 static void do_err(const char *msg) in do_err()
|