/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | utils.c | 15 va_list args; in default_xprintf() 29 va_list arglist; in barf() 48 va_list arglist; in barf_perror()
|
A D | talloc.c | 374 static void talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0); 376 static void talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) in talloc_set_name_v() 390 va_list ap; in talloc_set_name() 413 va_list ap; in talloc_named() 482 va_list ap; in talloc_init() 1093 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) in talloc_vasprintf() 1097 va_list ap2; in talloc_vasprintf() 1127 va_list ap; in talloc_asprintf() 1145 static char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap) in talloc_vasprintf_append() 1149 va_list ap2; in talloc_vasprintf_append() [all …]
|
A D | xs_tdb_dump.c | 31 va_list ap; in tdb_logger()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/utilities/ |
A D | utmisc.c | 139 va_list args; in acpi_ut_error() 152 va_list args; in acpi_ut_warning() 166 va_list args; in acpi_ut_info()
|
/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() 60 va_list ap; in asprintf()
|
A D | libxl_internal.c | 142 char *libxl__vsprintf(libxl__gc *gc, const char *fmt, va_list ap) in libxl__vsprintf() 145 va_list aq; in libxl__vsprintf() 165 va_list ap; in libxl__sprintf() 216 uint32_t domid, const char *fmt, va_list ap) in libxl__logv() 252 va_list ap; in libxl__log()
|
A D | libxl_save_helper.c | 61 va_list al) in tellparent_vmessage() 100 va_list al; in fail()
|
A D | libxl_osdeps.h | 83 int vasprintf(char **buffer, const char *fmt, va_list ap);
|
A D | flexarray.c | 88 va_list va; in flexarray_vappend()
|
/xen-4.10.0-shim-comet/tools/libs/toollog/ |
A D | xtl_core.c | 46 va_list al) { in xtl_logv() 59 va_list al; in xtl_log()
|
A D | xtl_logger_stdio.c | 51 va_list al) { in stdiostream_vmessage() 93 va_list al; in stdiostream_message()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 34 va_list args; in xgtrc() 48 va_list args; in xgprt()
|
A D | gx_utils.c | 28 va_list args; in gxprt()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | vsprintf.c | 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() 671 va_list args; in snprintf() 696 va_list args; in scnprintf() 720 int vasprintf(char **bufp, const char *fmt, va_list args) in vasprintf() 722 va_list args_copy; in vasprintf() 753 va_list args; in asprintf()
|
/xen-4.10.0-shim-comet/tools/libs/toollog/include/ |
A D | xentoollog.h | 51 va_list al) 96 va_list) __attribute__((format(printf,5,0)));
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 130 extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) 134 extern int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) 138 extern int vasprintf(char ** bufp, const char * fmt, va_list args)
|
A D | stdarg.h | 4 typedef __builtin_va_list va_list; typedef
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.c | 32 va_list ap; in dolog() 46 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() 57 va_list ap; in xasprintf()
|
A D | xl_utils.h | 131 void xvasprintf(char **strp, const char *fmt, va_list ap)
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | acpiosxf.h | 87 void acpi_os_vprintf(const char *format, va_list args);
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | osl.c | 50 va_list args; 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/xen/arch/x86/ |
A D | hypercall.c | 97 va_list args; in hypercall_create_continuation() 161 va_list args; in hypercall_xlat_continuation()
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 68 va_list ap; in dolog() 82 va_list ap; in dodebug()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.c | 111 va_list ap; in __tlog_write() 149 va_list ap; in __tlog_error()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | lkc_proto.h | 12 void conf_set_message_callback(void (*fn)(const char *fmt, va_list ap));
|