/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 73 ACPI_SIZE Size, 143 ACPI_SIZE Size, in AcpiUtAllocateAndTrack() argument 154 if (!Size) in AcpiUtAllocateAndTrack() 158 Size = 1; in AcpiUtAllocateAndTrack() 161 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack() 167 "Could not allocate size %u", (UINT32) Size)); in AcpiUtAllocateAndTrack() 173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 181 AcpiGbl_GlobalList->TotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack() 182 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack() 212 ACPI_SIZE Size, in AcpiUtAllocateZeroedAndTrack() argument [all …]
|
H A D | utalloc.c | 69 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 77 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed() 82 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
|
H A D | utprint.c | 435 ACPI_SIZE Size, in AcpiUtVsnprintf() argument 455 End = String + Size; in AcpiUtVsnprintf() 698 if (Size > 0) in AcpiUtVsnprintf() 731 ACPI_SIZE Size, in AcpiUtSnprintf() argument 740 Length = AcpiUtVsnprintf (String, Size, Format, Args); in AcpiUtSnprintf()
|
H A D | utobject.c | 517 ACPI_SIZE Size; in AcpiUtGetSimpleObjectSize() local 584 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize() 585 if (!Size) in AcpiUtGetSimpleObjectSize() 590 Length += ACPI_ROUND_UP_TO_NATIVE_WORD (Size); in AcpiUtGetSimpleObjectSize()
|
/titanic_44/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsnames.c | 100 ACPI_SIZE Size; in AcpiNsGetPathnameLength() local 106 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE); in AcpiNsGetPathnameLength() 107 return (Size); in AcpiNsGetPathnameLength() 217 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 219 if ((Length) < (Size)) \ in AcpiNsBuildNormalizedPath() 317 ACPI_SIZE Size; in AcpiNsGetNormalizedPathname() local 325 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing); in AcpiNsGetNormalizedPathname() 326 if (!Size) in AcpiNsGetNormalizedPathname() 333 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname() 337 "Could not allocate %u bytes", (UINT32) Size)); in AcpiNsGetNormalizedPathname() [all …]
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | monv.h | 50 typedef unsigned long long Size; typedef 56 Size size; 68 Size size; 95 Size size; 97 Size bufsize; 103 Size size; 110 Size size;
|
/titanic_44/usr/src/uts/intel/sys/acpi/platform/ |
H A D | aclinuxex.h | 88 ACPI_SIZE Size) in AcpiOsAllocate() argument 90 return kmalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocate() 95 ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 97 return kzalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocateZeroed() 154 ACPI_SIZE Size);
|
H A D | acdragonfly.h | 103 #define AcpiOsUnmapMemory(LogicalAddress, Size) \ argument 104 _AcpiOsUnmapMemory((LogicalAddress), (Size), __func__, __LINE__)
|
H A D | acefiex.h | 492 #define NextMemoryDescriptor(Ptr,Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size)) argument 498 UINTN Size, 673 UINTN Size,
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 9 Size: 45573853 10 Avg Size: 48 11 Key Size: 11045299 12 Avg Key Size: 12 13 Max Key Size: 99 16 Size of key Cummulative
|
/titanic_44/usr/src/lib/libast/common/cdt/ |
H A D | dtstat.c | 85 static int *Count, Size; local 99 if(ds->dt_max+1 > Size) 100 { if(Size > 0) 104 Size = ds->dt_max+1; 113 if(ds->dt_n+1 > Size) 114 { if(Size > 0) 118 Size = ds->dt_n+1;
|
/titanic_44/usr/src/uts/intel/sys/acpi/ |
H A D | acpiosxf.h | 235 ACPI_SIZE Size); 241 ACPI_SIZE Size); 261 ACPI_SIZE Size); 576 ACPI_SIZE Size, 585 ACPI_SIZE Size,
|
H A D | acutils.h | 943 ACPI_SIZE Size, 950 ACPI_SIZE Size, 1086 ACPI_SIZE Size, 1093 ACPI_SIZE Size,
|
/titanic_44/usr/src/cmd/acpi/common/ |
H A D | osl.c | 61 AcpiOsWriteFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) in AcpiOsWriteFile() argument 63 return (fwrite(Buffer, Size, Count, File)); in AcpiOsWriteFile()
|
H A D | utprint.c | 435 ACPI_SIZE Size, in AcpiUtVsnprintf() argument 455 End = String + Size; in AcpiUtVsnprintf() 698 if (Size > 0) in AcpiUtVsnprintf() 731 ACPI_SIZE Size, in AcpiUtSnprintf() argument 740 Length = AcpiUtVsnprintf (String, Size, Format, Args); in AcpiUtSnprintf()
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/acpi/acpidump/ |
H A D | osillumostbl.c | 986 AcpiOsAllocateZeroed(ACPI_SIZE Size) in AcpiOsAllocateZeroed() argument 988 return (calloc(1, Size)); in AcpiOsAllocateZeroed() 1019 AcpiOsReadFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) in AcpiOsReadFile() argument 1021 return (fread(Buffer, Size, Count, File)); in AcpiOsReadFile() 1051 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Size) in AcpiOsUnmapMemory() argument 1059 (void) munmap(p, Size + offset); in AcpiOsUnmapMemory()
|
/titanic_44/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 …]
|
/titanic_44/usr/src/uts/intel/io/acpica/parser/ |
H A D | psargs.c | 601 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 609 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField() 703 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField() 847 Arg->Common.Value.Size = (UINT32) in AcpiPsGetNextArg()
|
/titanic_44/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 103 static unsigned Size = 0; /* Size of output file */ variable 691 Size += cnt; in main() 699 Size += Oldsize; in main() 700 (void) audio_rewrite_filesize(ofd, File_type, Size, in main()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | i915_dma.c | 65 ring->space += ring->Size; in i915_wait_ring() 140 ring->space += ring->Size; in i915_kernel_lost_context() 200 dev_priv->ring.Size = init->ring_size; in i915_initialize() 201 dev_priv->ring.tail_mask = dev_priv->ring.Size - 1; in i915_initialize() 376 if ((dwords+1) * sizeof(int) >= dev_priv->ring.Size - 8) { in i915_emit_cmds() 616 ret = i915_wait_ring(dev, dev_priv->ring.Size - 8, __FUNCTION__); in i915_quiescent()
|
/titanic_44/usr/src/tools/depcheck/ |
H A D | make_pkg_db | 391 $Size,$Checksum,$Modtime,@Pkgs) = 430 elsif (($Part,$FType,$Class,$Entity,$Mode,$Owner,$Group,$Size,$Checksum,$Modtime) =
|
/titanic_44/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 1505 my ($Size) = $Fields[2]; 1507 if (oct($Size) eq 0) { 1508 $Size = "0"; 1510 $Size =~ s/0x0*/0x/; 1513 $Symbols{$Fields[8]}{$Obj}[$ObjSize] = $Size;
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 526 AcpiOsAllocate(ACPI_SIZE Size) in AcpiOsAllocate() argument 530 Size += sizeof (Size); in AcpiOsAllocate() 531 tmp_ptr = (ACPI_SIZE *)kmem_zalloc(Size, KM_SLEEP); in AcpiOsAllocate() 532 *tmp_ptr++ = Size; in AcpiOsAllocate() 600 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) in AcpiOsMapMemory() argument 614 (size_t)Size, PSM_PROT_WRITE | PSM_PROT_READ)); in AcpiOsMapMemory() 618 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Size) in AcpiOsUnmapMemory() argument 626 psm_unmap((caddr_t)LogicalAddress, (size_t)Size); in AcpiOsUnmapMemory()
|