Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3254 menlo_rsp_t *pLdBuf = NULL; in emlxs_dump_menlo_log() local
3325 pLdBuf = (menlo_rsp_t *)kmem_zalloc(LdBufSize, KM_SLEEP); in emlxs_dump_menlo_log()
3327 RmStatus = emlxs_menlo_get_log(hba, i, pLdBuf, LdBufSize); in emlxs_dump_menlo_log()
3351 Head = pLdBuf->log.head; in emlxs_dump_menlo_log()
3352 pLogEntry = (uint8_t *)&pLdBuf->log.data; in emlxs_dump_menlo_log()
3509 if (pLdBuf != 0) { in emlxs_dump_menlo_log()
3510 kmem_free(pLdBuf, LdBufSize); in emlxs_dump_menlo_log()