/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | utils.c | 13 static void default_xprintf(const char *fmt, ...) in default_xprintf() 25 void barf(const char *fmt, ...) in barf() 44 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() 1093 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) in talloc_vasprintf() 1125 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() 1145 static char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap) in talloc_vasprintf_append() 1189 char *talloc_asprintf_append(char *s, const char *fmt, ...) in talloc_asprintf_append()
|
A D | xs_tdb_dump.c | 29 static void tdb_logger(TDB_CONTEXT *tdb, int level, const char * fmt, ...) in tdb_logger()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 86 debugtrace_printk(const char *fmt, ...) {} in debugtrace_printk() 102 #define gprintk(lvl, fmt, args...) \ argument 109 dprintk(const char *lvl, const char *fmt, ...) {} in dprintk() 113 gdprintk(const char *lvl, const char *fmt, ...) {} in gdprintk() 117 #define dprintk(lvl, fmt, args...) \ argument 119 #define gdprintk(lvl, fmt, args...) \ argument
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxl/ |
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 | 142 char *libxl__vsprintf(libxl__gc *gc, const char *fmt, va_list ap) in libxl__vsprintf() 162 char *libxl__sprintf(libxl__gc *gc, const char *fmt, ...) in libxl__sprintf() 216 uint32_t domid, const char *fmt, va_list ap) in libxl__logv() 250 uint32_t domid, const char *fmt, ...) in libxl__log()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | vsprintf.c | 271 const char *fmt = *fmt_ptr, *s; in pointer() local 419 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() 645 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 669 int snprintf(char * buf, size_t size, const char *fmt, ...) in snprintf() 694 int scnprintf(char * buf, size_t size, const char *fmt, ...) in scnprintf() 720 int vasprintf(char **bufp, const char *fmt, va_list args) in vasprintf() 751 int asprintf(char **bufp, const char *fmt, ...) in asprintf()
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-private.h | 28 #define elf_msg(elf, fmt, args ... ) \ argument 30 #define elf_err(elf, fmt, args ... ) \ argument 80 #define elf_msg(elf, fmt, args ... ) \ argument 82 #define elf_err(elf, fmt, args ... ) \ argument
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | verify-stream-v2 | 49 def unpack_exact(fmt): argument 72 def read_stream(fmt): argument
|
A D | convert-legacy-stream | 58 def __init__(self, fmt): argument 189 def unpack_exact(fmt): argument 553 def skip_xl_header(fmt): argument
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.c | 30 void dolog(const char *file, int line, const char *func, char *fmt, ...) in dolog() 46 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() 55 void xasprintf(char **strp, const char *fmt, ...) in xasprintf()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 66 dolog(int pri, const char *fmt, ...) in dolog() 80 dodebug(const char *fmt, ...) in dodebug()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | verify.py | 33 def unpack_exact(self, fmt): argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svmdebug.c | 100 #define PRINTF(fmt, args...) do { \ in svm_vmcb_isvalid() argument
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.c | 108 __tlog_write(int level, const char *func, const char *fmt, ...) in __tlog_write() 147 __tlog_error(int err, const char *func, const char *fmt, ...) in __tlog_error()
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | platform-compat.c | 128 char *kasprintf(gfp_t gfp, const char *fmt, ...) in kasprintf()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 35 static void conf_warning(const char *fmt, ...) in conf_warning() 46 static void conf_default_message_callback(const char *fmt, va_list ap) in conf_default_message_callback() 55 void conf_set_message_callback(void (*fn) (const char *fmt, va_list ap)) in conf_set_message_callback() 60 static void conf_message(const char *fmt, ...) in conf_message()
|
A D | util.c | 115 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 733 static void vprintk_common(const char *prefix, const char *fmt, va_list args) in vprintk_common() 785 void printk(const char *fmt, ...) in printk() 793 void guest_printk(const struct domain *d, const char *fmt, ...) in guest_printk() 1148 void debugtrace_printk(const char *fmt, ...) in debugtrace_printk() 1232 void panic(const char *fmt, ...) in panic()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hypercall.c | 77 #define next_arg(fmt, args) ({ \ argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_elfloader.c | 37 bool iserr, const char *fmt, va_list al) { in log_callback()
|