Searched defs:ByteCount (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DMNGCommand.h42 UINT8 ByteCount; member in struct:_MNG_REQUEST
H A DPTHICommand.cpp463 ULONG ByteCount = response.Header.Header.Length; local
464 if (ByteCount != (sizeof(CFG_GET_CURRENT_POWER_POLICY_RESPONSE)
626 ULONG ByteCount = response.Header.Header.Length; local
627 if (ByteCount != (sizeof(CFG_GET_DNS_SUFFIX_LIST_RESPONSE)
798 ULONG ByteCount = response.Header.Header.Length; local
799 if (ByteCount != (sizeof(CFG_GET_REMOTE_ACCESS_CONNECTION_STATUS_RESPONSE)
1091 ULONG ByteCount = response.Header.Header.Length; local
1093 if (ByteCount !=
1161 ULONG ByteCount = response.Header.Header.Length; local
1163 if (ByteCount !
1227 ULONG ByteCount = response.Header.Header.Length; local
[all...]
H A DPTHICommand.h436 UINT32 ByteCount; member in struct:_STATE_GET_AMT_STATE_RESPONSE
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrc.c235 * ByteCount - Length of the byte list
249 UINT32 ByteCount)
275 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;)
245 AcpiDmResourceTemplate( ACPI_OP_WALK_INFO *Info, ACPI_PARSE_OBJECT *Op, UINT8 *ByteData, UINT32 ByteCount) argument
H A Ddmbuffer.c74 UINT32 ByteCount);
91 * ByteCount - Length of the byte list
104 UINT32 ByteCount)
112 if (!ByteCount)
117 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE)
122 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE)
132 if (CurrentIndex >= ByteCount)
144 if (CurrentIndex < (ByteCount - 1))
160 if (CurrentIndex >= ByteCount)
203 UINT32 ByteCount; local
101 AcpiDmDisasmByteList( UINT32 Level, UINT8 *ByteData, UINT32 ByteCount) argument
287 UINT32 ByteCount; local
407 UINT32 ByteCount; local
480 UINT32 ByteCount; local
671 AcpiDmPldBuffer( UINT32 Level, UINT8 *ByteData, UINT32 ByteCount) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c85 UINT32 ByteCount; local
96 ByteCount = (Aml[0] >> 6);
97 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
101 while (ByteCount)
110 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
113 ByteCount--;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c717 uint32_t ByteCount,
729 if (! ByteCount) {
741 for (ByteCountRem = ByteCount; ByteCountRem > 0;
1686 uint32_t ByteCount)
1766 uint32_t ByteCount)
1795 for (i = 0; i < (int)ByteCount / 4; i++, wptr++) {
714 emlxs_read_cfg_region( emlxs_hba_t *hba, uint32_t Identifier, uint32_t ByteCount, uint32_t *pRetByteCount, uint8_t *pBuffer) argument
1681 emlxs_dump_cfg_region4_decoded( emlxs_hba_t *hba, emlxs_file_t *fpTxtFile, char *pLidLegend, DUMP_WAKE_UP_PARAMS *pBuffer, uint32_t ByteCount) argument
1761 emlxs_dump_cfg_region14_decoded( emlxs_hba_t *hba, emlxs_file_t *fpTxtFile, char *pLidLegend, char *pBuffer, uint32_t ByteCount) argument
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h927 uint32_t ByteCount; member in struct:aac_blockread
943 uint32_t ByteCount; member in struct:aac_blockread_response
950 uint32_t ByteCount; member in struct:aac_blockwrite
967 uint32_t ByteCount; member in struct:aac_blockwrite_response
973 uint32_t ByteCount; member in struct:aac_raw_io

Completed in 97 milliseconds