Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c74 UINT32 ByteCount);
104 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
112 if (!ByteCount) in AcpiDmDisasmByteList()
117 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
122 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
132 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
144 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()
160 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
203 UINT32 ByteCount; in AcpiDmByteList() local
207 ByteCount = (UINT32) Op->Common.Value.Integer; in AcpiDmByteList()
[all …]
H A Ddmresrc.c249 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
275 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c85 UINT32 ByteCount; in AcpiPsGetNextPackageLength() local
96 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength()
97 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength()
101 while (ByteCount) in AcpiPsGetNextPackageLength()
110 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength()
113 ByteCount--; in AcpiPsGetNextPackageLength()
/titanic_50/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.c5612 ddi_put32(acc, &io->ByteCount, acp->bcount); in aac_cmd_fib_rawio()
5704 ddi_put32(acc, &br->ByteCount, acp->bcount); in aac_cmd_fib_brw()
8341 ddi_get32(acc, &br->ByteCount)); in aac_print_fib()
8396 ddi_get32(acc, &io->ByteCount), in aac_print_fib()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacdisasm.h717 UINT32 ByteCount);
835 UINT32 ByteCount);
/titanic_50/usr/src/lib/libsqlite/src/
H A Dos.c1006 FSReadFork(id->refNum, fsAtMark, 0, (ByteCount)amt, pBuf, (ByteCount*)&got); in sqliteOsRead()
1062 (ByteCount)amt, pBuf, (ByteCount*)&wrote); in sqliteOsWrite()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c717 uint32_t ByteCount, in emlxs_read_cfg_region() argument
729 if (! ByteCount) { in emlxs_read_cfg_region()
741 for (ByteCountRem = ByteCount; ByteCountRem > 0; in emlxs_read_cfg_region()
1686 uint32_t ByteCount) in emlxs_dump_cfg_region4_decoded() argument
1766 uint32_t ByteCount) in emlxs_dump_cfg_region14_decoded() argument
1795 for (i = 0; i < (int)ByteCount / 4; i++, wptr++) { in emlxs_dump_cfg_region14_decoded()