Searched refs:logq (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6011 fc_trace_debug(fc_trace_logq_t *logq, caddr_t name, int dflag, int dlevel, in fc_trace_debug() argument 6025 logq->il_id++, name); in fc_trace_debug() 6028 logq->il_id++); in fc_trace_debug() 6047 if (logq && (dlevel & FC_TRACE_LOG_BUF) != 0) { in fc_trace_debug() 6048 fc_trace_logmsg(logq, buf, dlevel); in fc_trace_debug() 6092 fc_trace_logq_t *logq; in fc_trace_alloc_logq() local 6094 logq = kmem_zalloc(sizeof (*logq), KM_SLEEP); in fc_trace_alloc_logq() 6096 mutex_init(&logq->il_lock, NULL, MUTEX_DRIVER, NULL); in fc_trace_alloc_logq() 6097 logq->il_hiwat = maxsize; in fc_trace_alloc_logq() 6098 logq->il_flags |= FC_TRACE_LOGQ_V2; in fc_trace_alloc_logq() [all …]
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 341 void fc_trace_debug(fc_trace_logq_t *logq, caddr_t name, int dflag, int dlevel, 345 void fc_trace_free_logq(fc_trace_logq_t *logq); 346 void fc_trace_logmsg(fc_trace_logq_t *logq, caddr_t buf, int level);
|
H A D | fctl_private.h | 739 static void fc_trace_freemsg(fc_trace_logq_t *logq);
|
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 1089 fc_trace_logq_t logq; in fc_trace_dump() local 1097 if (mdb_vread(&logq, sizeof (logq), addr) != sizeof (logq)) { in fc_trace_dump() 1112 if (logq.il_flags & FC_TRACE_LOGQ_V2 != 0) { in fc_trace_dump() 1113 rval = fc_dump_logmsg((fc_trace_dmsg_t *)logq.il_msgh, pktstart, in fc_trace_dump() 1116 rval = fc_dump_old_logmsg((fc_trace_dmsgv1_t *)logq.il_msgh, in fc_trace_dump()
|