Searched refs:found (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/app/winsysck/sun-src/
H A Dmain.c209 int i, found=0; local
214 found++;
230 exit(!found);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_evict.c94 goto found;
103 goto found;
107 /* Nothing found, clean up and bail out! */
124 found:
H A Dintel_display.c611 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:
8111 "(expected 0x%08x, found
9052 int found; local
9071 int found; local
9109 bool found = false; local
[all...]
H A Dintel_dp.c736 goto found;
744 found:
1335 DRM_DEBUG_KMS("No pipe for dp port 0x%x found\n",
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c372 int found = 0, done = 0; local
373 for (mm = 0; pScrn->display->modes[mm] != NULL && !found; mm++) {
376 done = found = 1;
382 done = found = 1;
392 if (found && preferredMode) {
485 if (!p->found) {
487 p->found = TRUE;
535 int found = 0, done = 0; local
536 for (mm = 0; pScrn->display->modes[mm] != NULL && !found; mm++) {
541 found
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c443 int found; member in struct:_t_UPRResource
497 resource->found = false;
1118 int found = 0; local
1123 while (found != 0x7F && SkipToEitherCharacter (file, '/', 'e', &out)) {
1135 if ((found & 0x1) == 0 && strcmp(key, "FullName") == 0) {
1137 found |= 0x1;
1140 if ((found & 0x2) == 0 && strcmp(key, "FamilyName") == 0) {
1142 found |= 0x2;
1145 if ((found & 0x4) == 0 && strcmp(key, "Weight") == 0) {
1147 found |
1237 unsigned int found = 0; local
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_context.c207 goto found;
213 found:
H A Ddrm_bufs.c375 int found = 0; local
387 found = 1;
392 if (!found)
H A Ddrm_crtc.c2516 int found = 0; local
2529 found = 1;
2531 if (!found)
/solaris-x11-s11/open-src/xserver/xserver-common/
H A DXserver93 # 2) name of variable to store the value of the property in, if found
95 # property was found in, for use in later messages.
149 Specified server ${XSERVER} not found, using ${newserver} instead.
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c926 unsigned int found = 0; local
955 if (CheckColor(color, 1, 0, 0)) {r = color->pixel-k; found |= R;}
956 else if (CheckColor(color, 0, 1, 0)) {g = color->pixel-k; found |= G;}
957 else if (CheckColor(color, 0, 0, 1)) {b = color->pixel-k; found |= B;}
958 else if (CheckColor(color, 0, 1, 1)) {c = color->pixel-k; found |= C;}
959 else if (CheckColor(color, 1, 0, 1)) {m = color->pixel-k; found |= M;}
960 else if (CheckColor(color, 1, 1, 0)) {y = color->pixel-k; found |= Y;}
964 if (found != (R | G | B | C | M | Y)) return False;
1471 int max = 1; /* longest sequence we found */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c433 * 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-s11/open-src/util/build-tools/
H A Dfind-build-errors79 # print "$logfile not found\n";
84 die "$default_logfile not found, please specify path to log\n";
261 # No packaging log found in build log, try to guess where it is
315 if (($l =~ m{(Packaging was not successful.|was not found ; skipping)}ms)
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c500 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-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1348 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");

Completed in 64 milliseconds