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

  /src/sys/arch/sparc64/dev/
vrtc.c 73 u_int64_t tod; local
75 if (hv_tod_get(&tod) != H_EOK)
78 tv->tv_sec = tod;
  /src/external/bsd/ntp/dist/libntp/
machines.c 437 static int tod; local
446 if (rc && (SET_TOD_CLOCK_SETTIME == tod || !tod)) {
457 if (!tod && !rc)
458 tod = SET_TOD_CLOCK_SETTIME;
463 if (rc && (SET_TOD_SETTIMEOFDAY == tod || !tod)) {
476 if (!tod && !rc)
477 tod = SET_TOD_SETTIMEOFDAY;
481 if (rc && (SET_TOD_STIME == tod || !tod))
    [all...]
  /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
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
548 tvp->tv_sec = tod->sec;
549 tvp->tv_usec = tod->usec;
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 986 time_t tod; local
1114 tod = RelativeDate(Start, gds->Timezone,
1116 Start += tod;
  /src/external/cddl/osnet/dist/uts/common/os/
fm.c 422 timespec_t tod; local
429 tod = panic_hrestime;
432 gethrestime(&tod);
442 fm_msgid, tod.tv_sec, tod.tv_nsec, (u_longlong_t)now);
475 timespec_t tod; local
481 tod = panic_hrestime;
486 gethrestime(&tod);
507 ed.ed_tod_base.sec = tod.tv_sec;
508 ed.ed_tod_base.nsec = tod.tv_nsec
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
tls.h 61 int tod; member in struct:tls_cert_data
tls_openssl.c 2336 int tod = 0; local
2351 tod = 1; /* TOD-STRICT */
2352 else if (os_strcmp(buf, "1.3.6.1.4.1.40808.1.3.2") == 0 && !tod)
2353 tod = 2; /* TOD-TOFU */
2357 return tod;
2453 ev.peer_cert.tod = openssl_cert_tod(err_cert);
  /src/bin/sh/
var.c 133 struct var tod; variable in typeref:struct:var
213 { &tod, VSTRFIXED|VTEXTFIXED|VFUNCREF, "ToD=",
  /src/lib/libc/time/
zic.c 2323 zic_t dayoff, tod; local
2373 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2374 t = tadd(t, tod);
3227 register zic_t tod = rp->r_tod; local
3253 tod += wdayoff * SECSPERDAY;
3263 tod += wdayoff * SECSPERDAY;
3273 tod += stdoff;
3275 tod += save;
3276 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
3279 if (! stringoffset(result + len, resultlen - len, tod))
    [all...]

Completed in 50 milliseconds