Searched defs:OldLocation (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbHook.h38 IO_STACK_LOCATION OldLocation; member in struct:VBOXUSBHOOK_REQUEST
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c513 @param[in] OldLocation The current location of the Target.
525 IN CONST UINT16 OldLocation,
536 Temp = CurrentOrder[OldLocation];
538 CopyMem(NewOrder+OldLocation, NewOrder+OldLocation+1, (OrderCount - OldLocation - 1)*sizeof(CurrentOrder[0]));
521 BcfgMoveDebug1( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST UINT16 OldLocation, IN CONST UINT16 NewLocation ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c513 @param[in] OldLocation The current location of the Target.
525 IN CONST UINT16 OldLocation,
536 Temp = CurrentOrder[OldLocation];
538 CopyMem(NewOrder+OldLocation, NewOrder+OldLocation+1, (OrderCount - OldLocation - 1)*sizeof(CurrentOrder[0]));
521 BcfgMoveInstall1( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST UINT16 OldLocation, IN CONST UINT16 NewLocation ) argument

Completed in 799 milliseconds