Searched refs:Target (Results 1 - 25 of 89) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiExtScsiPassThru.c35 @param[in] Target The Target is an array of size TARGET_MAX_BYTES and it
44 SCSI device specified by Target and Lun.
67 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket,
83 IN UINT8 *Target,
89 if (Target[0] != 0) {
97 return IScsiExecuteScsiCommand (This, Target, Lun, Packet);
102 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on
104 present on the SCSI channel, or the list of legal Target Ids and LUNs for the
105 SCSI channel. Regardless, the caller of this function must probe the Target I
81 IScsiExtScsiPassThruFunction( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
132 IScsiExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
192 IScsiExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
291 IScsiExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
359 IScsiExtScsiPassThruResetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
[all...]
H A DIScsiIbft.c81 // the other for the Target section.
85 // Need expand the control section if more than 2 NIC/Target attempts
203 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *Target; local
215 // Get the offset of the first Nic and Target section.
220 Target = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *) ((UINTN) Nic +
350 // Fill the Target section.
353 Target->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_ID;
354 Target->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_VERSION;
355 Target->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE);
356 Target
[all...]
H A DIScsiDriver.h462 @param[in] Target The Target is an array of size TARGET_MAX_BYTES and it
471 SCSI device specified by Target and Lun.
494 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket
510 IN UINT8 *Target,
517 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on
519 present on the SCSI channel, or the list of legal Target Ids and LUNs for the
520 SCSI channel. Regardless, the caller of this function must probe the Target ID
525 @param[in, out] Target On input, a pointer to the Target I
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiExtScsiPassThru.c23 @param[in] Target The Target is an array of size TARGET_MAX_BYTES and it represents
30 specified by Target and Lun.
50 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
62 IN UINT8 *Target,
74 if (Target[0] != 0 || (CompareMem (&Lun, ConfigNvData->BootLun, sizeof (UINT64)) != 0)) {
82 return IScsiExecuteScsiCommand (This, Target, Lun, Packet);
86 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
88 Target Ids and LUNs for the SCSI channel. Regardless, the caller of this function must probe the
89 Target I
60 IScsiExtScsiPassThruFunction( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
112 IScsiExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
172 IScsiExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
261 IScsiExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
338 IScsiExtScsiPassThruResetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
[all...]
H A DIScsiIbft.c77 // the other for the Target section.
82 // Need expand the control section if more than 2 NIC/Target sections
267 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *Target; local
280 // Get the offset of the first Nic and Target section.
285 Target = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE *) ((UINTN) Nic +
348 // Fill the Target section.
350 ZeroMem (Target, sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE));
352 Target->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_ID;
353 Target->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_VERSION;
354 Target
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py2 # This file is used to define each component of Target.txt file
62 EdkLogger.error("Target.txt Parser", FILE_NOT_FOUND, ExtraData=Filename)
150 # @retval Target An instance of TargetTxtClassObject() with loaded target.txt
153 Target = TargetTxtClassObject()
156 Target.LoadTargetTxtFile(os.path.abspath(os.environ['VBOX_TARGET_CONF']))
159 Target.LoadTargetTxtFile(os.path.normpath(os.path.join(WorkSpace, gDefaultTargetTxtFile)))
160 return Target
169 Target = TargetTxtDict(os.getenv("WORKSPACE")) variable
170 print Target.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_MAX_CONCURRENT_THREAD_NUMBER]
171 print Target
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiPassThruExt.h70 /// The Target ID of the host adapter on the SCSI channel.
110 /// send to the SCSI device specified by Target and Lun.
139 /// The status returned by the device specified by Target and Lun
156 @param Target The Target is an array of size TARGET_MAX_BYTES and it represents
163 specified by Target and Lun.
183 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
195 IN UINT8 *Target,
202 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
204 Target Id
[all...]
H A DScsiPassThru.h52 #define EFI_SCSI_STATUS_HOST_ADAPTER_PHASE_ERROR 0x14 // Target bus phase sequence failure
56 // SCSI Target Status definition
138 /// The Target ID of the host adapter on the SCSI channel.
158 @param Target The Target ID of the SCSI device to
163 to the SCSI device specified by Target and Lun.
190 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket
207 IN UINT32 Target,
214 Used to retrieve the list of legal Target IDs for SCSI devices
218 @param Target O
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Trim/
H A DTrim.py131 # @param Target File to store the trimmed content
134 def TrimPreprocessedFile(Source, Target, ConvertHex, TrimLong):
135 CreateDirectory(os.path.dirname(Target))
212 f = open (Target, 'wb')
214 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Target)
224 # @param Target File to store the trimmed content
226 def TrimPreprocessedVfr(Source, Target):
227 CreateDirectory(os.path.dirname(Target))
279 f = open (Target,'w')
281 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Target)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h26 #define USB_REQUEST_TYPE(Dir, Type, Target) \
27 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
90 @param Target The receiving target.
106 IN UINTN Target,
218 @param Target The target of the transfer: endpoint/device.
229 IN UINTN Target,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c466 IN UINT32 Target,
480 Target: The Target ID of the ATAPI device to send the SCSI
482 Channel, Target ID 0 indicates Master device;Target
487 specified by Target and Lun.
507 // Target is not allowed beyond MAX_TARGET_ID
509 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
525 if (Target == This->Mode->AdapterId) {
531 // According to Target I
464 AtapiScsiPassThruFunction( IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN UINT32 Target, IN UINT64 Lun, IN OUT EFI_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
555 AtapiScsiPassThruGetNextDevice( IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT32 *Target, IN OUT UINT64 *Lun ) argument
633 AtapiScsiPassThruBuildDevicePath( IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN UINT32 Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
709 AtapiScsiPassThruGetTargetLun( IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT32 *Target, OUT UINT64 *Lun ) argument
862 AtapiScsiPassThruResetTarget( IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN UINT32 Target, IN UINT64 Lun ) argument
950 AtapiExtScsiPassThruFunction( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
1047 AtapiExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
1143 AtapiExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
1221 AtapiExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
1376 AtapiExtScsiPassThruResetTarget( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
1791 SubmitBlockingIoCommand( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT32 Target, EFI_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
1877 RequestSenseCommand( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT32 Target, UINT64 Timeout, VOID *SenseData, UINT8 *SenseDataLength ) argument
2034 SubmitExtBlockingIoCommand( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT8 Target, EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
2135 AtapiPacketCommand( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT32 Target, UINT8 *PacketCommand, VOID *Buffer, UINT32 *ByteCount, DATA_DIRECTION Direction, UINT64 TimeoutInMicroSeconds ) argument
[all...]
H A DAtapiPassThru.h492 IN UINT32 Target,
506 Target: The Target ID of the ATAPI device to send the SCSI
508 Channel, Target ID 0 indicates Master device;Target
513 specified by Target and Lun.
532 IN OUT UINT32 *Target,
539 Used to retrieve the list of legal Target IDs for SCSI devices
545 Target - On input, a pointer to the Target I
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DSection.py133 if '*' in FfsInf.TargetOverrideList or File.Target == '*' or File.Target in FfsInf.TargetOverrideList or FfsInf.TargetOverrideList == []:
136 GenFdsGlobalVariable.InfLogger ("\nBuild Target \'%s\' of File %s is not in the Scope of %s specified by INF %s in FDF" %(File.Target, File.File, FfsInf.TargetOverrideList, FfsInf.InfFileName))
H A DGuidSection.py247 Target = GenFdsGlobalVariable.TargetName
252 self.KeyStringList = [Target+'_'+ToolChain+'_'+self.CurrentArchList[0]]
254 if Target+'_'+ToolChain+'_'+Arch not in self.KeyStringList:
255 self.KeyStringList.append(Target+'_'+ToolChain+'_'+Arch)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c121 UINT8 *Target; local
144 Target = &TargetArray[0];
145 ScsiIo->GetDeviceLocation (ScsiIo, &Target, &Lun);
259 UINT8 *Target; local
280 Target = &TargetArray[0];
281 ScsiIo->GetDeviceLocation (ScsiIo, &Target, &Lun);
514 UINT8 *Target; local
536 Target = &TargetArray[0];
537 ScsiIo->GetDeviceLocation (ScsiIo, &Target, &Lun);
606 UINT8 *Target; local
699 UINT8 *Target; local
801 UINT8 *Target; local
907 UINT8 *Target; local
1005 UINT8 *Target; local
1103 UINT8 *Target; local
1201 UINT8 *Target; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c39 BCFG_OPERATION_TARGET Target; member in struct:__anon12792
111 @param[in] Position The position to add Target at.
116 @param[in] Target The info on the option to add.
132 IN CONST BCFG_OPERATION_TARGET Target,
190 if (Target == BcfgTargetBootOrder) {
377 UnicodeSPrint (OptionStr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", TargetLocation);
407 Target == BcfgTargetBootOrder?L"BootOrder":L"DriverOrder",
417 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_WRITE_FAIL), gShellDebug1HiiHandle, Target == BcfgTargetBootOrder?L"BootOrder":L"DriverOrder", Status);
450 @param[in] Target The target item to move.
453 @param[in] Location The current location of the Target
126 BcfgAddDebug1( IN UINTN Position, IN CONST CHAR16 *File, IN CONST CHAR16 *Desc, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST BCFG_OPERATION_TARGET Target, IN CONST BOOLEAN UseHandle, IN CONST BOOLEAN UsePath, IN CONST UINTN HandleNumber ) argument
460 BcfgRemoveDebug1( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST UINT16 Location ) argument
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c39 BCFG_OPERATION_TARGET Target; member in struct:__anon12887
111 @param[in] Position The position to add Target at.
116 @param[in] Target The info on the option to add.
132 IN CONST BCFG_OPERATION_TARGET Target,
190 if (Target == BcfgTargetBootOrder) {
377 UnicodeSPrint (OptionStr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", TargetLocation);
407 Target == BcfgTargetBootOrder?L"BootOrder":L"DriverOrder",
417 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_WRITE_FAIL), gShellInstall1HiiHandle, Target == BcfgTargetBootOrder?L"BootOrder":L"DriverOrder", Status);
450 @param[in] Target The target item to move.
453 @param[in] Location The current location of the Target
126 BcfgAddInstall1( IN UINTN Position, IN CONST CHAR16 *File, IN CONST CHAR16 *Desc, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST BCFG_OPERATION_TARGET Target, IN CONST BOOLEAN UseHandle, IN CONST BOOLEAN UsePath, IN CONST UINTN HandleNumber ) argument
460 BcfgRemoveInstall1( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST UINT16 Location ) argument
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c1811 @param Target The Target is an array of size TARGET_MAX_BYTES and it represents
1818 specified by Target and Lun.
1838 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
1850 IN UINT8 *Target,
1898 // The layout of Target array:
1908 Port = Target[0];
1909 PortMultiplier = Target[1];
1954 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
1956 Target Id
1848 ExtScsiPassThruPassThru( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
1981 ExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
2111 ExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
2192 ExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
2294 ExtScsiPassThruResetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
[all...]
H A DAtaAtapiPassThru.h828 @param Target The Target is an array of size TARGET_MAX_BYTES and it represents
835 specified by Target and Lun.
855 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
867 IN UINT8 *Target,
874 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
876 Target Ids and LUNs for the SCSI channel. Regardless, the caller of this function must probe the
877 Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
881 @param Target On input, a pointer to the Target I
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiUsbLib.h438 Recipient, and Target to the value specified by Value. The status of the
448 @param Target The index of the device to be set.
463 IN UINT16 Target,
471 Recipient, and Target to the value specified by Value. The status of the transfer
481 @param Target The index of the device to be cleared.
496 IN UINT16 Target,
504 Recipient, and Target, and place the result in the buffer specified by DeviceStatus.
514 @param Target The index of the device to be get the status of.
529 IN UINT16 Target,
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A Dipcd.cpp81 if (msg->Target().Equals(IPCM_TARGET)) {
86 return IPC_DispatchMsg(client, msg->Target(), msg->Data(), msg->DataLen());
110 if (client->HasTarget(msg->Target()))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DUsbDxeLib.c362 Recipient, and Target to the value specified by Value. The status of the
372 @param Target The index of the device to be set.
387 IN UINT16 Target,
420 DevReq.Index = Target;
439 Recipient, and Target to the value specified by Value. The status of the transfer
449 @param Target The index of the device to be cleared.
464 IN UINT16 Target,
498 DevReq.Index = Target;
517 Recipient, and Target and place the result in the buffer specified by DeviceStatus.
527 @param Target Th
383 UsbSetFeature( IN EFI_USB_IO_PROTOCOL *UsbIo, IN USB_TYPES_DEFINITION Recipient, IN UINT16 Value, IN UINT16 Target, OUT UINT32 *Status ) argument
460 UsbClearFeature( IN EFI_USB_IO_PROTOCOL *UsbIo, IN USB_TYPES_DEFINITION Recipient, IN UINT16 Value, IN UINT16 Target, OUT UINT32 *Status ) argument
539 UsbGetStatus( IN EFI_USB_IO_PROTOCOL *UsbIo, IN USB_TYPES_DEFINITION Recipient, IN UINT16 Target, OUT UINT16 *DeviceStatus, OUT UINT32 *Status ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py304 # @param Target The build target name, one of gSupportedTarget
308 def __init__(self, Obj, BuildCommand, Target, Dependency, WorkingDir="."):
312 self.Target = Target
368 # @param Target The build target name, one of gSupportedTarget
370 def __init__(self, Obj, Target):
371 Dependency = [ModuleMakeUnit(La, Target) for La in Obj.LibraryAutoGenList]
372 BuildUnit.__init__(self, Obj, Obj.BuildCommand, Target, Dependency, Obj.MakeFileDir)
373 if Target in [None, "", "all"]:
374 self.Target
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.c1030 @param[in] Target The address information which needs DAD performed .
1041 IN EFI_IPv6_ADDRESS *Target,
1057 if (EFI_IP6_EQUAL (&AddrInfo->Address, Target)) {
1215 EFI_IPv6_ADDRESS *Target; local
1221 // The Neighbor Advertisement message must include a Target link-layer address option
1254 // Fill in the ICMP header, Target address, and Target link-layer address.
1276 Target = (EFI_IPv6_ADDRESS *) NetbufAllocSpace (Packet, sizeof (EFI_IPv6_ADDRESS), FALSE);
1277 ASSERT (Target != NULL);
1278 IP6_COPY_ADDRESS (Target, TargetIp6Addres
1039 Ip6FindDADEntry( IN IP6_SERVICE *IpSb, IN EFI_IPv6_ADDRESS *Target, OUT IP6_INTERFACE **Interface OPTIONAL ) argument
1327 EFI_IPv6_ADDRESS *Target; local
1459 EFI_IPv6_ADDRESS Target; local
1698 EFI_IPv6_ADDRESS Target; local
2384 EFI_IPv6_ADDRESS *Target; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c114 @param Target Request Index.
127 IN UINT16 Target
150 DevReq.Index = Target;

Completed in 1202 milliseconds

1234