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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3247 uint32_t LcBufSize; local
3279 LcBufSize = GcBuf.log_cfg_size + 8;
3282 pLcBuf = (menlo_rsp_t *)kmem_zalloc(LcBufSize, KM_SLEEP);
3284 RmStatus = emlxs_menlo_get_logcfg(hba, pLcBuf, LcBufSize);
3514 kmem_free(pLcBuf, LcBufSize);

Completed in 67 milliseconds