Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 59) sorted by relevance

123

/xen/tools/python/scripts/
A Dverify-stream-v224 def info(msg): argument
33 def err(msg): argument
A Dconvert-legacy-stream39 def info(msg): argument
48 def err(msg): argument
/xen/xen/include/xen/
A Dbug.h79 #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 Dbug.h34 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument
80 #define assert_failed(msg) do { \ argument
A Dasm_defns.h26 #define RODATA_SECT(section, label, msg) \ argument
/xen/xen/common/
A Ddecompress.c6 static void __init cf_check error(const char *msg) in error()
/xen/xen/arch/x86/include/asm/
A Dbug.h66 #define ASSERT_FAILED(msg) \ argument
A Dasm_defns.h44 #define ASSERT_INTERRUPT_STATUS(x, msg) \ argument
51 #define ASSERT_INTERRUPT_STATUS(x, msg) argument
/xen/tools/ocaml/xenstored/
A Dsyslog_stubs.c36 value stub_syslog(value facility, value level, value msg) in stub_syslog()
/xen/xen/arch/ppc/include/asm/
A Dbug.h25 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { } while (0) argument
/xen/tools/console/client/
A Dmain.c216 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 Dlog.c55 char * msg; member
/xen/tools/libs/guest/
A Dxg_dom_decompress_unsafe.c12 static void unsafe_error(const char *msg) in unsafe_error()
A Dxg_dom_decompress_lz4.c41 const char *msg; in xc_try_lz4_decode() local
/xen/tools/xenpaging/
A Dxenpaging.h77 #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 Ddomain_build.c329 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 Dgunzip.c39 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument
46 # define Assert(cond, msg) argument
/xen/xen/arch/x86/
A Dmsi.c154 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 Dshutdown.c170 static const char *__initdata msg[] = in override_reboot() local
A Dhpet.c277 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 Dlibxlu_vif.c8 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err()
/xen/tools/libs/light/
A Dlibxl_psr.c25 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 Dxs.c396 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 Dintremap.c536 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 Dxen-9pfsd.c415 static void connect_err(device *device, const char *msg) in connect_err()
668 static void do_err(const char *msg) in do_err()

Completed in 51 milliseconds

123