Searched refs:error_msg (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_get_properties.c59 char *error_msg; /* Error message */ local
111 error_msg = dlerror();
112 if (error_msg != NULL) {
113 fbc_errormsg("%s\n", error_msg);
142 error_msg = dlerror();
143 if (error_msg != NULL) {
144 fbc_errormsg("%s\n", error_msg);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DScreen.c445 char *error_msg; local
446 error_msg = xf86parseScrnMonitor(ptr);
447 if (error_msg != NULL) {
448 Error (error_msg, NULL);

Completed in 134 milliseconds