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

/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/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/app/dsession/sun-src/
H A Ddsession.c179 Bool done = FALSE; local
192 if (!done) {
194 done = TRUE;
1261 printf("sync sessions done\n");
/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/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/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/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...]
/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) {

Completed in 64 milliseconds