/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | uttrack.c | 181 ACPI_SIZE Size, 249 ACPI_SIZE Size, in AcpiUtAllocateAndTrack() argument 260 if (!Size) in AcpiUtAllocateAndTrack() 264 Size = 1; in AcpiUtAllocateAndTrack() 267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack() 273 "Could not allocate size %u", (UINT32) Size)); in AcpiUtAllocateAndTrack() 279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 287 AcpiGbl_GlobalList->TotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack() 288 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack() 318 ACPI_SIZE Size, in AcpiUtAllocateZeroedAndTrack() argument [all …]
|
H A D | utalloc.c | 177 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed() 190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
|
H A D | utobject.c | 625 ACPI_SIZE Size; in AcpiUtGetSimpleObjectSize() local 696 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize() 697 if (!Size) in AcpiUtGetSimpleObjectSize() 702 Length += ACPI_ROUND_UP_TO_NATIVE_WORD (Size); in AcpiUtGetSimpleObjectSize()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | monv.h | 48 typedef unsigned long long Size; typedef 54 Size size; 66 Size size; 93 Size size; 95 Size bufsize; 101 Size size; 108 Size size;
|
/illumos-gate/usr/src/boot/efi/include/Pi/ |
H A D | PiFirmwareFile.h | 126 UINT8 Size[3]; member 163 UINT8 Size[3]; member 186 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[0] ) | \ 187 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[1] << 8) | \ 188 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[2] << 16))) 235 UINT8 Size[3]; member 247 UINT8 Size[3]; member 494 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[0] ) | \ 495 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[1] << 8) | \ 496 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[2] << 16)))
|
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsnames.c | 214 ACPI_SIZE Size; in AcpiNsGetPathnameLength() local 227 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE); in AcpiNsGetPathnameLength() 228 return (Size); in AcpiNsGetPathnameLength() 386 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 388 if ((Length) < (Size)) \ in AcpiNsBuildNormalizedPath() 486 ACPI_SIZE Size; in AcpiNsGetNormalizedPathname() local 494 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsGetNormalizedPathname() 495 if (!Size) in AcpiNsGetNormalizedPathname() 502 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname() 506 "Could not allocate %u bytes", (UINT32) Size)); in AcpiNsGetNormalizedPathname() [all …]
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 6 Size: 45573853 7 Avg Size: 48 8 Key Size: 11045299 9 Avg Key Size: 12 10 Max Key Size: 99 13 Size of key Cummulative
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | aclinuxex.h | 196 ACPI_SIZE Size) in AcpiOsAllocate() argument 198 return kmalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocate() 203 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 205 return kzalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocateZeroed()
|
H A D | acdragonfly.h | 211 #define AcpiOsUnmapMemory(LogicalAddress, Size) \ argument 212 _AcpiOsUnmapMemory((LogicalAddress), (Size), __func__, __LINE__)
|
H A D | acefiex.h | 504 UINT64 Size; member 657 #define NextMemoryDescriptor(Ptr,Size) ((ACPI_EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size)) argument 663 UINTN Size, 859 UINTN Size,
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 324 ACPI_SIZE Size, 331 ACPI_SIZE Size, 394 ACPI_SIZE Size, 401 ACPI_SIZE Size, 427 ACPI_SIZE Size,
|
H A D | acpiosxf.h | 343 ACPI_SIZE Size); 349 ACPI_SIZE Size); 369 ACPI_SIZE Size);
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslsupport.y | 172 unsigned int Size) 178 "\nAslLocalAllocate: Expanding Stack to %u\n\n", Size); 180 Mem = ACPI_ALLOCATE_ZEROED (Size);
|
H A D | aslallocate.c | 180 UINT32 Size) in UtLocalCalloc() argument 185 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc() 198 TotalAllocated += Size; in UtLocalCalloc()
|
H A D | cvcompiler.c | 932 UINT32 Size = 0; in CvAppendInlineComment() local 945 Size = strlen (ToAdd); in CvAppendInlineComment() 946 Size += strlen (InlineComment); in CvAppendInlineComment() 947 Str = UtLocalCacheCalloc (Size + 1); in CvAppendInlineComment() 951 Str[Size +1] = 0; in CvAppendInlineComment()
|
/illumos-gate/usr/src/boot/efi/include/ |
H A D | efi.h | 36 #define NextMemoryDescriptor(Ptr, Size) \ argument 37 ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size))
|
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.h | 260 uint16_t Size; member 282 uint16_t Size; member 306 uint16_t Size; member 325 uint16_t Size; member 340 uint16_t Size; member
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiBaseType.h | 197 #define EFI_SIZE_TO_PAGES(Size) (((Size) >> EFI_PAGE_SHIFT) + (((Size) & EFI_PAGE_MASK) ? 1 : 0)) argument
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | Tcg2Protocol.h | 37 UINT8 Size; member 134 UINT32 Size; member
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 564 hidparser: Report Size(0x10)<----------- GI 575 hidparser: Report Size(0x10)<---------------- " " 592 0x75, 0x10, /* Report Size (0x10) */ 1246 hidparser: Report Size(0x10) 1257 hidparser: Report Size(0x10) 1264 hidparser: Report Size(0x10) 1275 hidparser: Report Size(0x10) 1282 hidparser: Report Size(0x10) 1292 hidparser: Report Size(0x1) 1303 hidparser: Report Size(0x1) [all …]
|
/illumos-gate/usr/src/common/acpica/parser/ |
H A D | psargs.c | 732 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 740 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 838 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField() 986 Arg->Common.Value.Size = (UINT32) in AcpiPsGetNextArg()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrc.c | 529 DeclaredBufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate() 540 BufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | spoolss_svc.c | 732 if (param->Size < sizeof (uint32_t)) { in spoolss_s_GetPrinterData() 733 param->Size = 0; in spoolss_s_GetPrinterData() 749 param->Size = sizeof (uint32_t); in spoolss_s_GetPrinterData() 758 if (param->Size < sizeof (smb_version_t)) { in spoolss_s_GetPrinterData() 759 param->Size = sizeof (smb_version_t); in spoolss_s_GetPrinterData() 818 if (param->Size < wcslen) { in spoolss_s_GetPrinterData() 835 param->Size = 0; in spoolss_s_GetPrinterData()
|
/illumos-gate/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 107 static unsigned Size = 0; /* Size of output file */ variable 694 Size += cnt; in main() 702 Size += Oldsize; in main() 703 (void) audio_rewrite_filesize(ofd, File_type, Size, in main()
|
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/ |
H A D | PeImage.h | 113 UINT32 Size; member 541 UINT8 Size[10]; ///< File member size - decimal. member 711 UINT32 Size; member
|