Searched refs:Time (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dintoncpu.d11 * value Time interrupt thread was on-cpu, ns
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
65 printa("%s%d\n%@d", @Time);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dintoncpu.d11 * value Time interrupt thread was on-cpu, ns
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
65 printa("%s%d\n%@d", @Time);
/freebsd-10.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c683 struct timespec Time; local
754 if (clock_gettime (CLOCK_REALTIME, &Time) == -1)
760 Time.tv_sec += (MsecTimeout / ACPI_MSEC_PER_SEC);
761 Time.tv_nsec += ((MsecTimeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC);
765 if (Time.tv_nsec >= ACPI_NSEC_PER_SEC)
767 Time.tv_sec += (Time.tv_nsec / ACPI_NSEC_PER_SEC);
768 Time.tv_nsec = (Time.tv_nsec % ACPI_NSEC_PER_SEC);
771 while (((RetVal = sem_timedwait (Sem, &Time))
[all...]
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.australia14 Apr/SunFirst Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
17 Oct/SunFirst Daylight Savings Time starts in ACT, NSW, SA and VIC.
H A Dcalendar.usholiday16 03/SunSecond Daylight Savings Time begins in USA; clocks move forward (2nd Sunday of March)
34 11/SunFirst Daylight Savings Time ends in USA; clocks move back (1st Sunday of November)
H A Dcalendar.computer11 01/01 The Epoch (Time 0 for UNIX systems, Midnight GMT, 1970)
/freebsd-10.0-release/tools/regression/filemon/
H A DMakefile59 grep -q -v '\.[0-9][0-9][0-9][0-9][0-9][0-9]$$' || printf "Time stamp format OK\n\n"
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DTimer.cpp152 Time -= TimeRecord::getCurrentTime(true);
156 Time += TimeRecord::getCurrentTime(false);
284 TimersToPrint.push_back(std::make_pair(T.Time, T.Name));
334 OS << format(" Total Execution Time: %5.4f seconds (%5.4f wall clock)\n",
339 OS << " ---User Time---";
341 OS << " --System Time--";
344 OS << " ---Wall Time---";
371 TimersToPrint.push_back(std::make_pair(T->Time, T->Name));
375 T->Time = TimeRecord();
/freebsd-10.0-release/contrib/tcpdump/
H A Dutil.c164 time_t Time; local
212 Time = (tvp->tv_sec + thiszone) - s;
213 tm = gmtime (&Time);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds23_clnt.c150 unsigned long Time=(unsigned long)time(NULL); local
155 RAND_add(&Time,sizeof(Time),0);
288 unsigned long Time = (unsigned long)time(NULL); local
290 l2n(Time, p);
H A Ds23_srvr.c152 unsigned long Time=(unsigned long)time(NULL); local
157 RAND_add(&Time,sizeof(Time),0);
H A Dd1_clnt.c150 unsigned long Time=(unsigned long)time(NULL); local
159 RAND_add(&Time,sizeof(Time),0);
H A Dd1_srvr.c148 unsigned long Time=(unsigned long)time(NULL); local
159 RAND_add(&Time,sizeof(Time),0);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dcheck_y2k.c136 static time_t Time; variable
149 Time = time( (time_t *)NULL )
154 LocalTime = *localtime( &Time );
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacinterp.h366 UINT64 Time);
370 UINT32 Time);
378 ACPI_OPERAND_OBJECT *Time,
H A Dactypes.h253 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
392 /* Time constants for timer calculations */
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DTimer.h50 // Sort by Wall Time elapsed, as it is the only thing really accurate
81 TimeRecord Time; member in class:llvm::Timer
107 /// startTimer - Start the timer running. Time between calls to
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhx509-private.h27 _hx509_Time2time_t (const Time */*t*/);
/freebsd-10.0-release/sys/boot/efi/include/
H A Defiapi.h259 // EFI Time
272 OUT EFI_TIME *Time,
279 IN EFI_TIME *Time
287 OUT EFI_TIME *Time
294 IN EFI_TIME *Time OPTIONAL
689 // Time services
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dplot_summary.in26 use Time::Local;
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def131 NTP is the Network Time Protocol (RFC 1305) and SNTP is the
132 Simple Network Time Protocol (RFC 2030, which supersedes RFC 1769).
142 NTP is the Network Time Protocol (RFC 1305) and SNTP is the
143 Simple Network Time Protocol (RFC 2030, which supersedes RFC 1769).
/freebsd-10.0-release/libexec/rpc.rusersd/
H A Drusers_proc.c80 Time IdleTime;
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c1255 time_t Time; local
1264 Time = time( (time_t *)NULL );
1265 LocalTime = *localtime( &Time );
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp439 unsigned Time = 0; local
444 Time += 10;
446 Time += 2;
448 ++Time;
450 return Time;
/freebsd-10.0-release/sys/dev/hptmv/
H A Dhptintf.h682 TIME_RECORD Time; member in struct:_HPT_EVENT

Completed in 302 milliseconds

12