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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c447 int err_code; /* get_device_identification() code */ local
460 err_code = get_device_identification(
462 if (err_code == 0) {
466 if (err_code == EACCES) {
1264 int err_code; /* Error code (see errno.h) */ local
1274 err_code = GetDefaultDevicePathname(&default_path);
1275 if (err_code == 0) {
1278 if (err_code == EACCES) {
1329 err_code = get_device_identification(
1331 if (err_code
[all...]

Completed in 9 milliseconds