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

/netbsd-6-1-5-RELEASE/usr.bin/calendar/
H A Dcalendar.c556 struct tm ttm; local
558 ttm = *ptm;
559 ttm.tm_isdst = -1;
562 ttm.tm_mon = ATOI2(ds) - 1;
566 ttm.tm_mday = ATOI2(ds);
572 ttm.tm_year = ATOI2(ds) * 100 - TM_YEAR_BASE;
574 ttm.tm_year += ATOI2(ds);
576 ttm.tm_year = ATOI2(ds);
577 if (ttm.tm_year < 69)
578 ttm
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_mem.c377 nouveau_mem_init_agp(struct drm_device *dev, int ttm) argument
406 if (!ttm) {
H A Dnouveau_state.c296 dev_priv->ttm = 0;
322 if (dev_priv->ttm) {
H A Dnouveau_drv.h243 int ttm; member in struct:drm_nouveau_private

Completed in 111 milliseconds