/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | stdarg.h | 6 #define va_start(ap, last) __builtin_va_start((ap), (last)) argument 7 #define va_end(ap) __builtin_va_end(ap) 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() 60 va_list ap; in asprintf() local
|
A D | libxl_internal.c | 142 char *libxl__vsprintf(libxl__gc *gc, const char *fmt, va_list ap) in libxl__vsprintf() 165 va_list ap; in libxl__sprintf() local 216 uint32_t domid, const char *fmt, va_list ap) in libxl__logv() 252 va_list ap; in libxl__log() local
|
A D | libxl_xshelp.c | 104 const char *path, const char *fmt, va_list ap) in libxl__xs_vprintf() 124 va_list ap; in libxl__xs_printf() local
|
A D | libxl_arm.c | 222 va_list ap; in fdt_property_compat() local 266 va_list ap; in fdt_property_regs() local
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.c | 32 va_list ap; in dolog() local 46 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() 57 va_list ap; in xasprintf() local
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 68 va_list ap; in dolog() local 82 va_list ap; in dodebug() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | short-desc.h | 38 unsigned int ap:2; /* AP[1:0] */ member 60 unsigned int ap:2; /* AP[1:0] */ member 80 unsigned int ap:2; /* AP[1:0] */ member 97 unsigned int ap:2; /* AP[1:0] */ member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.y | 565 va_list ap; in zconfprint() local 576 va_list ap; in zconf_error() local
|
A D | confdata.c | 37 va_list ap; in conf_warning() local 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() 62 va_list ap; in conf_message() local
|
A D | util.c | 117 va_list ap; in str_printf() local
|
A D | menu.c | 23 va_list ap; in menu_warn() local 33 va_list ap; in prop_warn() local
|
A D | nconf.c | 525 va_list ap; in item_make() local 565 va_list ap; in item_add_str() local 1211 static void conf_message_callback(const char *fmt, va_list ap) in conf_message_callback()
|
A D | nconf.gui.c | 243 va_list ap; in btn_dialog() local
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
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() 390 va_list ap; in talloc_set_name() local 413 va_list ap; in talloc_named() local 482 va_list ap; in talloc_init() local 1093 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) in talloc_vasprintf() 1127 va_list ap; in talloc_asprintf() local 1145 static char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap) in talloc_vasprintf_append() 1191 va_list ap; in talloc_asprintf_append() local
|
A D | xs_tdb_dump.c | 31 va_list ap; in tdb_logger() local
|
A D | xenstore_client.c | 49 va_list ap; in output() local
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.c | 111 va_list ap; in __tlog_write() local 149 va_list ap; in __tlog_error() local
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | platform-compat.c | 130 va_list ap; in kasprintf() local
|
/xen-4.10.0-shim-comet/xen/include/acpi/platform/ |
A D | acenv.h | 286 #define va_arg(ap, T) (*(T *)(((ap) += (_bnd (T, _AUPBND))) - (_bnd (T,_ADNBND)))) argument 287 #define va_end(ap) (void) 0 argument 288 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_bnd (A,_AUPBND)))) argument
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 557 static void _doprint(void (*emit)(void *, char), void *arg, const char *fmt, va_list ap) in _doprint() 662 va_list ap; in printf() local 671 int vprintf(const char *fmt, va_list ap) in vprintf() 698 va_list ap; in snprintf() local
|
A D | xenbus.c | 179 va_list ap; in xenbus_send() local
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | util.c | 293 static void _doprint(void (*put)(char), const char *fmt, va_list ap) in _doprint() 382 va_list ap; in printf() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | util.c | 608 va_list ap; in item_make() local 625 va_list ap; in item_add_str() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | amd.c | 368 va_list ap; in cpu_has_amd_erratum() local
|