Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3261 uint32_t LdBufSize; in emlxs_dump_menlo_log() local
3331 LdBufSize = in emlxs_dump_menlo_log()
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()
3519 kmem_free(pLdBuf, LdBufSize); in emlxs_dump_menlo_log()