Searched refs:now (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_irq.c | 245 * 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-s12/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 466 struct timeval now; local 470 gettimeofday(&now, NULL); 471 seed = (int) (now.tv_sec + (now.tv_usec << 16));
|
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/ |
H A D | interactive.c | 95 static CARD32 IAInitTimerCall(OsTimerPtr timer, CARD32 now, void *arg); 211 IAInitTimerCall(OsTimerPtr timer, CARD32 now, void *arg) argument
|
/solaris-x11-s12/open-src/lib/mesa/ |
H A D | Makefile | 122 MODULE_LDFLAGS += -Wl,-z,rescan-now
|
Completed in 16 milliseconds