Searched defs:Block (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c35 USBHC_MEM_BLOCK *Block; local
45 Block = AllocateZeroPool (sizeof (USBHC_MEM_BLOCK));
46 if (Block == NULL) {
56 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
57 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
58 Block->Bits = AllocateZeroPool (Block->BitsLen);
60 if (Block->Bits == NULL) {
61 gBS->FreePool (Block);
162 UsbHcAllocMemFromBlock( IN USBHC_MEM_BLOCK *Block, IN UINTN Units ) argument
241 USBHC_MEM_BLOCK *Block; local
331 USBHC_MEM_BLOCK *Block; local
400 USBHC_MEM_BLOCK *Block; local
437 USBHC_MEM_BLOCK *Block; local
513 USBHC_MEM_BLOCK *Block; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.c37 USBHC_MEM_BLOCK *Block; local
64 Block = (USBHC_MEM_BLOCK*)(UINTN)TempPtr;
65 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
66 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
68 PageNumber = (Block->BitsLen)/PAGESIZE +1;
80 Block->Bits = (UINT8 *)(UINTN)TempPtr;
100 Block->BufHost = BufHost;
101 Block->Buf = (UINT8 *) ((UINTN) MappedAddr);
102 Block
136 UsbHcAllocMemFromBlock( IN USBHC_MEM_BLOCK *Block, IN UINTN Units ) argument
255 USBHC_MEM_BLOCK *Block; local
331 USBHC_MEM_BLOCK *Block; local
368 USBHC_MEM_BLOCK *Block; local
441 USBHC_MEM_BLOCK *Block; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c34 USBHC_MEM_BLOCK *Block; local
44 Block = AllocateZeroPool (sizeof (USBHC_MEM_BLOCK));
45 if (Block == NULL) {
55 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
56 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
57 Block->Bits = AllocateZeroPool (Block->BitsLen);
59 if (Block->Bits == NULL) {
60 gBS->FreePool (Block);
161 UsbHcAllocMemFromBlock( IN USBHC_MEM_BLOCK *Block, IN UINTN Units ) argument
240 USBHC_MEM_BLOCK *Block; local
329 USBHC_MEM_BLOCK *Block; local
398 USBHC_MEM_BLOCK *Block; local
435 USBHC_MEM_BLOCK *Block; local
511 USBHC_MEM_BLOCK *Block; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Rrq.c115 Ack->Ack.Block[0] = HTONS (BlkNo);
145 UINT16 Block; local
153 Block = NTOHS (Packet->Data.Block);
161 Instance->LastBlock = Block;
162 Mtftp4SetLastBlockNum (&Instance->Blocks, Block);
172 Status = Mtftp4RemoveBlockNum (&Instance->Blocks, Block, Completed, &TotalBlock);
203 if ((Instance->LastBlock == Block) && Completed) {
259 BlockNum = NTOHS (Packet->Data.Block);
299 // If we are passive client, then the just received Block mayb
[all...]
H A DMtftp4Impl.c34 MTFTP4_BLOCK_RANGE *Block; local
66 Block = NET_LIST_USER_STRUCT (Entry, MTFTP4_BLOCK_RANGE, Link);
68 FreePool (Block);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Driver.c164 MTFTP6_BLOCK_RANGE *Block; local
187 Block = NET_LIST_USER_STRUCT (Entry, MTFTP6_BLOCK_RANGE, Link);
189 FreePool (Block);
H A DMtftp6Rrq.c56 Ack->Ack.Block[0] = HTONS (BlockNum);
93 UINT16 Block; local
101 Block = NTOHS (Packet->Data.Block);
109 Instance->LastBlk = Block;
110 Mtftp6SetLastBlockNum (&Instance->BlkList, Block);
120 Status = Mtftp6RemoveBlockNum (&Instance->BlkList, Block, Completed, &TotalBlock);
162 if ((Instance->LastBlk == Block) && Completed) {
226 BlockNum = NTOHS (Packet->Data.Block);
272 // If we are passive client, then the just received Block mayb
[all...]
H A DMtftp6Support.c885 MTFTP6_BLOCK_RANGE *Block; local
919 Block = NET_LIST_USER_STRUCT (Entry, MTFTP6_BLOCK_RANGE, Link);
921 FreePool (Block);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.h73 #define NS_ALLOCATOR_OVERHEAD_BYTES (sizeof(Block)) // bytes
80 struct Block { struct in class:nsRecyclingAllocator
84 // Make |BlockStoreNode| a |friend| so it can access |Block|.
91 Block *block;
96 #define DATA_TO_BLOCK(data) ((Block *)((char *)(data) - NS_ALLOCATOR_OVERHEAD_BYTES))
171 Block* FindFreeBlock(PRSize bytes);
174 PRBool AddToFreeList(Block* block);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DApple.c96 VOID *Block; local
113 Block = AllocatePool ((UINTN) Media->BlockSize);
115 if (Block == NULL) {
130 Block
138 Header = (APPLE_PT_HEADER *)Block;
165 Block
173 Entry = (APPLE_PT_ENTRY *)Block;
226 FreePool (Block);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c1032 UINT8 *Block; local
1156 Block = (UINT8 *) AllocateZeroPool (BlockSize);
1157 if (Block == NULL) {
1162 BlockPtr = Block;
1173 ImagePackage->ImageBlock = Block;
H A DString.c889 UINT8 *Block; local
991 Block = AllocateZeroPool (BlockSize);
992 if (Block == NULL) {
996 CopyMem (Block, StringPackage->StringBlock, StringTextPtr - StringPackage->StringBlock);
997 BlockPtr = Block + (StringTextPtr - StringPackage->StringBlock);
1013 StringPackage->StringBlock = Block;
1028 Block = AllocateZeroPool (BlockSize);
1029 if (Block == NULL) {
1033 CopyMem (Block, StringPackage->StringBlock, StringTextPtr - StringPackage->StringBlock);
1034 BlockPtr = Block
[all...]
H A DConfigRouting.c759 // No Request Block array, all vars are got.
1222 // Set Block Data
1236 // Add Block Data into VarStorageData BlockEntry
1286 // Set Block Data
1300 // Add Block Data into VarStorageData BlockEntry
1372 // Set Block Data
1437 // Set Block Data
1451 // Add Block Data into VarStorageData BlockEntry
1555 // Set Block Data
1569 // Add Block Dat
3425 HiiBlockToConfig( IN CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *This, IN CONST EFI_STRING ConfigRequest, IN CONST UINT8 *Block, IN CONST UINTN BlockSize, OUT EFI_STRING *Config, OUT EFI_STRING *Progress ) argument
3725 HiiConfigToBlock( IN CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *This, IN CONST EFI_STRING ConfigResp, IN OUT UINT8 *Block, IN OUT UINTN *BlockSize, OUT EFI_STRING *Progress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c122 Vector->Block[0].Bulk = Bulk;
123 Vector->Block[0].Len = Len;
173 gBS->FreePool (Vector->Block[0].Bulk);
183 gBS->FreePool (Vector->Block[Index].Bulk);
435 NET_BLOCK *Block; local
441 Block = &(Nbuf->Vector->Block[Index]);
443 Block->Len = Len;
444 Block->Bulk = Bulk;
1886 FreePool (Nbuf->Vector->Block[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp4.h77 UINT16 Block; member in struct:__anon12220
83 UINT16 Block[1]; member in struct:__anon12221
88 UINT64 Block; member in struct:__anon12222
94 UINT64 Block[1]; member in struct:__anon12223
H A DMtftp6.h132 /// Block number of this data packet.
134 UINT16 Block; member in struct:__anon12232
152 UINT16 Block[1]; member in struct:__anon12233
166 UINT64 Block; member in struct:__anon12234
184 UINT64 Block[1]; member in struct:__anon12235
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp95 Block = 0xA1, enumerator in enum:Mkv
579 /* Write a Simple Block */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1379 NET_BLOCK Block[1]; member in struct:__anon11052
1387 UINT8 *BlockHead; // Block's head, or the smallest valid Head
1388 UINT8 *BlockTail; // Block's tail. BlockTail-BlockHead=block length
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c27 LIST_ENTRY Entry; // Link to Block array
418 If Block is NULL, then ASSERT().
421 @param[in] Block Pointer to a block of data.
422 @param[in] BlockSize The zie, in bytes, of Block.
432 IN CONST UINT8 *Block,
441 ASSERT (Block != NULL);
449 Block,
824 // No Request Block array, all vars are got.
1103 // Update the Block with configuration info
1110 // Set new Block Dat
430 InternalHiiBlockToConfig( IN CONST EFI_STRING ConfigRequest, IN CONST UINT8 *Block, IN UINTN BlockSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h943 /// PXE_VOID Block(UINT32 enable);
948 /// When UNDI needs a block, it will call Block() passing a non-zero
949 /// value. When UNDI no longer needs a block, it will call Block()
950 /// with a zero value. When called, if the Block() is already enabled,
951 /// do not return control to the UNDI until the previous Block() is
956 UINT64 Block; member in struct:s_pxe_cpb_start_30
998 /// PXE_VOID Block(UINT64 unq_id, UINT32 enable);
1003 /// When UNDI needs a block, it will call Block() passing a non-zero
1004 /// value. When UNDI no longer needs a block, it will call Block()
1005 /// with a zero value. When called, if the Block() i
1011 UINT64 Block; member in struct:s_pxe_cpb_start_31
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h650 VOID (*Block)(UINT64 unq_id, UINT32 enable); // call back routine member in struct:s_data_instance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h945 /// PXE_VOID Block(UINT32 enable);
950 /// When UNDI needs a block, it will call Block() passing a non-zero
951 /// value. When UNDI no longer needs a block, it will call Block()
952 /// with a zero value. When called, if the Block() is already enabled,
953 /// do not return control to the UNDI until the previous Block() is
958 UINT64 Block; member in struct:s_pxe_cpb_start_30
1000 /// PXE_VOID Block(UINT64 unq_id, UINT32 enable);
1005 /// When UNDI needs a block, it will call Block() passing a non-zero
1006 /// value. When UNDI no longer needs a block, it will call Block()
1007 /// with a zero value. When called, if the Block() i
1013 UINT64 Block; member in struct:s_pxe_cpb_start_31
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h319 } Block; member in union:_PROCESS_HEAP_ENTRY::__anon13904
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h305 } Block; member in union:_PROCESS_HEAP_ENTRY::__anon1258

Completed in 117 milliseconds

12