Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2670 uint32_t *pDumpTable) in emlxs_dump_hba_memory() argument
2704 entry.un.PortBlock.un.w[0] = *pDumpTable++; in emlxs_dump_hba_memory()
2732 entry.un.PortBlock.un.w[1] = *pDumpTable++; in emlxs_dump_hba_memory()
2860 uint32_t *pDumpTable = 0; in emlxs_dump_hba() local
2869 emlxs_dump_table_read(hba, fpTxtFile, &pDumpTable, in emlxs_dump_hba()
2875 status = emlxs_dump_hba_memory(hba, fpDmpFile, pDumpTable); in emlxs_dump_hba()
2877 if (pDumpTable != 0) { in emlxs_dump_hba()
2878 kmem_free(pDumpTable, DumpTableSize); in emlxs_dump_hba()