Home
last modified time | relevance | path

Searched refs:ByteCount (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmbuffer.c184 UINT32 ByteCount);
214 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
222 if (!ByteCount) in AcpiDmDisasmByteList()
313 UINT32 ByteCount; in AcpiDmByteList() local
397 UINT32 ByteCount; in AcpiDmIsUuidBuffer() local
523 UINT32 ByteCount; in AcpiDmIsUnicodeBuffer() local
556 if ((!ByteCount) || in AcpiDmIsUnicodeBuffer()
557 (ByteCount < 4) || in AcpiDmIsUnicodeBuffer()
558 (ByteCount & 1) || in AcpiDmIsUnicodeBuffer()
633 if ((!ByteCount) || in AcpiDmIsStringBuffer()
[all …]
H A Ddmresrc.c362 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
388 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpixtract/
H A Dacpixtract.c563 UINT32 ByteCount = 0; in AxListAllTables() local
617 ByteCount = 0; in AxListAllTables()
638 &Header[ByteCount]); in AxListAllTables()
645 ByteCount += ThisLineByteCount; in AxListAllTables()
646 if (ByteCount >= sizeof (ACPI_TABLE_HEADER)) in AxListAllTables()
H A Daxutils.c733 UINT32 ByteCount, in AxCheckTableLengths() argument
742 if (ByteCount == 0) in AxCheckTableLengths()
747 if ((ByteCount < sizeof (ACPI_TABLE_HEADER)) && in AxCheckTableLengths()
748 (ByteCount >= ACPI_NAMESEG_SIZE)) in AxCheckTableLengths()
753 else if (ByteCount != AmlByteCount) in AxCheckTableLengths()
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsargs.c194 UINT32 ByteCount; in AcpiPsGetNextPackageLength() local
205 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength()
206 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength()
210 while (ByteCount) in AcpiPsGetNextPackageLength()
219 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength()
222 ByteCount--; in AcpiPsGetNextPackageLength()
/dragonfly/sys/dev/raid/asr/
H A Di2odpt.h37 U32 ByteCount; member
75 U32 ByteCount; member
114 U32 ByteCount; member
H A Di2odep.h979 U32 ByteCount;
1001 getLU4((&((x)->ByteCount)),0)
1003 setLU4((&((x)->ByteCount)),0,y)
1032 getLU4((&((x)->ByteCount)),0)
1034 setLU4((&((x)->ByteCount)),0,y)
1139 getLU2((&((x)->ByteCount)),0)
1141 setLU2((&((x)->ByteCount)),0,y)
H A Di2obscsi.h481 U32 ByteCount; member
/dragonfly/sys/dev/raid/aac/
H A Daacreg.h1321 u_int32_t ByteCount; member
1337 u_int32_t ByteCount; member
1344 u_int32_t ByteCount; member
1361 u_int32_t ByteCount; member
1367 u_int32_t ByteCount; member
H A Daac_debug.c228 br->ByteCount); in aac_print_fib()
235 bw->BlockNumber, bw->ByteCount, in aac_print_fib()
H A Daac_disk.c289 bw->ByteCount = len; in aac_disk_dump()
H A Daac.c1217 raw->ByteCount = bp->b_bcount; in aac_bio_command()
1238 br->ByteCount = bp->b_bcount; in aac_bio_command()
1248 bw->ByteCount = bp->b_bcount; in aac_bio_command()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacdisasm.h1013 UINT32 ByteCount);
1153 UINT32 ByteCount);