Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h308 } fc_trace_logq_t; typedef
344 void fc_trace_debug(fc_trace_logq_t *logq, caddr_t name, int dflag, int dlevel,
347 fc_trace_logq_t *fc_trace_alloc_logq(int maxsize);
348 void fc_trace_free_logq(fc_trace_logq_t *logq);
349 void fc_trace_logmsg(fc_trace_logq_t *logq, caddr_t buf, int level);
H A Dfctl_private.h739 static void fc_trace_freemsg(fc_trace_logq_t *logq);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6017 fc_trace_debug(fc_trace_logq_t *logq, caddr_t name, int dflag, int dlevel, in fc_trace_debug()
6095 fc_trace_logq_t *
6098 fc_trace_logq_t *logq; in fc_trace_alloc_logq()
6111 fc_trace_free_logq(fc_trace_logq_t *logq) in fc_trace_free_logq()
6126 fc_trace_logmsg(fc_trace_logq_t *logq, caddr_t buf, int level) in fc_trace_logmsg()
6181 fc_trace_freemsg(fc_trace_logq_t *logq) in fc_trace_freemsg()
H A Dfp.c255 static fc_trace_logq_t *fp_logq = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c1092 fc_trace_logq_t logq; in fc_trace_dump()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c899 static fc_trace_logq_t *fcp_logq = NULL;