Searched refs:il_msgh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h303 fc_trace_dmsg_t *il_msgh; /* messages head */ member in struct:fc_trace_logq
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c1113 rval = fc_dump_logmsg((fc_trace_dmsg_t *)logq.il_msgh, pktstart,
1116 rval = fc_dump_old_logmsg((fc_trace_dmsgv1_t *)logq.il_msgh,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6108 while (logq->il_msgh) {
6165 ASSERT(logq->il_msgh == NULL);
6166 logq->il_msgh = dmsg;
6181 if ((dmsg = logq->il_msgh) != NULL) {
6182 logq->il_msgh = dmsg->id_next;
6183 if (logq->il_msgh == NULL) {

Completed in 58 milliseconds