Searched refs:ErrorFSigSafe (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | backtrace.c | 59 ErrorFSigSafe("unw_getcontext failed: %s [%d]\n", unw_strerror(ret), 66 ErrorFSigSafe("unw_init_local failed: %s [%d]\n", unw_strerror(ret), 71 ErrorFSigSafe("\n"); 72 ErrorFSigSafe("Backtrace:\n"); 77 ErrorFSigSafe("unw_get_proc_info failed: %s [%d]\n", 86 ErrorFSigSafe("unw_get_proc_name failed: %s [%d]\n", 100 ErrorFSigSafe("%u: %s (%s%s+0x%x) [%p]\n", i++, filename, procname, 106 ErrorFSigSafe("unw_step failed: %s [%d]\n", unw_strerror(ret), ret); 108 ErrorFSigSafe("\n"); 127 ErrorFSigSafe("\ [all...] |
| H A D | osinit.c | 139 ErrorFSigSafe("Received signal %u sent by process %u, uid %u\n", signo, 148 ErrorFSigSafe("%s at address %p\n", strsignal(signo), sip->si_addr);
|
| H A D | log.c | 990 ErrorFSigSafe("\nFatalError re-entered, aborting\n"); 992 ErrorFSigSafe("\nFatal server error:\n"); 1011 ErrorFSigSafe("\n"); 1053 ErrorFSigSafe(const char *f, ...) function in typeref:typename:void
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | misc.h | 422 ErrorFSigSafe("BUG: triggered 'if (" #cond ")'\n"); \ 423 ErrorFSigSafe("BUG: %s:%u in %s()\n", \ 425 if (with_msg) ErrorFSigSafe(__VA_ARGS__); \
|
| H A D | os.h | 711 ErrorFSigSafe(const char *f, ...)
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mieq.c | 227 ErrorFSigSafe("[mi] EQ overflowing. Additional events will be " 230 ErrorFSigSafe("[mi] These backtraces from mieqEnqueue may point to " 232 ErrorFSigSafe("[mi] mieq is *NOT* the cause. It is a victim.\n"); 237 ErrorFSigSafe("[mi] EQ overflow continuing. %zu events have been " 241 ErrorFSigSafe("[mi] No further overflow reports will be "
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 860 ErrorFSigSafe("\nPlease refer to your Operating System Vendor support " 863 ErrorFSigSafe("\nPlease consult the " XVENDORNAME " support \n\t at " 867 ErrorFSigSafe("Please also check the log file at \"%s\" for additional " 869 ErrorFSigSafe("\n");
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | getevents.c | 1909 ErrorFSigSafe("[dix] %s: unable to %s touch point %u\n", dev->name, 1943 ErrorFSigSafe("%s: Attempted to start touch without x/y " 1951 ErrorFSigSafe("%s: TouchUpdate with no valuators? Driver bug\n",
|
| H A D | ptrveloc.c | 80 #define DebugAccelF(...) ErrorFSigSafe("dix/ptraccel: " __VA_ARGS__)
|
Completed in 51 milliseconds