/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | usleep.c | 59 struct timeval timeout; 60 timeout.tv_usec = usec % (unsigned long) 1000000; 61 timeout.tv_sec = usec / (unsigned long) 1000000; 62 select(0, (void *) 0, (void *) 0, (void *) 0, &timeout); 70 * This is used to control rate and timeout in many of the animations.
|
H A D | xlock.h | 79 extern int timeout;
|
H A D | resource.c | 146 {"-timeout", ".timeout", XrmoptionSepArg, (caddr_t) NULL}, 208 {"-timeout seconds", "number of seconds before password times out"}, 235 int timeout; variable 269 {&timeout, "timeout", "Timeout", DEF_TIMEOUT, t_Int},
|
H A D | xlock.c | 371 if (seconds() - lasteventtime > timeout) { 610 /* timeout or other error */
|
/solaris-x11-s11/open-src/app/winsysck/sun-src/ |
H A D | main.c | 38 * -timeout seconds 39 * The timeout option sets the number of seconds before 75 "[-va] [-display display_name] [-timeout seconds] protocol [...]", 108 static int verbose, showall, timeout = 0; variable 127 if (!strcmp(argv[1], "-timeout")) { 128 timeout = atoi(argv[2]); 179 fprintf(stderr, "winsysck timeout\n"); 186 if(timeout > 0){ 188 alarm(timeout); 191 if(timeout > [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_sun_timer.c | 69 timer->timer_id = timeout(timer->func, timer->arg, expires); 87 timer->timer_id = timeout(timer->func, timer->arg, expires);
|
H A D | drm_sun_i2c.c | 93 if ((ddi_get_lbolt() - start) > adap->timeout) 489 if ((ddi_get_lbolt() - start) > adap->timeout)
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sun_i2c.h | 50 clock_t timeout; member in struct:i2c_adapter
|
H A D | drmP.h | 310 #define DRM_WAIT_ON(ret, q, timeout, condition) \ 313 ret = cv_reltimedwait_sig(&(q)->cv, &(q)->lock, timeout,\
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsXpreview.h | 211 XDPSImageFileIntoDrawable will start by waiting the timeout and will 215 extern void XDPSSetImagingTimeout(int timeout,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | tools.c | 722 register hrtime_t timeout; local 732 timeout = gethrtime() + 3 * (hrtime_t)1000000000; 733 while (gethrtime() < timeout) { 752 register hrtime_t timeout; local 762 timeout = gethrtime() + 3 * (hrtime_t)1000000000; 763 while (gethrtime() < timeout) {
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_i2c.c | 223 algo->timeout = drv_usectohz(2200); 437 goto timeout; 446 goto timeout; 503 timeout:
|
H A D | i915_gem.c | 700 * @timeout: in - how long to wait (NULL forever); out - how much time remaining 710 * errno with remaining time filled in timeout argument. 714 bool interruptible, clock_t timeout) 717 clock_t wait_time = timeout; 1947 * the timeout parameter. 1948 * -ETIME: object is still busy after timeout 1957 * The wait ioctl with a timeout of 0 reimplements the busy ioctl. With any 1958 * non-zero timeout parameter the wait ioctl will wait for the given number of 1971 clock_t timeout = NULL; local 1977 timeout 712 __wait_seqno(struct intel_ring_buffer *ring, u32 seqno, unsigned reset_counter, bool interruptible, clock_t timeout) argument [all...] |
H A D | intel_pm.c | 3089 * or the timeout elapsed, and then update our notion 3094 unsigned long timeout = jiffies + msecs_to_jiffies(10); local 3101 if (time_after(jiffies, timeout)) { 5090 DRM_ERROR("timeout waiting for pcode read (%d) to finish\n", mbox); 5114 DRM_ERROR("timeout waiting for pcode write (%d) to finish\n", mbox);
|
H A D | intel_dp.c | 278 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n", 402 /* Check for timeout or receive error. 414 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status); 933 DRM_ERROR("Panel status timeout: status %08x control %08x\n", 1076 intel_dp->vdd_worktimer_id = timeout(ironlake_panel_vdd_work, (void *)intel_dp,
|
H A D | intel_display.c | 772 * timeout. Generally speaking intel_wait_for_vblank() is only 822 unsigned long timeout = jiffies + msecs_to_jiffies(100); local 834 time_after(timeout, jiffies)); 835 if (time_after(jiffies, timeout)) 5219 DRM_ERROR("FDI mPHY reset assert timeout\n"); 5228 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drmP.h | 221 #define DRM_WAIT_ON(ret, q, timeout, condition) \ 224 ret = cv_reltimedwait_sig(&(q)->cv, &(q)->lock, timeout,\
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSpreview.c | 313 void XDPSSetImagingTimeout(int timeout, int max) argument 315 timeStart = timeout;
|