Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmbuffer.c182 UINT32 ByteCount);
212 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
220 if (!ByteCount) in AcpiDmDisasmByteList()
311 UINT32 ByteCount; in AcpiDmByteList() local
395 UINT32 ByteCount; in AcpiDmIsUuidBuffer() local
515 UINT32 ByteCount; in AcpiDmIsUnicodeBuffer() local
544 if ((!ByteCount) || in AcpiDmIsUnicodeBuffer()
545 (ByteCount < 4) || in AcpiDmIsUnicodeBuffer()
546 (ByteCount & 1) || in AcpiDmIsUnicodeBuffer()
617 if ((!ByteCount) || in AcpiDmIsStringBuffer()
[all …]
H A Ddmresrc.c361 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
387 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c563 UINT32 ByteCount = 0; in AxListAllTables() local
616 ByteCount = 0; in AxListAllTables()
636 ByteCount += AxConvertToBinary (Gbl_LineBuffer, &Header[ByteCount]); in AxListAllTables()
637 if (ByteCount >= sizeof (ACPI_TABLE_HEADER)) in AxListAllTables()
H A Daxutils.c724 UINT32 ByteCount, in AxCheckTableLengths() argument
733 if (ByteCount == 0) in AxCheckTableLengths()
738 if ((ByteCount < sizeof (ACPI_TABLE_HEADER)) && in AxCheckTableLengths()
739 (ByteCount >= ACPI_NAME_SIZE)) in AxCheckTableLengths()
744 else if (ByteCount != AmlByteCount) in AxCheckTableLengths()
/illumos-gate/usr/src/common/acpica/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()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h927 uint32_t ByteCount; member
943 uint32_t ByteCount; member
950 uint32_t ByteCount; member
967 uint32_t ByteCount; member
973 uint32_t ByteCount; member
H A Daac.c5618 ddi_put32(acc, &io->ByteCount, acp->bcount); in aac_cmd_fib_rawio()
5710 ddi_put32(acc, &br->ByteCount, acp->bcount); in aac_cmd_fib_brw()
8345 ddi_get32(acc, &br->ByteCount)); in aac_print_fib()
8400 ddi_get32(acc, &io->ByteCount), in aac_print_fib()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DIpSecConfig.h180 UINT64 ByteCount; member
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1003 FSReadFork(id->refNum, fsAtMark, 0, (ByteCount)amt, pBuf, (ByteCount*)&got); in sqliteOsRead()
1059 (ByteCount)amt, pBuf, (ByteCount*)&wrote); in sqliteOsWrite()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdisasm.h890 UINT32 ByteCount);
1030 UINT32 ByteCount);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c723 uint32_t ByteCount, in emlxs_read_cfg_region() argument
735 if (! ByteCount) { in emlxs_read_cfg_region()
747 for (ByteCountRem = ByteCount; ByteCountRem > 0; in emlxs_read_cfg_region()
1692 uint32_t ByteCount) in emlxs_dump_cfg_region4_decoded() argument
1772 uint32_t ByteCount) in emlxs_dump_cfg_region14_decoded() argument
1801 for (i = 0; i < (int)ByteCount / 4; i++, wptr++) { in emlxs_dump_cfg_region14_decoded()