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

/solaris-x11-s12/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-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c466 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 Dinteractive.c95 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 DMakefile122 MODULE_LDFLAGS += -Wl,-z,rescan-now

Completed in 51 milliseconds