Searched refs:time (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A Dgraphicstest.h33 #include <sys/time.h>
/solaris-x11-s12/open-src/util/build-tools/sun-src/
H A Dtime.c26 * 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-s12/open-src/app/xlock/sun-src/
H A Dxlock.h100 #define seconds() time(NULL)
H A Dflame.c96 srandom((uint_t) time((long *) 0));
H A Dxlock.c113 * 31-Aug-88: Added -time option.
276 * that picked "Lock Screen..". If either one fails the second time we print
1148 srandom((uint_t) time((long *) 0)); /* random mode needs the seed set. */
/solaris-x11-s12/open-src/app/winsysck/sun-src/
H A Dmain.c40 * the winsysck will time out.
66 #include <sys/time.h>
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.h42 #include <sys/time.h>
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.h45 #include <sys/time.h>
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c145 #include <sys/time.h>
681 * removing it only for completeness. After Mars, time to
/solaris-x11-s12/open-src/kernel/sys/drm/
H A DdrmP.h55 #include <sys/time.h>
528 pid_t pid; /* pid of requester, no guarantee it's valid by the time
863 * closely as possible to the time when the first video scanline of
865 * the time immmediately after end of the VBLANK interval. If the
866 * @crtc is currently inside VBLANK, this will be a time in the future.
868 * past start time of the current scanout. This is meant to adhere
1144 * At load time, disabling the vblank interrupt won't be allowed since
1154 spinlock_t vblank_time_lock; /**< Protects vblank count and time updates during vblank enable/disable */
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_drv.h304 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 Di915_irq.c730 * 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...]

Completed in 5864 milliseconds