Searched refs:ByteCount (Results 1 – 11 of 11) sorted by relevance
| /titanic_41/usr/src/uts/intel/io/acpica/disassembler/ |
| H A D | dmbuffer.c | 74 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 D | dmresrc.c | 249 UINT32 ByteCount) in AcpiDmResourceTemplate() argument 275 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
|
| /titanic_41/usr/src/uts/intel/io/acpica/parser/ |
| H A D | psargs.c | 85 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_41/usr/src/cmd/lms/heci/ |
| H A D | PTHICommand.cpp | 463 ULONG ByteCount = response.Header.Header.Length; in _verifyCurrentPowerPolicy() local 464 if (ByteCount != (sizeof(CFG_GET_CURRENT_POWER_POLICY_RESPONSE) in _verifyCurrentPowerPolicy() 626 ULONG ByteCount = response.Header.Header.Length; in _verifyGetDNSSuffixList() local 627 if (ByteCount != (sizeof(CFG_GET_DNS_SUFFIX_LIST_RESPONSE) in _verifyGetDNSSuffixList() 798 ULONG ByteCount = response.Header.Header.Length; in _verifyRemoteAccessConnectionStatus() local 799 if (ByteCount != (sizeof(CFG_GET_REMOTE_ACCESS_CONNECTION_STATUS_RESPONSE) in _verifyRemoteAccessConnectionStatus() 1091 ULONG ByteCount = response.Header.Header.Length; in _verifyHashHandles() local 1093 if (ByteCount != in _verifyHashHandles() 1161 ULONG ByteCount = response.Header.Header.Length; in _verifyGetCertificateHashEntry() local 1163 if (ByteCount != in _verifyGetCertificateHashEntry() [all …]
|
| H A D | MNGCommand.h | 42 UINT8 ByteCount; member
|
| H A D | PTHICommand.h | 436 UINT32 ByteCount; member
|
| /titanic_41/usr/src/uts/common/io/aac/ |
| H A D | aac_regs.h | 927 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 D | aac.c | 5612 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_41/usr/src/uts/intel/sys/acpi/ |
| H A D | acdisasm.h | 717 UINT32 ByteCount); 835 UINT32 ByteCount);
|
| /titanic_41/usr/src/lib/libsqlite/src/ |
| H A D | os.c | 1006 FSReadFork(id->refNum, fsAtMark, 0, (ByteCount)amt, pBuf, (ByteCount*)&got); in sqliteOsRead() 1062 (ByteCount)amt, pBuf, (ByteCount*)&wrote); in sqliteOsWrite()
|
| /titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_dump.c | 717 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()
|