/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/ |
H A D | graphicstest.h | 30 #include <sys/time.h>
|
/solaris-x11-s11/open-src/util/build-tools/sun-src/ |
H A D | time.c | 26 * is preloaded, it interposes on time(2), gettimeofday(3C), and 36 #include <time.h> 38 /* The list of programs that we want to use a constant time. */ 106 time(time_t *ptr) function 114 fptr = (time_t (*)(time_t *))dlsym(RTLD_NEXT, "time");
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.h | 136 #include <sys/time.h>
|
H A D | flame.c | 101 srandom(time((long *) 0));
|
H A D | xlock.c | 113 * 31-Aug-88: Added -time option. 274 * that picked "Lock Screen..". If either one fails the second time we print 1185 srandom(time((long *) 0)); /* random mode needs the seed set. */
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextAction.c | 90 ctx->text.time = event->xbutton.time; 96 ctx->text.time = event->xkey.time; 101 ctx->text.time = event->xmotion.time; 107 ctx->text.time = event->xcrossing.time; 172 Time time; member in struct:_SelectionList 193 GetSelection(w, list->time, lis [all...] |
H A D | Xaw3_1TextP.h | 160 Time time; /* time of last key or button action */ member in struct:_TextPart
|
H A D | Xaw3_1Clock.c | 30 #include <time.h> 38 extern long time(); 176 (void) time(&time_value); 309 (void) time(&time_value);
|
H A D | Xaw3_1Text.c | 494 ctx->text.time = 0; /* ||| correct? */ 1387 XmuConvertStandardSelection(w, ctx->text.time, selection, 1471 if (XmuConvertStandardSelection(w, ctx->text.time, selection, target, type, 1597 XtOwnSelection(w, selection, ctx->text.time, 1814 DoSelection (ctx, pos, time, motion) 1817 Time time; 1827 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) && 1843 ctx->text.lasttime = time; 2162 DoSelection (ctx, position, ctx->text.time, flag); 2423 * by the time w [all...] |
/solaris-x11-s11/open-src/app/winsysck/sun-src/ |
H A D | main.c | 40 * the winsysck will time out. 66 #include <sys/time.h>
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | cslibint.c | 268 /* don't flush until we block the first time */ 534 * This loop looks at all 3 pieces each time through. It uses skip 539 long remain = todo; /* amount to try this time, <= total */ 548 * if more new then we are trying this time, clamp 888 ev->time = event->u.keyButtonPointer.time; 905 ev->time = event->u.keyButtonPointer.time; 921 ev->time = event->u.keyButtonPointer.time; [all...] |
H A D | csopendi.c | 367 time (&now);
|
H A D | dpsXpriv.c | 45 #include <sys/time.h> 100 amount of time. In this case, BlockForEvent will return and the 226 the error won't happen until the second time thru this
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 97 ctx->text.time = event->xbutton.time; 101 ctx->text.time = event->xkey.time; 104 ctx->text.time = event->xmotion.time; 108 ctx->text.time = event->xcrossing.time; 157 Time time; member in struct:_SelectionList 202 response, we'll ask again, this time fo [all...] |
H A D | TextP.h | 201 Time time; /* time of last key or button action */ member in struct:_TextPart
|
H A D | Text.c | 98 * time. The 64 allows for the overhead of the Change Property request. 534 ctx->text.time = 0; /* ||| correct? */ 1526 XmuConvertStandardSelection(w, ctx->text.time, selection, 1675 if (XmuConvertStandardSelection(w, ctx->text.time, selection, target, type, 1841 XtOwnSelection ((Widget) ctx, selections[i], ctx->text.time, 1931 XtOwnSelection(w, selection, ctx->text.time, ConvertSelection, 2146 DoSelection (ctx, pos, time, motion) 2149 Time time; 2159 if ( (labs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) && 2175 ctx->text.lasttime = time; [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | libvtsSUNWefb.h | 42 #include <sys/time.h>
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | libvtsSUNWast.h | 42 #include <sys/time.h>
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | libvtsSUNWmga.h | 45 #include <sys/time.h>
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drmP.h | 54 #include <sys/time.h>
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | cmap_grab.c | 145 #include <sys/time.h> 679 * removing it only for completeness. After Mars, time to
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drmP.h | 55 #include <sys/time.h> 527 pid_t pid; /* pid of requester, no guarantee it's valid by the time 860 * closely as possible to the time when the first video scanline of 862 * the time immmediately after end of the VBLANK interval. If the 863 * @crtc is currently inside VBLANK, this will be a time in the future. 865 * past start time of the current scanout. This is meant to adhere 1141 * At load time, disabling the vblank interrupt won't be allowed since 1151 spinlock_t vblank_time_lock; /**< Protects vblank count and time updates during vblank enable/disable */
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_drv.h | 304 struct timeval time; member in struct:drm_i915_error_state 1385 * an emission time with seqnos for tracking how far ahead of the GPU we are.
|
H A D | i915_irq.c | 730 * any time we access those registers. 1385 * racing irq/hangcheck declaring the gpu dead for a second time. A 1815 * interrupt) to capture error state from the time of the error. Fills 1921 do_gettimeofday(&error->time); 2071 * Do some basic checking of regsiter state at error interrupt time and 2409 * batchbuffers in a long time. The first time this is called we simply record 2410 * ACTHD. If ACTHD hasn't changed by the time the hangcheck timer elapses 2457 * batches). The only time we do not increment 2462 * right culprit. Then every time w [all...] |