Searched defs:fatal (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXclient.c430 char *fatal = (char *)arg1; local
433 (*textProc)(ctxt, fatal, strlen(fatal));
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c101 fatal (const char *format, ...) function
331 fatal ("out of memory");
436 fatal ("Output %s is not disconnected but has no modes\n",
480 if (!crtcs) fatal ("out of memory");
487 if (!crtc_info) fatal ("could not get crtc 0x%x information", res->crtcs[c]);
512 if (!crtc->outputs) fatal ("out of memory");
794 if (!output_info) fatal ("could not get output 0x%x information", res->outputs[o]);
871 if (!crtc) fatal ("cannot find crtc 0x%x\n", output->output_info->crtcs[c]);
948 fatal ("loop in relative position specifications\n");
1063 fatal ("canno
[all...]

Completed in 16 milliseconds