Searched defs:done (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Modes.c | 75 int done = 0; local 101 !done && *modes_name != NULL; 152 done = 1;
|
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/ |
H A D | dtlogin.c | 302 int done = 0; local 311 while (!done) { 351 done = dtlogin_parse_packet(dmd, p); 352 if (done) {
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 179 Bool done = FALSE; local 192 if (!done) { 194 done = TRUE; 1261 printf("sync sessions done\n");
|
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 788 int y, left, done; local 901 done = False; 903 while (!done) { 932 done = True; 966 done = (*buffer == NULL); 968 done = (!strcmp(crypt(buffer, userpass), userpass)); 971 if (!done && suserpass) { 973 done = (*buffer == NULL); 975 done = (!strcmp(crypt(buffer, suserpass), suserpass)); 978 if (!done [all...] |
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 740 Bool done; local 777 for (done = False, lastx = lasty = FAROFFSCREEN; !done; ) { 787 done = True; 855 Bool done, domore; local 946 for (done = False; !done; ) { 968 domore = done = True; 1027 done = True; 1030 done [all...] |
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_dp.c | 269 bool done; local 273 DRM_WAIT_ON(done, &dev_priv->gmbus_wait_queue, 10, C); 275 done = wait_for(C, 10) == 0; 277 if (!done) 382 /* Clear done status and any errors */ 397 DRM_ERROR("dp_aux_ch not done status 0x%08x\n", status); 2189 DRM_DEBUG_KMS("Channel EQ done. DP Training successful\n"); 2420 /* if there's no downstream port, we're done */ 2666 goto done; 2693 goto done; [all...] |
Completed in 2505 milliseconds