Searched refs:Seconds (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 483 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_44/usr/src/cmd/bnu/ |
H A D | dkdial.c | 185 setalarm(Seconds) in setalarm() argument 189 Elapsed += Timer - alarm(Seconds); in setalarm() 190 Timer = Seconds; in setalarm()
|
/titanic_44/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 603 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_44/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 446 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 600 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 11665 Changed the interface to AcpiOsSleep from (UINT32 Seconds, UINT32
|