Searched defs:epoch (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c135 time_t epoch; local
147 epoch = 0;
148 clock = &epoch;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c65 struct timeval epoch; /* when started */ variable in typeref:struct:timeval
143 epoch = clk;
144 epoch.tv_sec -= EPOCH;
385 * Since now is the number of seconds since epoch (this is initially
457 epoch.tv_sec += dt;
460 timevalsub(&now, &clk, &epoch);
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c1055 static time_t epoch; local
1067 if (epoch == 0)
1068 epoch = now.tv_sec;
1069 now.tv_sec -= epoch;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c703 static char *epoch = NULL; local
705 if (epoch == NULL) {
706 epoch = strdup(gettext("the epoch\n"));
707 if (epoch == NULL) {
719 (dumpinfo.c_ddate == 0) ? epoch : lctime(&date));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h931 mDNSs8 seq; // Sleep/wake epoch
1210 mDNSu32 epoch; variable

Completed in 82 milliseconds