Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3262 menlo_rsp_t *pLdBuf = NULL; in emlxs_dump_menlo_log() local
3334 pLdBuf = (menlo_rsp_t *)kmem_zalloc(LdBufSize, KM_SLEEP); in emlxs_dump_menlo_log()
3336 RmStatus = emlxs_menlo_get_log(hba, i, pLdBuf, LdBufSize); in emlxs_dump_menlo_log()
3360 Head = pLdBuf->log.head; in emlxs_dump_menlo_log()
3361 pLogEntry = (uint8_t *)&pLdBuf->log.data; in emlxs_dump_menlo_log()
3518 if (pLdBuf != 0) { in emlxs_dump_menlo_log()
3519 kmem_free(pLdBuf, LdBufSize); in emlxs_dump_menlo_log()