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

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

Completed in 79 milliseconds