Searched defs:timeout (Results 1 - 8 of 8) sorted by relevance
/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/sys/drm/ |
H A D | drm_sun_i2c.h | 50 clock_t timeout; member in struct:i2c_adapter
|
/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/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSpreview.c | 313 void XDPSSetImagingTimeout(int timeout, int max) argument 315 timeStart = timeout;
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
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},
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
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_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");
|
Completed in 52 milliseconds