Home
last modified time | relevance | path

Searched refs:Seconds (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/backup/lib/
H A Dgetdate.y483 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument
486 time_t Seconds;
489 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59)
495 return (Hours * 60L + Minutes) * 60L + Seconds;
500 return (Hours * 60L + Minutes) * 60L + Seconds;
502 return Minutes * 60L + Seconds;
507 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds;
509 return (720L + Minutes) * 60L + Seconds;
517 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
523 time_t Seconds;
[all …]
/titanic_50/usr/src/cmd/bnu/
H A Ddkdial.c185 setalarm(Seconds) in setalarm() argument
189 Elapsed += Timer - alarm(Seconds); in setalarm()
190 Timer = Seconds; in setalarm()
/titanic_50/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y603 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument
606 time_t Seconds;
609 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59)
615 return (Hours * 60L + Minutes) * 60L + Seconds;
619 return (Hours * 60L + Minutes) * 60L + Seconds;
623 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds;
635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
641 time_t Seconds;
672 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0)
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s446 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s600 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt11665 Changed the interface to AcpiOsSleep from (UINT32 Seconds, UINT32