Searched refs:Current (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDebug.h22 #define IKEV1_DUMP_STATE(Previous, Current) IkeDumpState (Previous, Current, 1)
23 #define IKEV2_DUMP_STATE(Previous, Current) IkeDumpState (Previous, Current, 2)
48 Print IKE Current states.
51 @param[in] Current The current state of IKE.
58 IN UINT32 Current,
H A DIpSecDebug.c155 Print IKE Current states.
158 @param[in] Current The current state of IKE.
165 IN UINT32 Current,
170 if (Previous == Current) {
172 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev1StateStr[Previous]));
174 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev2StateStr[Previous]));
179 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev1StateStr[Previous], mIkev1StateStr[Current]));
181 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev2StateStr[Previous], mIkev2StateStr[Current]));
163 IkeDumpState( IN UINT32 Previous, IN UINT32 Current, IN UINT8 IkeVersion ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c507 if (Private->Current != NULL) {
508 IScsiConvertDeviceConfigDataToIfrNvData (Private->Current, IfrNvData);
709 Private->Current = ConfigFormEntry;
731 CopyMem (&Private->Current->SessionConfigData.LocalIp, &HostIp.v4, sizeof (HostIp.v4));
743 CopyMem (&Private->Current->SessionConfigData.SubnetMask, &SubnetMask.v4, sizeof (SubnetMask.v4));
755 CopyMem (&Private->Current->SessionConfigData.Gateway, &Gateway.v4, sizeof (Gateway.v4));
767 CopyMem (&Private->Current->SessionConfigData.TargetIp, &HostIp.v4, sizeof (HostIp.v4));
778 AsciiStrCpy (Private->Current->SessionConfigData.TargetName, IScsiName);
796 CopyMem (Private->Current->SessionConfigData.BootLun, &Lun, sizeof (Lun));
802 IScsiUnicodeStrToAsciiStr (IfrNvData->CHAPName, Private->Current
[all...]
H A DIScsiConfig.h103 ISCSI_CONFIG_FORM_ENTRY *Current; member in struct:_ISCSI_FORM_CALLBACK_INFO
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronization.c98 UINT64 Current; local
111 Current = GetPerformanceCounter();
139 Previous = Current;
140 Current = GetPerformanceCounter();
141 Delta = (INT64) (Current - Previous);
H A DSynchronizationGcc.c108 UINT64 Current; local
121 Current = GetPerformanceCounter();
149 Previous = Current;
150 Current = GetPerformanceCounter();
151 Delta = (INT64) (Current - Previous);
H A DSynchronizationMsc.c110 UINT64 Current; local
123 Current = GetPerformanceCounter();
151 Previous = Current;
152 Current = GetPerformanceCounter();
153 Delta = (INT64) (Current - Previous);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.cpp48 RCTime::RCTime(RCTime::Current): RCBase() { gmt = PR_Now(); }
H A Drctime.h64 typedef enum {now} Current; typedef in typeref:enum:__anon17217
67 RCTime(Current); /* initializes to current system time */
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_napi.h39 GLfloat *normal = ctx->Current.Normal;
81 COPY_3V( ctx->Current.Normal, normal );
121 ASSIGN_3V( ctx->Current.Normal, x, y, z );
133 normal = ctx->Current.Normal;
167 COPY_3V( ctx->Current.Normal, n );
179 normal = ctx->Current.Normal;
H A Dt_dd_imm_capi.h167 GLfloat *color = ctx->Current.Color;
181 GLfloat *color = ctx->Current.Color;
195 GLfloat *color = ctx->Current.Color;
209 GLfloat *color = ctx->Current.Color;
223 GLfloat *color = ctx->Current.Color;
237 GLfloat *color = ctx->Current.Color;
251 GLfloat *color = ctx->Current.Color;
265 GLfloat *color = ctx->Current.Color;
H A Dt_dd_imm_vbtmp.h76 GLfloat *tc = ctx->Current.Texture[0];
92 GLfloat *tc = ctx->Current.Texture[1];
107 GLfloat *tc = ctx->Current.Texture[2];
119 GLfloat *tc = ctx->Current.Texture[3];
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c437 UINT64 Current; local
451 Current = GetPerformanceCounter ();
461 if (Current > PeriodicSmiLibraryHandler->DispatchCheckPointTime) {
462 Count = Current - PeriodicSmiLibraryHandler->DispatchCheckPointTime;
464 Count = (Current - PeriodicSmiLibraryHandler->PerfomanceCounterStartValue) + (PeriodicSmiLibraryHandler->PerfomanceCounterEndValue - PeriodicSmiLibraryHandler->DispatchCheckPointTime);
470 if (PeriodicSmiLibraryHandler->DispatchCheckPointTime > Current) {
471 Count = PeriodicSmiLibraryHandler->DispatchCheckPointTime - Current;
473 Count = (PeriodicSmiLibraryHandler->DispatchCheckPointTime - PeriodicSmiLibraryHandler->PerfomanceCounterEndValue) + (PeriodicSmiLibraryHandler->PerfomanceCounterStartValue - Current);
486 PeriodicSmiLibraryHandler->DispatchCheckPointTime = Current;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Option.c635 UINT8 Current; local
651 Current = NextHeader;
658 Current = NextHeader;
661 if ((Current == IP6_DESTINATION) && (NextHeader != IP6_ROUTING)) {
685 Current = NextHeader;
700 Current = NextHeader;
712 Current = NextHeader;
732 FragmentHead.NextHeader = Current;
H A DIp6Impl.c355 EFI_IP6_CONFIG_DATA *Current; local
363 Current = &IpInstance->ConfigData;
379 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
398 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
432 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
433 IP6_COPY_ADDRESS (&Current->StationAddress, &Source);
623 EFI_IP6_CONFIG_DATA *Current; local
669 Current = &IpInstance->ConfigData;
671 if (!EFI_IP6_EQUAL (&Current->StationAddress, &Ip6ConfigData->StationAddress)) {
676 if (NetIp6IsUnspecifiedAddr (&Current
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c109 INTN Current; member in struct:__anon12888
396 Info->Current = 0;
488 Info->Current = 0 - (INTN)ShellStrToUintn(ArgSetWalker+1);
490 Info->Current = (INTN)ShellStrToUintn(ArgSetWalker);
514 if (Info->Current < Info->End) {
621 Info->Current += Info->Step;
625 UnicodeSPrint(TempString, 50*sizeof(CHAR16), L"%d", Info->Current);
629 if ((Info->Step > 0 && Info->Current > Info->End) || (Info->Step < 0 && Info->Current < Info->End)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c950 V2P *Current; local
964 if ((Current = mV2p)->VirtualAddress == VirtualAddress) {
967 Status = mPciIo->Unmap (mPciIo, Current->Unmap);
969 FreePool (Current);
977 for (; Current->Next != NULL; Current = Next) {
978 if ((Next = Current->Next)->VirtualAddress == VirtualAddress) {
979 Current->Next = Next->Next;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c746 // mPrivate->NewAttempt, and also saved to mCallbackInfo->Current in
1798 mCallbackInfo->Current = AttemptConfigData;
1914 if (Private->Current != NULL) {
1915 IScsiConvertAttemptConfigDataToIfrNvData (Private->Current, IfrNvData);
2205 UnicodeStrToAsciiStr (IfrNvData->AttemptName, Private->Current->AttemptName);
2213 Status = IScsiConvertIfrNvDataToAttemptConfigData (IfrNvData, Private->Current);
2269 IScsiIpToStr (&Private->Current->SessionConfigData.TargetIp, TRUE, IfrNvData->TargetIp);
2270 Private->Current->AutoConfigureMode = 0;
2275 IScsiIpToStr (&Private->Current->SessionConfigData.TargetIp, FALSE, IfrNvData->TargetIp);
2276 Private->Current
[all...]
H A DIScsiConfig.h101 ISCSI_ATTEMPT_CONFIG_NVDATA *Current; member in struct:_ISCSI_FORM_CALLBACK_INFO
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1415 UINT32 Current; local
1483 DEBUG ((EFI_D_INFO, "Memory Previous Current Next \n"));
1500 // Current is the number of pages actually needed
1503 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages;
1509 if (Current < Previous) {
1511 Next = Current + (Current >> 2);
1513 Next = MAX (Current + (Current >> 2), Previous);
1515 } else if (Current > Previou
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c899 UINT32 Current; local
901 Current = 0;
908 if (Current < *ExtNum) {
909 ExtFragment[Current].Bulk = Nbuf->BlockOp[Index].Head;
910 ExtFragment[Current].Len = Nbuf->BlockOp[Index].Size;
911 Current++;
917 *ExtNum = Current;
954 UINT32 Current; local
976 Current = 0;
984 Fragment[Current]
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1320 # define YYLLOC_DEFAULT(Current, Rhs, N) \
1324 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1325 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1326 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1327 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1331 (Current).first_line = (Current).last_line = \
1333 (Current).first_column = (Current).last_column = \
/vbox/src/VBox/Runtime/win/amd64/
H A DASMAtomicReadU64.asm37 ; @returns rax Current *pu64 value
H A DASMAtomicXchgU16.asm35 ; @returns rax Current *pu16 value
H A DASMAtomicXchgU8.asm34 ; @returns al Current *pu8 value

Completed in 70 milliseconds

12