/xen-4.10.0-shim-comet/tools/memshr/ |
A D | memshr-priv.h | 26 #define DPRINTF(_f, _a...) syslog(LOG_INFO, _f, ##_a) argument 28 #define DPRINTF(_f, _a...) ((void)0) argument 31 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "memshr:%s: " _f, __func__, ##_a) argument
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl.h | 38 #define DBG(_f, _a...) \ argument 44 #define DPRINTF(_f, _a...) syslog(LOG_INFO, _f, ##_a) argument 45 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) argument 46 #define PERROR(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f ": %s", __func__, ##_a, \ argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | hap.h | 28 #define HAP_PRINTK(_f, _a...) \ argument 30 #define HAP_ERROR(_f, _a...) \ argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xg_save_restore.h | 116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument 118 #define SET_FIELD(_p, _f, _v, _w) do { \ argument 135 #define MEMCPY_FIELD(_d, _s, _f, _w) do { \ argument 142 #define MEMSET_ARRAY_FIELD(_p, _f, _v, _w) do { \ argument
|
A D | xc_private.h | 128 #define IPRINTF(_f, _a...) do { int IPRINTF_errno = errno; \ argument 132 #define DPRINTF(_f, _a...) do { int DPRINTF_errno = errno; \ argument 136 #define DBGPRINTF(_f, _a...) do { int DBGPRINTF_errno = errno; \ argument
|
A D | xc_core_x86.c | 24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f)) argument
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.h | 45 #define tlog_write(_level, _f, _a...) \ argument 48 #define tlog_error(_err, _f, _a...) \ argument
|
A D | qcow-create.c | 45 #define DFPRINTF(_f, _a...) fprintf ( stderr, _f , ## _a ) argument 47 #define DFPRINTF(_f, _a...) ((void)0) argument
|
A D | img2qcow.c | 57 #define DFPRINTF(_f, _a...) fprintf ( stderr, _f , ## _a ) argument 59 #define DFPRINTF(_f, _a...) ((void)0) argument
|
A D | tapdisk.h | 71 #define DPRINTF(_f, _a...) syslog(LOG_INFO, _f, ##_a) argument 72 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) argument 73 #define PERROR(_f, _a...) EPRINTF(_f ": %s", ##_a, strerror(errno)) argument
|
A D | qcow2raw.c | 54 #define DFPRINTF(_f, _a...) fprintf ( stderr, _f , ## _a ) argument 56 #define DFPRINTF(_f, _a...) ((void)0) argument
|
A D | tapdisk-image.c | 39 #define ERR(_err, _f, _a...) tlog_error(_err, _f, ##_a) argument
|
A D | tapdisk-server.c | 40 #define DBG(_level, _f, _a...) tlog_write(_level, _f, ##_a) argument 41 #define ERR(_err, _f, _a...) tlog_error(_err, _f, ##_a) argument
|
A D | tapdisk-client.c | 45 #define BDPRINTF(_f, _a...) fprintf (stderr, "log: " _f "\n", ## _a) argument 47 #define BWPRINTF(_f, _a...) fprintf (stderr, "log: " _f "\n", ## _a) argument
|
A D | tapdisk-queue.c | 47 #define WARN(_f, _a...) tlog_write(TLOG_WARN, _f, ##_a) argument 48 #define DBG(_f, _a...) tlog_write(TLOG_DBG, _f, ##_a) argument 49 #define ERR(_err, _f, _a...) tlog_error(_err, _f, ##_a) argument
|
A D | td.c | 44 #define DFPRINTF(_f, _a...) fprintf ( stdout, _f , ## _a ) argument 46 #define DFPRINTF(_f, _a...) ((void)0) argument
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | private.h | 11 #define GTERROR(_l, _f...) xtl_log(_l, XTL_ERROR, errno, "gnttab", _f) argument 12 #define GSERROR(_l, _f...) xtl_log(_l, XTL_ERROR, errno, "gntshr", _f) argument
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-util.c | 38 #define DFPRINTF(_f, _a...) fprintf(stdout, _f , ##_a) argument 40 #define DFPRINTF(_f, _a...) ((void)0) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | support.h | 44 #define HVM_DBG_LOG(level, _f, _a...) \ argument 52 #define HVM_DBG_LOG(level, _f, _a...) do {} while (0) argument
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | relative-path.h | 35 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) argument
|
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/ |
A D | private.h | 48 #define PERROR(_f...) \ argument
|
/xen-4.10.0-shim-comet/tools/libs/devicemodel/ |
A D | private.h | 38 #define PERROR(_f...) \ argument
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.h | 57 #define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f "\n", ##_a) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | paging.c | 37 #define PAGING_PRINTK(_f, _a...) \ argument 39 #define PAGING_ERROR(_f, _a...) \ argument 41 #define PAGING_DEBUG(flag, _f, _a...) \ argument
|
/xen-4.10.0-shim-comet/tools/libs/call/ |
A D | private.h | 58 #define PERROR(_f...) xtl_log(xcall->logger, XTL_ERROR, errno, "xencall", _f) argument
|