Searched refs:WordCount (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c408 UINT32 WordCount; local
430 WordCount = ACPI_DIV_2 (ByteCount);
439 ((UINT16 *) (void *) ByteData)[WordCount - 1] != 0)
777 UINT32 WordCount; local
785 WordCount = ACPI_DIV_2 (((UINT32) Op->Common.Value.Integer));
790 for (i = 0; i < (WordCount - 1); i++)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_cmds.h258 u32_t WordCount; member in struct:FwTestCmdPayload::__anon5089::__anon5090
263 u32_t WordCount; member in struct:FwTestCmdPayload::__anon5089::__anon5091
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2412 uint32_t RegionId, uint32_t WordCount, uint32_t BaseAddr)
2429 mb->un.varDmp4.available_cnt = min((WordCount*4),
2447 mb->un.varDmp.word_cnt = WordCount;
2411 emlxs_format_dump(emlxs_hba_t *hba, MAILBOXQ *mbq, uint32_t Type, uint32_t RegionId, uint32_t WordCount, uint32_t BaseAddr) argument
H A Demlxs_dump.c917 uint32_t WordCount,
936 for (j = 0; j < WordCount; j++) {
914 emlxs_dump_word_txtfile( emlxs_file_t *fpTxtFile, uint32_t *pBuffer, uint32_t WordCount, char *pSidLegend, char *pLidLegend) argument

Completed in 74 milliseconds