Searched defs:Count (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutascii.c130 * Count - Number of characters to check
143 UINT32 Count)
148 for (i = 0; i < Count; i++)
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dosl.c61 AcpiOsWriteFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
63 return (fwrite(Buffer, Size, Count, File));
H A Dutprint.c65 ACPI_SIZE Count);
96 * Count - Boundary of the string
98 * RETURN: Length of the string. Less than or equal to Count.
107 ACPI_SIZE Count)
112 while (*String && Count)
116 Count--;
105 AcpiUtBoundStringLength( const char *String, ACPI_SIZE Count) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutascii.c130 * Count - Number of characters to check
143 UINT32 Count)
148 for (i = 0; i < Count; i++)
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dutbuffer.c56 * Count - Amount to dump, in bytes
73 UINT32 Count,
89 if ((Count < 4) || (Count & 0x01))
96 while (i < Count)
106 if (i + j >= Count)
155 if (i + j >= Count)
196 * Count - Amount to dump, in bytes
213 UINT32 Count,
226 AcpiUtDumpBuffer (Buffer, Count, Displa
71 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
211 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
252 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
H A Dutids.c265 UINT32 Count; local
290 Count = ObjDesc->Package.Count;
295 Count = 1;
300 for (i = 0; i < Count; i++)
330 ((Count - 1) * sizeof (ACPI_PNP_DEVICE_ID)) +
343 ((ACPI_SIZE) Count * sizeof (ACPI_PNP_DEVICE_ID));
347 for (i = 0; i < Count; i++)
372 CidList->Count = Count;
412 UINT32 Count; local
[all...]
H A Dutclib.c103 * Count - Maximum # of bytes to compare
115 ACPI_SIZE Count)
121 for ( ; Count-- && (*Buffer1 == *Buffer2); Buffer1++, Buffer2++)
125 return ((Count == ACPI_SIZE_MAX) ? 0 : ((unsigned char) *Buffer1 -
136 * Count - Number of bytes to copy
148 ACPI_SIZE Count)
154 while (Count)
159 Count--;
172 * Count - Number of bytes to set
184 ACPI_SIZE Count)
112 memcmp( void *VBuffer1, void *VBuffer2, ACPI_SIZE Count) argument
145 memcpy( void *Dest, const void *Src, ACPI_SIZE Count) argument
181 memset( void *Dest, int Value, ACPI_SIZE Count) argument
285 strncpy( char *DstString, const char *SrcString, ACPI_SIZE Count) argument
392 strncmp( const char *String1, const char *String2, ACPI_SIZE Count) argument
463 strncat( char *DstString, const char *SrcString, ACPI_SIZE Count) argument
[all...]
H A Dutobject.c165 * PARAMETERS: Count - Number of package elements
175 UINT32 Count)
181 ACPI_FUNCTION_TRACE_U32 (UtCreatePackageObject, Count);
193 * Create the element array. Count+1 allows the array to be null
197 ((ACPI_SIZE) Count + 1) * sizeof (void *));
204 PackageDesc->Package.Count = Count;
174 AcpiUtCreatePackageObject( UINT32 Count) argument
H A Dutprint.c65 ACPI_SIZE Count);
96 * Count - Boundary of the string
98 * RETURN: Length of the string. Less than or equal to Count.
107 ACPI_SIZE Count)
112 while (*String && Count)
116 Count--;
105 AcpiUtBoundStringLength( const char *String, ACPI_SIZE Count) argument
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dutbuffer.c56 * Count - Amount to dump, in bytes
73 UINT32 Count,
89 if ((Count < 4) || (Count & 0x01))
96 while (i < Count)
106 if (i + j >= Count)
155 if (i + j >= Count)
196 * Count - Amount to dump, in bytes
213 UINT32 Count,
226 AcpiUtDumpBuffer (Buffer, Count, Displa
71 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
211 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
252 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
H A Dosillumostbl.c1019 AcpiOsReadFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
1021 return (fread(Buffer, Size, Count, File));
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtstat.c85 static int *Count, Size; local
101 free(Count);
102 if(!(Count = (int*)malloc((ds->dt_max+1)*sizeof(int))) )
107 Count[i] = 0;
108 dthstat(dt->data,ds,Count);
115 free(Count);
116 if(!(Count = (int*)malloc((ds->dt_n+1)*sizeof(int))) )
122 Count[i] = 0;
123 dttstat(ds,dt->data->here,0,Count);
125 if(Count[
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdebug.h79 UINT32 Count; member in struct:acpi_db_execute_walk
354 UINT32 Count,
H A Dacdisasm.h195 UINT32 Count; member in struct:acpi_op_walk_info
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexutils.c328 /* Count the digits in the requested base */
416 UINT32 Count; local
427 for (Count = DigitsNeeded; Count > 0; Count--)
430 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexconvrt.c88 UINT32 Count; local
110 Count = ObjDesc->Buffer.Length;
152 if (!Count)
159 if (Count > AcpiGbl_IntegerByteWidth)
161 Count = AcpiGbl_IntegerByteWidth;
168 for (i = 0; i < Count; i++)
H A Dexdump.c124 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Package.Count), "Elements"},
147 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
151 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"},
298 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Common.ReferenceCount), "Reference Count"},
384 UINT8 Count; local
401 Count = Info->Offset;
403 while (Count)
605 Count--;
760 ObjDesc->Package.Count, ObjDesc->Package.Elements);
766 if (ObjDesc->Package.Count
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsconvert.c242 UINT32 Count; local
288 Count = OriginalObject->Package.Count;
290 for (i = 0; i < Count; i++)
302 NewObject = AcpiUtCreateBufferObject (ACPI_MUL_4 (Count));
313 for (i = 0; i < Count; i++)
H A Dnsprepkg.c61 UINT32 Count);
77 UINT32 Count);
105 UINT32 Count; local
117 "%s Validating return Package of Type %X, Count %X\n",
119 ReturnObject->Package.Count));
130 Count = ReturnObject->Package.Count;
136 if (!Count)
159 Status = AcpiNsCustomPackage (Info, Elements, Count);
170 if (Count < ExpectedCoun
428 AcpiNsCheckPackageList( ACPI_EVALUATE_INFO *Info, const ACPI_PREDEFINED_INFO *Package, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
657 AcpiNsCustomPackage( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
[all...]
H A Dnsrepair.c513 UINT32 Count; local
545 Count = ObjDesc->Package.Count;
546 NewCount = Count;
553 for (i = 0; i < Count; i++)
570 if (NewCount < Count)
574 Info->FullPathname, (Count - NewCount)));
579 ObjDesc->Package.Count = NewCount;
H A Dnsrepair2.c139 UINT32 Count,
440 for (i = 0; i < ReturnObject->Package.Count; i++)
484 * 4. Count must match the number of C state subpackages
508 OuterElementCount = ReturnObject->Package.Count - 1;
515 if ((*OuterElements)->Package.Count == 0)
688 ElementCount = PackageObject->Package.Count;
699 if (SubPackage->Package.Count < 4)
779 OuterElementCount = ReturnObject->Package.Count;
902 OuterElementCount = ReturnObject->Package.Count;
930 if ((*OuterElements)->Package.Count < ExpectedCoun
990 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1047 UINT32 Count; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsmisc.c86 UINT8 Count; local
117 Count = INIT_TABLE_LENGTH (Info);
118 while (Count)
436 Count--;
477 UINT8 Count; local
494 Count = INIT_TABLE_LENGTH (Info);
496 while (Count)
766 Count--;
H A Drsdump.c136 UINT32 Count = 0; local
154 AcpiOsPrintf ("\n[%02X] ", Count);
155 Count++;
218 UINT8 Count; local
235 for (Count = 0; PrtElement->Length; Count++)
237 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
267 UINT8 Count; local
272 Count = Table->Offset;
274 while (Count)
[all...]
H A Drsutils.c61 * RETURN: Count of bits set (length of list)
101 * Count - Length of list
112 UINT8 Count)
123 for (i = 0, Mask = 0; i < Count; i++)
110 AcpiRsEncodeBitmask( UINT8 *List, UINT8 Count) argument
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Daxutils.c51 * PARAMETERS: Name - Ascii string, at least as long as Count
52 * Count - Number of characters to check
64 int Count)
69 for (i = 0; i < Count; i++)
251 * DESCRIPTION: Count the instances of tables with the given signature within
272 /* Count the number of instances of this signature */
62 AxCheckAscii( char *Name, int Count) argument

Completed in 129 milliseconds

12