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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3261 menlo_rsp_t *pPlBuf = NULL; local
3404 pPlBuf = (menlo_rsp_t *)kmem_zalloc(PlBufSize, KM_SLEEP);
3406 RmStatus = emlxs_menlo_get_paniclog(hba, pPlBuf, PlBufSize);
3411 pPlBuf->panic_log.type);
3414 pPlBuf->panic_log.regs_epc);
3417 pPlBuf->panic_log.regs_cp0_cause);
3420 pPlBuf->panic_log.regs_cp0_status);
3429 pPlBuf->panic_log.regs_gp[i]);
3437 pPlBuf->panic_log.log_present);
3439 PanicLogEntryCount = pPlBuf
[all...]

Completed in 57 milliseconds