Home
last modified time | relevance | path

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

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