Searched refs:Second (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessagePrimitives.h71 PRUint32 Second() const function in class:ipcMessage_DWORD_DWORD
91 PRUint32 Second() const function in class:ipcMessage_DWORD_DWORD_DWORD
116 PRUint32 Second() const function in class:ipcMessage_DWORD_DWORD_DWORD_DWORD
142 const char *Second() const function in class:ipcMessage_DWORD_STR
158 PRUint32 Second() const function in class:ipcMessage_DWORD_DWORD_STR
179 const nsID &Second() const function in class:ipcMessage_DWORD_ID
195 PRUint32 Second() const function in class:ipcMessage_DWORD_DWORD_ID
H A Dipcm.h454 PRUint32 RequestIndex() const { return Second(); }
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c18 Compare the Hour, Minute and Second of the From time and the To time.
157 Time.Second = RtcRead (RTC_ADDRESS_SECONDS);
207 Time.Second = RTC_INIT_SECOND;
285 Time->Second = RtcRead (RTC_ADDRESS_SECONDS);
397 RtcWrite (RTC_ADDRESS_SECONDS, RtcTime.Second);
503 Time->Second = RtcRead (RTC_ADDRESS_SECONDS_ALARM);
643 RtcWrite (RTC_ADDRESS_SECONDS_ALARM, RtcTime.Second);
654 RtcTime.Second = RtcRead (RTC_ADDRESS_SECONDS_ALARM);
758 Time->Second = CheckAndConvertBcd8ToDecimal8 (Time->Second);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeEfi.c39 BT->tm_sec = ET->Second;
78 ET->Second = (UINT8)BT->tm_sec;
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRealTimeClock.c149 UINT8 Second; local
162 Second = RtcRead (RTC_ADDRESS_SECONDS);
185 Second = BcdToDecimal8 (Second);
220 (time_t)Second;
H A DTimerWrapper.c100 (time_t)Time.Second;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c411 } else if (FirstTime->Second != SecondTime->Second) {
412 return (BOOLEAN) (FirstTime->Second < SecondTime->Second);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DEventLogInfo.h30 UINT8 Second; member in struct:__anon12832
H A DEventLogInfo.c398 Log->Second
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h47 UINT8 Second; member in struct:__anon12453
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiBaseTypes.h56 // Second: 0 - 59
66 UINT8 Second; member in struct:__anon10052
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_lib.c108 EfiTime->Second = (UINT8) (rem % SECSPERMIN);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c263 Node->Info->CreateTime.Second,
269 Node->Info->LastAccessTime.Second,
275 Node->Info->ModificationTime.Second,
H A DTimeDate.c342 TheTime.Second = (UINT8)ShellStrToUintn (Walker1);
456 TheTime.Second,
477 TheTime.Second,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiBaseType.h66 /// Second: 0 - 59
76 UINT8 Second; member in struct:__anon12393
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiBaseType.h68 /// Second: 0 - 59
78 UINT8 Second; member in struct:__anon15669
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DHiiLib.h415 Returns a UINT64 value that contains bitfields for Hour, Minute, and Second.
417 are placed in bits 8..15, and the lower 8-bits of Second are placed in bits
423 @param Second The second value to be encoded.
425 @return A 64-bit containing Hour, Minute, and Second.
427 #define EFI_HII_TIME_UINT64(Hour, Minute, Second) \
428 (UINT64)((Hour & 0xff) | ((Minute & 0xff) << 8) | ((Second & 0xff) << 16))
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DFlat32ToFlat64.asm89 ; Second, set up page a directory pointer table with 4 entries pointing to
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm70 ; @param [esp + 08h] rsi edx Param 2 - Second parameter (Src).
134 ; @param [esp + 08h] Param 2 - Second parameter.
215 ; @param [esp + 08h] gcc:rsi msc:rdx Param 2 - Second parameter- the immediate / register value.
303 ; @param [esp + 08h] Param 2 - Second parameter.
384 ; @param [esp + 08h] gcc:rsi msc:rdx Param 2 - Second parameter- the immediate / register value.
473 ; @param [esp + 08h] Param 2 - Second parameter.
553 ; @param [esp + 08h] gcc:rsi msc:rdx Param 2 - Second parameter- the immediate / register value.
767 ; @param [esp + 08h] Param 2 - Second parameter.
848 ; @param [esp + 08h] Param 2 - Second parameter.
934 ; @param [esp + 08h] Param 2 - Second paramete
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h234 FRAMEWORK_EFI_IFR_NUMERIC Second; member in struct:__anon10544
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c127 Time.Second
824 Time.Minute) * 60 + Time.Second) * 100
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c480 EditValue = QuestionValue->Value.time.Second;
770 QuestionValue->Value.time.Second = (UINT8) EditValue;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c1339 return (BOOLEAN) (FirstTime->Second <= SecondTime->Second);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g152 #token Second("second") "second"
2448 Second VarId "=" T3:StringIdentifier "." T3S:StringIdentifier ","
2490 T.Second = _STOU8(N->getText());
2491 if (T.Second > 59) {
2492 _PCATCH (VFR_RETURN_INVALID_PARAMETER, N->getLine(), "Second default value must be between 0 and 59.");
4299 IN CHAR8 *Second
4306 Time.Second = _STOU8 (Second);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c398 Time.Second
877 Seed = (~Time.Hour << 24 | Time.Day << 16 | Time.Minute << 8 | Time.Second);

Completed in 1132 milliseconds

12