Home
last modified time | relevance | path

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

123

/xen/xen/include/xen/
A Dlib.h57 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 Dutils.c14 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 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()
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 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/libs/light/
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.c143 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 Dlibelf-private.h28 #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 Dverify-stream-v252 def unpack_exact(fmt): argument
75 def read_stream(fmt): argument
A Dconvert-legacy-stream62 def __init__(self, fmt): argument
196 def unpack_exact(fmt): argument
560 def skip_xl_header(fmt): argument
/xen/xen/common/
A Dvsprintf.c313 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 Dxl_utils.c34 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 Dwrappers.c44 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 Dxg_dummy.c31 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 Dverify.py32 def unpack_exact(self, fmt): argument
/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/tests/paging-mempool/
A Dtest-paging-mempool.c14 #define fail(fmt, ...) \ argument
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c106 #define PRINTF(fmt, args...) do { \ in svm_vmcb_isvalid() argument
/xen/xen/drivers/passthrough/amd/
A Diommu.h158 #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 Dhwp.c72 #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 Dhypercall.c13 #define NEXT_ARG(fmt, args) \ argument
/xen/tools/libs/guest/
A Dxg_dom_elfloader.c36 bool iserr, const char *fmt, va_list al) { in log_callback()
/xen/tools/9pfsd/
A Dio.c165 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 Dutil.c66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
/xen/tools/tests/resource/
A Dtest-resource.c13 #define fail(fmt, ...) \ argument

Completed in 38 milliseconds

123