Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3248 menlo_rsp_t *pLcBuf = NULL; in emlxs_dump_menlo_log() local
3282 pLcBuf = (menlo_rsp_t *)kmem_zalloc(LcBufSize, KM_SLEEP); in emlxs_dump_menlo_log()
3284 RmStatus = emlxs_menlo_get_logcfg(hba, pLcBuf, LcBufSize); in emlxs_dump_menlo_log()
3295 NumLogs = pLcBuf->log_cfg.num_logs; in emlxs_dump_menlo_log()
3296 pLcEntry = (menlo_log_t *)&pLcBuf->log_cfg.data; in emlxs_dump_menlo_log()
3513 if (pLcBuf != 0) { in emlxs_dump_menlo_log()
3514 kmem_free(pLcBuf, LcBufSize); in emlxs_dump_menlo_log()