Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c159 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
164 if (!ByteCount) in AcpiDmDisasmByteList()
171 for (i = 0; i < ByteCount; i++) in AcpiDmDisasmByteList()
175 if (((i % 8) == 0) && (i < ByteCount)) in AcpiDmDisasmByteList()
183 if (ByteCount > 7) in AcpiDmDisasmByteList()
193 if (i < (ByteCount -1)) in AcpiDmDisasmByteList()
226 UINT32 ByteCount; in AcpiDmByteList() local
230 ByteCount = (UINT32) Op->Common.Value.Integer; in AcpiDmByteList()
240 AcpiDmResourceTemplate (Info, Op->Common.Parent, ByteData, ByteCount); in AcpiDmByteList()
262 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount); in AcpiDmByteList()
[all …]
H A Ddmresrc.c325 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
346 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/onnv-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c159 UINT32 ByteCount; in AcpiPsGetNextPackageLength() local
170 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength()
171 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength()
175 while (ByteCount) in AcpiPsGetNextPackageLength()
184 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength()
187 ByteCount--; in AcpiPsGetNextPackageLength()
/onnv-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp463 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 DMNGCommand.h42 UINT8 ByteCount; member
H A DPTHICommand.h436 UINT32 ByteCount; member
/onnv-gate/usr/src/lib/smbsrv/libsmbrdr/common/
H A Dsmbrdr.h231 uint16_t ByteCount; /* Count of data bytes */
254 uint16_t ByteCount; member
H A Dsmbrdr_read_andx.c178 &rsp->ByteCount); in smbrdr_decode_readx_rsp()
/onnv-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.c5611 ddi_put32(acc, &io->ByteCount, acp->bcount); in aac_cmd_fib_rawio()
5703 ddi_put32(acc, &br->ByteCount, acp->bcount); in aac_cmd_fib_brw()
8340 ddi_get32(acc, &br->ByteCount)); in aac_print_fib()
8395 ddi_get32(acc, &io->ByteCount), in aac_print_fib()
/onnv-gate/usr/src/uts/intel/sys/acpi/
H A Dacdisasm.h514 UINT32 ByteCount);
593 UINT32 ByteCount);
/onnv-gate/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()
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c783 uint32_t ByteCount, in emlxs_read_cfg_region() argument
803 for (ByteCountRem = ByteCount; ByteCountRem > 0; in emlxs_read_cfg_region()
1024 uint32_t ByteCount, in emlxs_dump_byte_txtfile() argument
1043 k = ByteCount; in emlxs_dump_byte_txtfile()
1815 uint32_t ByteCount) in emlxs_dump_cfg_region4_decoded() argument
1887 uint32_t ByteCount) in emlxs_dump_cfg_region14_decoded() argument
1916 for (i = 0; i < (int)ByteCount / 4; i++, wptr++) { in emlxs_dump_cfg_region14_decoded()