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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2662 uint32_t *pDumpTable)
2696 entry.un.PortBlock.un.w[0] = *pDumpTable++;
2724 entry.un.PortBlock.un.w[1] = *pDumpTable++;
2852 uint32_t *pDumpTable = 0; local
2861 emlxs_dump_table_read(hba, fpTxtFile, &pDumpTable,
2867 status = emlxs_dump_hba_memory(hba, fpDmpFile, pDumpTable);
2869 if (pDumpTable != 0) {
2870 kmem_free(pDumpTable, DumpTableSize);
2659 emlxs_dump_hba_memory( emlxs_hba_t *hba, emlxs_file_t *fpDmpFile, uint32_t *pDumpTable) argument

Completed in 51 milliseconds