Searched defs:timeout (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/winsysck/sun-src/
H A Dmain.c38 * -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 Ddrm_sun_i2c.h50 clock_t timeout; member in struct:i2c_adapter
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c722 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 DXDPSpreview.c313 void XDPSSetImagingTimeout(int timeout, int max) argument
315 timeStart = timeout;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c146 {"-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 Di915_gem.c700 * @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 Dintel_pm.c3089 * 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 Dintel_display.c772 * 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 65 milliseconds