Searched refs:StartTime (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dglobals.h68 XTRN time_t StartTime INIT(0);
H A Dcron.c261 job_add(e, u, StartTime);
418 job_add(e, u, StartTime);
431 * Set StartTime and clockTime to the current time.
442 StartTime = time(NULL);
444 tm = *localtime(&StartTime);
447 GMToff = get_gmtoff(&StartTime, &tm);
452 StartTime = time(NULL);
454 clockTime = (StartTime + GMToff) / (time_t)SECONDS_PER_MINUTE;
H A Ddo_command.c457 arpadate(&StartTime));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch25 undef($StartTime);
127 (@ARGV || die($usage), $StartTime=&date_time_spec2seconds(shift),next);
153 defined($StartTime) &&
154 print "WARNING: your StartTime value may be shadowed by config file settings\n";
348 ($c eq 'StartTime') &&
350 next if defined($StartTime) && defined($PrintIt);
353 undef($StartTime);
357 $StartTime=&date_time_spec2seconds($v);
431 printf " StartTime\t= %s",defined($StartTime)
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Dasltypes.h226 UINT64 StartTime; member in struct:asl_event_info
H A Daslcompile.c705 Delta = (UINT32) (Event->EndTime - Event->StartTime);
786 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) /
H A Daslutils.c214 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer ();

Completed in 342 milliseconds