Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 69) sorted by relevance

123

/xen/tools/xenstore/
A Dutils.c13 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 Dtalloc.c376 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 Dxs_tdb_dump.c29 static void tdb_logger(TDB_CONTEXT *tdb, int level, const char * fmt, ...) in tdb_logger()
/xen/xen/include/xen/
A Dlib.h104 debugtrace_printk(const char *fmt, ...) {} in debugtrace_printk()
112 #define printk_once(fmt, args...) \ argument
129 #define gprintk(lvl, fmt, args...) \ argument
136 dprintk(const char *lvl, const char *fmt, ...) {} in dprintk()
140 gdprintk(const char *lvl, const char *fmt, ...) {} in gdprintk()
144 #define dprintk(lvl, fmt, args...) \ argument
146 #define gdprintk(lvl, fmt, args...) \ argument
/xen/tools/console/daemon/
A Dutils.h38 #define dolog(val, fmt, ...) do { \ argument
44 #define dolog(val, fmt, ...) fprintf(stderr, fmt "\n", ## __VA_ARGS__) argument
/xen/stubdom/vtpmmgr/
A Dlog.h69 #define vtpmloginfo(module, fmt, args...) \ argument
74 #define vtpmloginfomore(module, fmt, args...) \ argument
79 #define vtpmlogerror(module, fmt, args...) \ argument
/xen/tools/libxl/
A Dosdeps.c26 int vasprintf(char **buffer, const char *fmt, va_list ap) in vasprintf()
57 int asprintf(char **buffer, char *fmt, ...) in asprintf()
A Dlibxl_internal.c142 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()
A Dlibxl_xshelp.c104 const char *path, const char *fmt, va_list ap) in libxl__xs_vprintf()
122 const char *path, const char *fmt, ...) in libxl__xs_printf()
/xen/xen/common/libelf/
A Dlibelf-private.h28 #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/tools/python/scripts/
A Dverify-stream-v252 def unpack_exact(fmt): argument
75 def read_stream(fmt): argument
A Dconvert-legacy-stream61 def __init__(self, fmt): argument
195 def unpack_exact(fmt): argument
559 def skip_xl_header(fmt): argument
/xen/xen/common/
A Dvsprintf.c401 const char *fmt = *fmt_ptr, *s; in pointer() local
554 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf()
780 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf()
804 int snprintf(char * buf, size_t size, const char *fmt, ...) in snprintf()
829 int scnprintf(char * buf, size_t size, const char *fmt, ...) in scnprintf()
855 int vasprintf(char **bufp, const char *fmt, va_list args) in vasprintf()
886 int asprintf(char **bufp, const char *fmt, ...) in asprintf()
/xen/tools/xl/
A Dxl_utils.c30 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/tools/debugger/gdbsx/gx/
A Dxg_dummy.c31 xgtrc(const char *fn, const char *fmt, ...) in xgtrc()
45 xgprt(const char *fn, const char *fmt, ...) in xgprt()
A Dgx_utils.c25 gxprt(const char *fmt, ...) in gxprt()
/xen/tools/xenbackendd/
A Dxenbackendd.c66 dolog(int pri, const char *fmt, ...) in dolog()
80 dodebug(const char *fmt, ...) in dodebug()
/xen/xen/drivers/acpi/
A Dosl.c48 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/python/xen/migration/
A Dverify.py33 def unpack_exact(self, fmt): argument
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c111 #define PRINTF(fmt, args...) do { \ in svm_vmcb_isvalid() argument
/xen/tools/tests/x86_emulator/
A Dwrappers.c44 int emul_printf(const char *fmt, ...) in emul_printf()
/xen/tools/libxc/
A Dxc_dom_elfloader.c37 bool iserr, const char *fmt, va_list al) { in log_callback()
/xen/xen/tools/kconfig/
A Dutil.c66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
/xen/xen/arch/x86/
A Dhypercall.c86 #define NEXT_ARG(fmt, args) \ argument
/xen/tools/libfsimage/common/
A Dxenfsimage_grub.h60 #define noisy_printf(fmt...) argument

Completed in 25 milliseconds

123