Searched defs:found (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s12/open-src/app/winsysck/sun-src/ |
H A D | main.c | 209 int i, found=0; local 214 found++; 230 exit(!found);
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_bufs.c | 378 int found = 0; local 390 found = 1; 395 if (!found)
|
H A D | drm_crtc.c | 2516 int found = 0; local 2529 found = 1; 2531 if (!found)
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 500 printf("get_sessions(all): %d sessions found\n", 503 printf("get_sessions(single): %d sessions found\n", 944 Bool found = FALSE; local 1045 found = TRUE; 1056 if (!found) { 1163 /* found a session in mgr table with valid display */ 1169 * found user session (type is not "LoginWindow")
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 433 * of the first default frame buffer device that is found and can be 437 * ENOENT - No frame buffer device was found 438 * EACCES - Something was found, but the user can't access it 906 * files found in the /dev/fbs directory, along with the frame 982 boolean_t found = B_FALSE; /* TRUE => Device(s) displayed */ local 1125 case ENOENT: /* Config program not found */ 1207 if (!found) { 1208 found = B_TRUE; 1226 * If nothing was found then say so (before returning and terminating) 1228 if (!probe_only && !found) { [all...] |
/solaris-x11-s12/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 1348 int i, found = False; local 1355 if (!found && (start_mode != mode_info)) 1358 found = True; 1769 fprintf(stderr, "dispswitch: No owner of dispswitch daemon is found\n");
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_display.c | 611 bool found; local 614 found = false; 651 found = true; 657 return found; 2857 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n", 3069 goto found; 3085 goto found; 3095 goto found; 3101 found: 8114 "(expected 0x%08x, found 9055 int found; local 9074 int found; local 9112 bool found = false; local [all...] |
Completed in 1231 milliseconds