Home
last modified time | relevance | path

Searched defs:PERROR (Results 1 – 7 of 7) sorted by relevance

/xen/tools/libs/devicemodel/
A Dprivate.h38 #define PERROR(_f...) \ macro
/xen/tools/libs/call/
A Dprivate.h63 #define PERROR(_f...) xtl_log(xcall->logger, XTL_ERROR, errno, "xencall", _f) macro
/xen/tools/libs/foreignmemory/
A Dprivate.h86 #define PERROR(_f...) \ macro
/xen/tools/tests/xen-access/
A Dxen-access.c56 #define PERROR(a, b...) fprintf(stderr, a ": %s\n", ## b, strerror(errno)) macro
/xen/tools/libxc/
A Dxc_private.h139 #define PERROR(_m, _a...) do { int PERROR_errno = errno; \ macro
/xen/tools/xentrace/
A Dxentrace.c37 #define PERROR(_m, _a...) \ macro
/xen/tools/xenmon/
A Dxenbaked.c48 #define PERROR(_m, _a...) \ macro

Completed in 13 milliseconds