Searched defs:PERROR (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libs/devicemodel/ |
A D | private.h | 38 #define PERROR(_f...) \ macro
|
/xen/tools/libs/call/ |
A D | private.h | 63 #define PERROR(_f...) xtl_log(xcall->logger, XTL_ERROR, errno, "xencall", _f) macro
|
/xen/tools/libs/foreignmemory/ |
A D | private.h | 86 #define PERROR(_f...) \ macro
|
/xen/tools/tests/xen-access/ |
A D | xen-access.c | 56 #define PERROR(a, b...) fprintf(stderr, a ": %s\n", ## b, strerror(errno)) macro
|
/xen/tools/libxc/ |
A D | xc_private.h | 139 #define PERROR(_m, _a...) do { int PERROR_errno = errno; \ macro
|
/xen/tools/xentrace/ |
A D | xentrace.c | 37 #define PERROR(_m, _a...) \ macro
|
/xen/tools/xenmon/ |
A D | xenbaked.c | 48 #define PERROR(_m, _a...) \ macro
|
Completed in 13 milliseconds