/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
D | UsbMassStorageDxe.uni | 8 // The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol. 12 // 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1 13 // 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0. 31 …The command set defines the command, data and result. The Bulk-Only-Transport and Control/Bulk/Int… 34 … "2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1<BR>\n" 35 … "3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.<BR>\n"
|
D | UsbMassStorageDxe.inf | 8 # The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol. 12 # 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1 13 # 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | NetBuffer.c | 103 UINT8 *Bulk; in NetbufAlloc() local 113 Bulk = AllocatePool (Len); in NetbufAlloc() 115 if (Bulk == NULL) { in NetbufAlloc() 122 Vector->Block[0].Bulk = Bulk; in NetbufAlloc() 125 Nbuf->BlockOp[0].BlockHead = Bulk; in NetbufAlloc() 126 Nbuf->BlockOp[0].BlockTail = Bulk + Len; in NetbufAlloc() 128 Nbuf->BlockOp[0].Head = Bulk; in NetbufAlloc() 129 Nbuf->BlockOp[0].Tail = Bulk; in NetbufAlloc() 173 gBS->FreePool (Vector->Block[0].Bulk); in NetbufFreeVector() 183 gBS->FreePool (Vector->Block[Index].Bulk); in NetbufFreeVector() [all …]
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpImpl.c | 970 Fragment.Bulk = NULL; in HttpResponseWorker() 1310 (CHAR8 *) Fragment.Bulk in HttpResponseWorker() 1328 …HttpMsg->BodyLength = MIN ((UINTN) (HttpInstance->NextMsg - (CHAR8 *) Fragment.Bulk), HttpMsg->Bod… in HttpResponseWorker() 1329 CopyMem (HttpMsg->Body, Fragment.Bulk, HttpMsg->BodyLength); in HttpResponseWorker() 1343 … CopyMem (HttpInstance->CacheBody, Fragment.Bulk + HttpMsg->BodyLength, HttpInstance->CacheLen); in HttpResponseWorker() 1346 …nstance->CacheBody + (UINTN) (HttpInstance->NextMsg - (CHAR8 *) (Fragment.Bulk + HttpMsg->BodyLeng… in HttpResponseWorker() 1350 CopyMem (HttpMsg->Body, Fragment.Bulk, HttpMsg->BodyLength); in HttpResponseWorker() 1363 … CopyMem (HttpInstance->CacheBody, Fragment.Bulk + HttpMsg->BodyLength, HttpInstance->CacheLen); in HttpResponseWorker() 1368 if (Fragment.Bulk != NULL) { in HttpResponseWorker() 1369 FreePool (Fragment.Bulk); in HttpResponseWorker() [all …]
|
D | HttpProto.c | 1479 TempFragment.Bulk = NULL; in HttpTransmitTcp() 1525 Tx4Token->Packet.TxData->FragmentTable[0].FragmentBuffer = (VOID *) TempFragment.Bulk; in HttpTransmitTcp() 1548 Tx6Token->Packet.TxData->FragmentTable[0].FragmentBuffer = (VOID *) TempFragment.Bulk; in HttpTransmitTcp() 1774 Fragment.Bulk = NULL; in HttpTcpReceiveHeader() 1832 Fragment.Bulk = (UINT8 *) Rx4Token->Packet.RxData->FragmentTable[0].FragmentBuffer; in HttpTcpReceiveHeader() 1834 if (Fragment.Bulk != NULL) { in HttpTcpReceiveHeader() 1835 FreePool (Fragment.Bulk); in HttpTcpReceiveHeader() 1836 Fragment.Bulk = NULL; in HttpTcpReceiveHeader() 1863 Fragment.Bulk, in HttpTcpReceiveHeader() 1881 Fragment.Bulk = NULL; in HttpTcpReceiveHeader() [all …]
|
D | HttpsSupport.c | 739 Tcp4RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TlsCommonReceive() 744 Tcp6RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TlsCommonReceive() 788 Fragment[CurrentFragment].Bulk += Tcp4RxData->FragmentTable[0].FragmentLength; in TlsCommonReceive() 800 Fragment[CurrentFragment].Bulk += Tcp6RxData->FragmentTable[0].FragmentLength; in TlsCommonReceive() 1410 Fragment->Bulk = Buffer; in TlsProcessMessage() 1590 …ASSERT (((TLS_RECORD_HEADER *) (TempFragment.Bulk))->ContentType == TLS_CONTENT_TYPE_APPLICATION_D… in HttpsReceive() 1592 BufferInSize = ((TLS_RECORD_HEADER *) (TempFragment.Bulk))->Length; in HttpsReceive() 1599 CopyMem (BufferIn, TempFragment.Bulk + sizeof (TLS_RECORD_HEADER), BufferInSize); in HttpsReceive() 1604 FreePool (TempFragment.Bulk); in HttpsReceive() 1719 Fragment->Bulk = BufferIn; in HttpsReceive()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | XhciDxe.uni | 5 // Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices. 22 …nterfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isoc…
|
D | XhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | UhciDxe.uni | 5 // Control, Bulk, Interrupt and Isochronous requests to Usb1.x device 22 …nterfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isoc…
|
D | UhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IkePacket.c | 238 Fragments[0].Bulk = (UINT8 *) IkePacket->Header; in IkeNetbufFromPacket() 248 Fragments[Index + 1].Bulk = IkePayload->PayloadBuf; in IkeNetbufFromPacket()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciDxe.uni | 5 // Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device. 28 … "Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.<BR><BR>\n"
|
D | EhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
D | FtdiUsbSerialDxe.inf | 7 # It manages the USB Serial device via USB Bulk Transfer of USB I/O Protocol.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiTcp4Io.c | 443 RxData.FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in Tcp4IoReceive() 478 Fragment[CurrentFragment].Bulk += RxData.FragmentTable[0].FragmentLength; in Tcp4IoReceive()
|
D | IScsiProto.c | 1039 Fragment[0].Bulk = Context->InData + InDataOffset; in IScsiReceivePdu() 1047 Fragment[1].Bulk = (UINT8 *)PadAndCRC32 + (4 - PadLen); in IScsiReceivePdu() 1795 Fragment[0].Bulk = Data; in IScsiNewDataSegment() 1800 Fragment[1].Bulk = (UINT8 *) &mDataSegPad; in IScsiNewDataSegment()
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsImpl.c | 1788 Frag.Bulk = AllocatePool (DNS_MAX_MESSAGE_SIZE * sizeof (UINT8)); in ConstructDNSQuery() 1789 if (Frag.Bulk == NULL) { in ConstructDNSQuery() 1796 DnsHeader = (DNS_HEADER *) Frag.Bulk; in ConstructDNSQuery() 1819 CopyMem (Frag.Bulk + Frag.Len, QueryName, AsciiStrLen (QueryName)); in ConstructDNSQuery() 1821 *(Frag.Bulk + Frag.Len) = 0; in ConstructDNSQuery() 1827 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery() 1839 FreePool (Frag.Bulk); in ConstructDNSQuery()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | NetLib.h | 1488 UINT8 *Bulk; // The block's Data member 1596 UINT8 *Bulk; member 2061 IN UINT8 *Bulk,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/ |
D | DxeTcpIoLib.c | 947 RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TcpIoReceive() 996 Fragment[CurrentFragment].Bulk += RxData->FragmentTable[0].FragmentLength; in TcpIoReceive()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiProto.c | 1345 Fragment[0].Bulk = Context->InData + InDataOffset; in IScsiReceivePdu() 1353 Fragment[1].Bulk = (UINT8 *)PadAndCRC32 + (4 - PadLen); in IScsiReceivePdu() 2122 Fragment[0].Bulk = Data; in IScsiNewDataSegment() 2127 Fragment[1].Bulk = (UINT8 *) &mDataSegPad; in IScsiNewDataSegment()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
D | Dhcp4Io.c | 1366 Frag.Bulk = (UINT8 *) &Packet->Dhcp4.Header; in DhcpSendMessage() 1455 Frag.Bulk = (UINT8 *) &DhcpSb->LastPacket->Dhcp4.Header; in DhcpRetransmit()
|
D | Dhcp4Impl.c | 1564 Frag.Bulk = (UINT8 *) &Token->Packet->Dhcp4; in EfiDhcp4TransmitReceive()
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6If.c | 510 Netfrag.Bulk = MnpRxData->PacketData; in Ip6OnFrameReceivedDpc()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
D | Ip4If.c | 1173 Netfrag.Bulk = MnpRxData->PacketData; in Ip4OnFrameReceivedDpc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 28 Dictionaries of any size. Bulk of work is in creation.
|