Searched refs:done (Results 1 - 25 of 27) sorted by relevance

12

/solaris-x11-s11/open-src/font/
H A DMakefile.inc125 done
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Modes.c75 int done = 0; local
101 !done && *modes_name != NULL;
152 done = 1;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c779 int y, left, done; local
907 done = False;
909 while (!done) {
936 done = True;
972 done = (*buffer == NULL);
974 done = (!strcmp(crypt(buffer, userpass), userpass));
977 if (!done && suserpass) {
979 done = (*buffer == NULL);
981 done = (!strcmp(crypt(buffer, suserpass), suserpass));
984 if (!done
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c372 int found = 0, done = 0; local
376 done = found = 1;
378 done = 0;
380 while (dModes && !done) {
382 done = found = 1;
535 int found = 0, done = 0; local
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c310 if (got_xerror) goto done;
313 goto done;
324 done:
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_ioctl.c290 goto done;
308 goto done;
315 done:
H A Ddrm_bufs.c1105 goto done;
1118 goto done;
1131 goto done;
1137 goto done;
1142 goto done;
1148 goto done;
1158 goto done;
1164 goto done;
1169 goto done;
1176 goto done;
[all...]
H A Ddrm_crtc_helper.c429 goto done;
435 goto done;
458 goto done;
495 done:
H A Ddrm_crtc.c2933 goto done;
2956 goto done;
2970 goto done;
2976 goto done;
2993 goto done;
2998 goto done;
3006 done:
3062 goto done;
3070 goto done;
3075 done
[all...]
H A Ddrm_irq.c1385 goto done;
1421 done:
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c740 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-s11/open-src/common/
H A DMakefile.inc246 done
257 SOURCE_INIT_TARGET_FILE=.source.init.done
278 # (done after init source to avoid races in directory/file creation)
279 SOURCE_ADD_TARGET_FILE=.source.add.done
298 PATCHED_TARGET_FILE=.patches.done
324 done ; \
333 FIXED_MAN_SUFFIX=mantouch.done
549 done ; \
644 # Convert HTML to text (also normally done by xmlto upstream)
691 done
[all...]
H A Ddelibtoolize.pl297 done
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c148 #define done(address, type) \ macro
169 done(&edgeType, XtEdgeType);
173 done(&edgeType, XtEdgeType);
177 done(&edgeType, XtEdgeType);
181 done(&edgeType, XtEdgeType);
185 done(&edgeType, XtEdgeType);
H A DXaw3_1Text.c160 #define done(address, type) \ macro
191 done(NULL, 0);
194 done(&editType, XawTextEditType);
227 done(NULL, 0);
230 done(&scrollMode, XawTextScrollMode);
262 done(NULL, 0);
265 done(&wrapMode, XawTextWrapMode);
299 done(NULL, 0);
302 done(&resizeMode, XawTextResizeMode);
306 #undef done macro
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c302 int done = 0; local
311 while (!done) {
351 done = dtlogin_parse_packet(dmd, p);
352 if (done) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_bufs.c113 goto done;
204 done:
825 goto done;
869 goto done;
896 done:
H A Ddrm_drv.c442 goto done;
478 done:
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c134 int done; member in struct:__anon273
1562 s->done = (*s->func) (s->type, names, file, s->private);
1563 if (s->done) {
1583 if (s->done) return 0;
1597 if (s->done) return 0;;
1612 if (s->done) return 0;
1640 s.done = 0;
1648 for (d = resDir; d != NULL && !s.done; d = d->next) {
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c269 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...]
H A Dintel_panel.c73 goto done;
121 done:
278 * Fortunately this is all done for us in hw.
H A Dintel_hdmi.c992 goto done;
1018 goto done;
1023 done:
H A Dintel_sdvo.c1258 /* done in crtc_mode_set as the dpll_md reg must be written early */
1261 /* done in crtc_mode_set as it lives inside the dpll register */
2038 goto done;
2067 goto done;
2088 goto done;
2162 done:
H A Di915_irq.c240 goto done;
249 done:
302 goto done;
311 done:
1033 DRM_DEBUG_DRIVER("PCH transcoder CRC done interrupt\n");
1283 goto done;
1346 done:
1422 DRM_INFO("resetting done");
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c179 Bool done = FALSE; local
192 if (!done) {
194 done = TRUE;
1261 printf("sync sessions done\n");

Completed in 94 milliseconds

12