Searched refs:now (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dusleep.c75 struct timeval now; local
77 gettimeofday(&now, (struct timezone *) 0);
78 return now.tv_sec;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c245 * This IOCTL is deprecated, and will now return EINVAL for any busid not equal
968 unsigned long seq, struct timeval *now)
971 e->event.tv_sec = now->tv_sec;
972 e->event.tv_usec = now->tv_usec;
990 struct timeval now; local
993 seq = drm_vblank_count_and_time(dev, crtc, &now);
997 do_gettimeofday(&now);
1000 send_vblank_event(dev, e, seq, &now);
1138 struct timeval now; local
1146 seq = drm_vblank_count_and_time(dev, crtc, &now);
966 send_vblank_event(struct drm_device *dev, struct drm_pending_vblank_event *e, unsigned long seq, struct timeval *now) argument
1261 struct timeval now; local
1409 struct timeval now; local
1429 struct timeval now; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_irq.c214 struct timeval now; local
290 (void) uniqtime(&now);
291 vblwait.reply.tval_sec = now.tv_sec;
292 vblwait.reply.tval_usec = now.tv_usec;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c338 long now; local
367 time (&now);
370 encrypted_data[j] = (now >> (i * 8)) & 0xff;
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c706 struct timeval now; local
708 gettimeofday (&now, &zone);
709 data[0] = now.tv_sec;
710 data[1] = now.tv_usec;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c95 static CARD32 IAInitTimerCall(OsTimerPtr timer, CARD32 now, pointer arg);
211 IAInitTimerCall(OsTimerPtr timer, CARD32 now, pointer arg) argument

Completed in 28 milliseconds