Searched defs:State (Results 26 - 50 of 99) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFtwMisc.c709 Assume all bits of State are inside the same BYTE.
722 UINT8 State; local
726 // Read state from device, assume State is only one byte.
729 Status = FvBlock->Read (FvBlock, Lba, Offset, &Length, &State);
734 State ^= FTW_POLARITY_REVERT;
735 State = (UINT8) (State | NewBit);
736 State ^= FTW_POLARITY_REVERT;
742 Status = FvBlock->Write (FvBlock, Lba, Offset, &Length, &State);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c183 @param State The new DHCP state to change to
193 IN INTN State,
202 if (State == Dhcp4Renewing) {
205 } else if (State == Dhcp4Rebinding) {
208 } else if (State == Dhcp4Bound) {
223 if (State == Dhcp4Selecting) {
236 DhcpSb->DhcpState = State;
191 DhcpSetState( IN OUT DHCP_SERVICE *DhcpSb, IN INTN State, IN BOOLEAN CallUser ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiImpl.h54 UINT8 State; member in struct:_ISCSI_SESSION
98 UINT8 State; member in struct:_ISCSI_CONNECTION
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4Config.h103 INTN State; member in struct:_IP4_CONFIG_INSTANCE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c114 MTFTP4_GETINFO_STATE *State; local
118 State = (MTFTP4_GETINFO_STATE *) Token->Context;
126 State->Status = EFI_TFTP_ERROR;
130 State->Status = EFI_SUCCESS;
134 State->Status = EFI_PROTOCOL_ERROR;
141 Status = gBS->AllocatePool (EfiBootServicesData, PacketLen, (VOID **) State->Packet);
144 State->Status = EFI_OUT_OF_RESOURCES;
148 *(State->PacketLen) = PacketLen;
149 CopyMem (*(State->Packet), Packet, PacketLen);
385 if (Instance->State !
992 MTFTP4_GETINFO_STATE State; local
[all...]
H A DMtftp4Impl.h101 INTN State; member in struct:_MTFTP4_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Include/Guid/
H A DAuthenticatedVariableFormat.h102 /// Variable Store Header Format and State.
127 UINT8 State; member in struct:__anon12675
138 /// Variable State flags.
154 /// Variable State defined above.
156 UINT8 State; member in struct:__anon12676
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c57 @retval EFI_SUCCESS State is successfully returned.
161 CHAR16 State[32]; local
202 State,
203 sizeof (State),
211 HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_TPM_STATE_CONTENT), State, NULL);
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp233 RTGETOPTSTATE State; local
234 rc = RTGetOptInit(&State, argc-1, argv+1, &s_aOptionDefs[0], RT_ELEMENTS(s_aOptionDefs), 0, 0);
252 rc = RTGetOpt(&State, &Val);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp198 RTTHREADPREEMPTSTATE State = RTTHREADPREEMPTSTATE_INITIALIZER; local
199 RTThreadPreemptDisable(&State);
204 RTThreadPreemptRestore(&State);
216 RTTHREADPREEMPTSTATE State = RTTHREADPREEMPTSTATE_INITIALIZER; local
217 RTThreadPreemptDisable(&State);
257 RTThreadPreemptRestore(&State);
H A DtstRTR0Timer.cpp419 TSTRTR0TIMERS1 State; local
445 int rc = RTTimerCreateEx(&pTimer, 0, fFlags, tstRTR0TimerCallbackU32Counter, &State);
455 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, State.cShots);
457 for (uint32_t i = 0; i < 1000 && !ASMAtomicUoReadU32(&State.cShots); i++)
459 RTR0TESTR0_CHECK_MSG_BREAK(ASMAtomicUoReadU32(&State.cShots) == 1, ("cShots=%u\n", State.cShots));
462 RT_ZERO(State); ASMAtomicWriteU32(&State
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h641 PGMHVUSTATE State; local
644 State.pVM = pVM;
645 State.pVCpu = pVCpu;
646 State.fTodo = pVCpu->pgm.s.fSyncFlags;
647 State.cr4 = cr4;
648 RTAvlroGCPtrDoWithAll(&pVM->pgm.s.CTX_SUFF(pTrees)->VirtHandlers, true, PGM_GST_NAME(VirtHandlerUpdateOne), &State);
650 fTodo |= State.fTodo;
/vbox/src/bldprogs/
H A Dscmdiff.cpp385 SCMDIFFSTATE State; local
386 State.cDiffs = 0;
387 State.pszFilename = pszFilename;
388 State.pLeft = pLeft;
389 State.pRight = pRight;
390 State.fIgnoreEol = fIgnoreEol;
391 State.fIgnoreLeadingWhite = fIgnoreLeadingWhite;
392 State.fIgnoreTrailingWhite = fIgnoreTrailingWhite;
393 State.fSpecialChars = fSpecialChars;
394 State
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c191 @param State Variable to return the current host controller
194 @retval EFI_SUCCESS Host controller state was returned in State.
195 @retval EFI_INVALID_PARAMETER State is NULL.
204 OUT EFI_USB_HC_STATE *State
210 if (State == NULL) {
218 *State = EfiUsbHcStateHalt;
220 *State = EfiUsbHcStateOperational;
225 DEBUG ((EFI_D_INFO, "EhcGetState: current state %d\n", *State));
234 @param State The state of the host controller that will be set.
237 in the state specified by State
330 UINT32 State; local
427 UINT32 State; local
540 UINT32 State; local
1686 UINT32 State; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c205 @param State Variable to return the current host controller
208 @retval EFI_SUCCESS Host controller state was returned in State.
209 @retval EFI_INVALID_PARAMETER State is NULL.
218 OUT EFI_USB_HC_STATE *State
224 if (State == NULL) {
233 *State = EfiUsbHcStateHalt;
235 *State = EfiUsbHcStateOperational;
238 DEBUG ((EFI_D_INFO, "XhcGetState: current state %d\n", *State));
248 @param State The state of the host controller that will be set.
251 in the state specified by State
344 UINT32 State; local
454 UINT32 State; local
584 UINT32 State; local
749 UINT32 State; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.h123 INTN State; member in struct:_IP4_PROTOCOL
162 INTN State; member in struct:_IP4_SERVICE
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c421 Ia->State = Dhcp6Init;
485 Instance->IaCb.Ia->State,
521 EFI_DHCP6_STATE State; local
542 State = Dhcp6Init;
989 Instance->IaCb.Ia->State = Dhcp6Selecting;
1173 Instance->IaCb.Ia->State = Dhcp6Requesting;
1307 Instance->IaCb.Ia->State = Dhcp6Declining;
1440 Instance->IaCb.Ia->State = Dhcp6Releasing;
1481 EFI_DHCP6_STATE State; local
1597 State
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiImpl.h88 UINT8 State; member in struct:_ISCSI_SESSION
132 UINT8 State; member in struct:_ISCSI_CONNECTION
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp243 MYDISSTATE State; local
244 State.uAddress = uAddress;
245 State.pbInstr = pbFile;
246 State.cbInstr = 0;
247 State.enmUndefOp = enmUndefOp;
248 State.rc = VINF_SUCCESS;
249 State.cbLeft = cbFile;
250 State.pbNext = pbFile;
251 State.uNextAddr = uAddress;
277 while (State
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp567 DBGFDISASSTATE State; local
568 rc = dbgfR3DisasInstrFirst(pVM, pVCpu, &SelInfo, enmMode, GCPtr, fFlags, &State);
571 if (State.Cpu.cbCachedInstr)
572 RTStrPrintf(pszOutput, cbOutput, "Disas -> %Rrc; %.*Rhxs\n", rc, (size_t)State.Cpu.cbCachedInstr, State.Cpu.abInstr);
582 DISFormatYasmEx(&State.Cpu, szBuf, sizeof(szBuf),
594 PATMR3DbgAnnotatePatchedInstruction(pVM, GCPtr, State.Cpu.cbInstr, szPatchAnnotations, sizeof(szPatchAnnotations));
624 uint32_t cbInstr = State.Cpu.cbInstr;
625 uint8_t const *pabInstr = State.Cpu.abInstr;
669 *pcbInstr = State
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.h271 enum State enum in class:VBoxDnDWnd
399 State mState;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwtsapi32.h115 WTS_CONNECTSTATE_CLASS State; member in struct:_WTS_SESSION_INFOA
122 WTS_CONNECTSTATE_CLASS State; member in struct:_WTS_SESSION_INFOW
/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp256 RTGETOPTSTATE State; local
257 int rc = RTGetOptInit(&State, argc, argv, &s_aOptions[0], RT_ELEMENTS(s_aOptions), 1, 0);
260 while ((rc = RTGetOpt(&State, &Val)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c30 EFI_FFS_FILE_STATE State; local
36 State = FfsHeader->State;
37 FfsHeader->State = 0;
56 FfsHeader->State = State;
849 StateOffset = Offset + (UINT8 *) &FileHeader->State - (UINT8 *) FileHeader;
856 &FileHeader->State
931 StateOffset = Offset + (UINT8 *) &FileHeader->State - (UINT8 *) FileHeader;
938 &FileHeader->State
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.c989 EFI_HPC_STATE State; local
1001 State = 0;
1080 &State
1133 &State,
1225 (State & EFI_HPC_STATE_ENABLED) != 0 &&
1226 (State & EFI_HPC_STATE_INITIALIZED) != 0) {
1301 EFI_HPC_STATE State; local
1330 &State

Completed in 467 milliseconds

1234