Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3258 menlo_log_t *pLcEntry; in emlxs_dump_menlo_log() local
3305 pLcEntry = (menlo_log_t *)&pLcBuf->log_cfg.data; in emlxs_dump_menlo_log()
3319 pLcEntry[i].id, in emlxs_dump_menlo_log()
3320 pLcEntry[i].num_entries, in emlxs_dump_menlo_log()
3321 pLcEntry[i].entry_size, pLcEntry[i].name); in emlxs_dump_menlo_log()
3332 (pLcEntry[i].num_entries *pLcEntry[i].entry_size) + 8; in emlxs_dump_menlo_log()
3346 (void) snprintf(buf2, sizeof (buf2), " %s", pLcEntry[i].name); in emlxs_dump_menlo_log()
3363 (char *)&(pLogEntry[Head *pLcEntry[i].entry_size]); in emlxs_dump_menlo_log()
3373 for (j = Head; j < (int)pLcEntry[i].num_entries; j++) { in emlxs_dump_menlo_log()
3376 pLcEntry[i].entry_size]); in emlxs_dump_menlo_log()
[all …]