HomeSort by: relevance | last modified time | path
    Searched defs:tod (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc64/dev/
vrtc.c 73 u_int64_t tod; local in function:vrtc_gettime
75 if (hv_tod_get(&tod) != H_EOK)
78 tv->tv_sec = tod;
  /src/usr.bin/at/
parsetime.c 175 static void tod(struct tm *);
356 * tod() computes the time of day
360 tod(struct tm *tm) function in typeref:typename:void
607 tod(&runtime);
  /src/sys/arch/hppa/dev/
pdc.c 250 /* attach the TOD clock */
541 struct pdc_tod *tod = (struct pdc_tod *)&pdcret1; local in function:pdcgettod
548 tvp->tv_sec = tod->sec;
549 tvp->tv_usec = tod->usec;
  /src/bin/sh/
var.c 127 struct var tod; variable in typeref:struct:var
182 { &tod, VSTRFIXED|VTEXTFIXED|VFUNCREF, "ToD=",
  /src/lib/libc/time/
zic.c 2058 zic_t dayoff, tod; local in function:getleapdatetime
2116 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2117 t = tadd(t, tod);
2952 register zic_t tod = rp->r_tod; local in function:stringrule
2978 tod += wdayoff * SECSPERDAY;
2988 tod += wdayoff * SECSPERDAY;
2998 tod += stdoff;
3000 tod += save;
3001 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
3004 if (! stringoffset(result + len, resultlen - len, tod))
    [all...]

Completed in 16 milliseconds