Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmbuffer.c74 UINT32 ByteCount);
144 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
152 if (!ByteCount) in AcpiDmDisasmByteList()
157 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
162 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
172 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
184 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()
200 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
243 UINT32 ByteCount; in AcpiDmByteList() local
247 ByteCount = (UINT32) Op->Common.Value.Integer; in AcpiDmByteList()
[all …]
HDdmresrc.c248 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
274 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/NextBSD/sys/contrib/dev/acpica/components/parser/
HDpsargs.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()
/NextBSD/sys/dev/aac/
HDaacreg.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
HDaac_debug.c230 br->ByteCount); in aac_print_fib()
237 bw->BlockNumber, bw->ByteCount, in aac_print_fib()
HDaac_disk.c272 bw->ByteCount = len; in aac_disk_dump()
HDaac.c1235 raw->ByteCount = bp->bio_bcount; in aac_bio_command()
1256 br->ByteCount = bp->bio_bcount; in aac_bio_command()
1266 bw->ByteCount = bp->bio_bcount; in aac_bio_command()
/NextBSD/sys/dev/aacraid/
HDaacraid_reg.h1384 u_int32_t ByteCount; member
1400 u_int32_t ByteCount; member
1407 u_int32_t ByteCount; member
1424 u_int32_t ByteCount; member
1430 u_int32_t ByteCount; member
HDaacraid_debug.c144 br->ByteCount); in aacraid_print_fib()
151 bw->BlockNumber, bw->ByteCount, in aacraid_print_fib()
HDaacraid_cam.c456 raw->ByteCount = cm->cm_datalen; in aac_container_rw_command()
471 br->ByteCount = cm->cm_datalen; in aac_container_rw_command()
480 bw->ByteCount = cm->cm_datalen; in aac_container_rw_command()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaphy.c1214 bit32 ByteCount ) in saVhistCapture() argument
1227 …x%08X%08X 0x%08X%08X count 0x%X\n",Channel, NumBitHi, NumBitLo ,PcieAddrHi,PcieAddrLo,ByteCount)); in saVhistCapture()
1272 …CapCmd(agRoot,agContext, queueNum, Channel, NumBitLo, NumBitHi ,PcieAddrLo, PcieAddrHi, ByteCount); in saVhistCapture()
HDsampicmd.c367 bit32 ByteCount ) in mpiVHistCapCmd() argument
412 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, ByteCount), ByteCount ); in mpiVHistCapCmd()
HDsaproto.h597 bit32 ByteCount );
HDsampidefs.h1281 bit32 ByteCount; member
/NextBSD/sys/contrib/dev/acpica/include/
HDacdisasm.h714 UINT32 ByteCount);
832 UINT32 ByteCount);
/NextBSD/include/
HDMacTypes.h284 typedef unsigned long ByteCount; typedef
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsaapi.h703 bit32 ByteCount );