/xen/xen/include/xen/ |
A D | lib.h | 57 debugtrace_printk(const char *fmt, ...) {} in debugtrace_printk() 65 #define printk_once(fmt, args...) \ argument 82 #define gprintk(lvl, fmt, args...) \ argument 89 dprintk(const char *lvl, const char *fmt, ...) {} in dprintk() 93 gdprintk(const char *lvl, const char *fmt, ...) {} in gdprintk() 97 #define dprintk(lvl, fmt, args...) \ argument 99 #define gdprintk(lvl, fmt, args...) \ argument
|
/xen/tools/xenstored/ |
A D | utils.c | 14 static void default_xprintf(const char *fmt, ...) in default_xprintf() 26 void barf(const char *fmt, ...) in barf() 46 void barf_perror(const char *fmt, ...) in barf_perror()
|
A D | talloc.c | 376 static void talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) in talloc_set_name_v() 388 void talloc_set_name(const void *ptr, const char *fmt, ...) in talloc_set_name() 411 void *talloc_named(const void *context, size_t size, const char *fmt, ...) in talloc_named() 480 void *talloc_init(const char *fmt, ...) in talloc_init() 1100 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) in talloc_vasprintf() 1132 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() 1152 static char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap) in talloc_vasprintf_append() 1196 char *talloc_asprintf_append(char *s, const char *fmt, ...) in talloc_asprintf_append()
|
/xen/tools/console/daemon/ |
A D | utils.h | 38 #define dolog(val, fmt, ...) do { \ argument 44 #define dolog(val, fmt, ...) fprintf(stderr, fmt "\n", ## __VA_ARGS__) argument
|
/xen/stubdom/vtpmmgr/ |
A D | log.h | 69 #define vtpmloginfo(module, fmt, args...) \ argument 74 #define vtpmloginfomore(module, fmt, args...) \ argument 79 #define vtpmlogerror(module, fmt, args...) \ argument
|
/xen/tools/libs/light/ |
A D | osdeps.c | 26 int vasprintf(char **buffer, const char *fmt, va_list ap) in vasprintf() 57 int asprintf(char **buffer, char *fmt, ...) in asprintf()
|
A D | libxl_internal.c | 143 char *libxl__vsprintf(libxl__gc *gc, const char *fmt, va_list ap) in libxl__vsprintf() 163 char *libxl__sprintf(libxl__gc *gc, const char *fmt, ...) in libxl__sprintf() 217 uint32_t domid, const char *fmt, va_list ap) in libxl__logv() 251 uint32_t domid, const char *fmt, ...) in libxl__log()
|
/xen/xen/common/libelf/ |
A D | libelf-private.h | 28 #define elf_msg(elf, fmt, args ... ) \ argument 30 #define elf_err(elf, fmt, args ... ) \ argument 81 #define elf_msg(elf, fmt, args ... ) \ argument 83 #define elf_err(elf, fmt, args ... ) \ argument
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 52 def unpack_exact(fmt): argument 75 def read_stream(fmt): argument
|
A D | convert-legacy-stream | 62 def __init__(self, fmt): argument 196 def unpack_exact(fmt): argument 560 def skip_xl_header(fmt): argument
|
/xen/xen/common/ |
A D | vsprintf.c | 313 const char *fmt = *fmt_ptr, *s; in pointer() local 472 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() 700 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 724 int snprintf(char * buf, size_t size, const char *fmt, ...) in snprintf() 749 int scnprintf(char * buf, size_t size, const char *fmt, ...) in scnprintf() 775 int xvasprintf(char **bufp, const char *fmt, va_list args) in xvasprintf() 806 int xasprintf(char **bufp, const char *fmt, ...) in xasprintf()
|
/xen/tools/xl/ |
A D | xl_utils.c | 34 void dolog(const char *file, int line, const char *func, const char *fmt, ...) in dolog() 50 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() 59 void xasprintf(char **strp, const char *fmt, ...) in xasprintf()
|
/xen/tools/tests/x86_emulator/ |
A D | wrappers.c | 44 int __wrap_printf(const char *fmt, ...) in __wrap_printf() 80 int __wrap_snprintf(char *buf, size_t n, const char *fmt, ...) in __wrap_snprintf()
|
/xen/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 31 xgtrc(const char *fn, const char *fmt, ...) in xgtrc() 45 xgprt(const char *fn, const char *fmt, ...) in xgprt()
|
/xen/tools/python/xen/migration/ |
A D | verify.py | 32 def unpack_exact(self, fmt): argument
|
/xen/xen/drivers/acpi/ |
A D | osl.c | 48 void __init acpi_os_printf(const char *fmt, ...) in acpi_os_printf() 56 void __init acpi_os_vprintf(const char *fmt, va_list args) in acpi_os_vprintf()
|
/xen/tools/tests/paging-mempool/ |
A D | test-paging-mempool.c | 14 #define fail(fmt, ...) \ argument
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svmdebug.c | 106 #define PRINTF(fmt, args...) do { \ in svm_vmcb_isvalid() argument
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu.h | 158 #define AMD_IOMMU_ERROR(fmt, args...) \ argument 161 #define AMD_IOMMU_WARN(fmt, args...) \ argument 164 #define AMD_IOMMU_VERBOSE(fmt, args...) \ argument 170 #define AMD_IOMMU_DEBUG(fmt, args...) \ argument
|
/xen/xen/arch/x86/acpi/cpufreq/ |
A D | hwp.c | 72 #define hwp_err(cpu, fmt, args...) \ argument 74 #define hwp_info(fmt, args...) printk(XENLOG_INFO "HWP: " fmt, ## args) argument 75 #define hwp_verbose(fmt, args...) \ argument
|
/xen/xen/arch/x86/ |
A D | hypercall.c | 13 #define NEXT_ARG(fmt, args) \ argument
|
/xen/tools/libs/guest/ |
A D | xg_dom_elfloader.c | 36 bool iserr, const char *fmt, va_list al) { in log_callback()
|
/xen/tools/9pfsd/ |
A D | io.c | 165 static void fmt_err(const char *fmt) in fmt_err() 196 static void vfill_buffer_at(void **data, const char *fmt, va_list ap) in vfill_buffer_at() 314 static void fill_buffer_at(void **data, const char *fmt, ...) in fill_buffer_at() 324 const char *fmt, ...) in fill_buffer() 421 static int fill_data(struct ring *ring, const char *fmt, ...) in fill_data()
|
/xen/xen/tools/kconfig/ |
A D | util.c | 66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
|
/xen/tools/tests/resource/ |
A D | test-resource.c | 13 #define fail(fmt, ...) \ argument
|