Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3255 uint32_t LcBufSize; in emlxs_dump_menlo_log() local
3288 LcBufSize = GcBuf.log_cfg_size + 8; in emlxs_dump_menlo_log()
3291 pLcBuf = (menlo_rsp_t *)kmem_zalloc(LcBufSize, KM_SLEEP); in emlxs_dump_menlo_log()
3293 RmStatus = emlxs_menlo_get_logcfg(hba, pLcBuf, LcBufSize); in emlxs_dump_menlo_log()
3523 kmem_free(pLcBuf, LcBufSize); in emlxs_dump_menlo_log()