Searched refs:fc_trace_logq_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 305 } fc_trace_logq_t; typedef 341 void fc_trace_debug(fc_trace_logq_t *logq, caddr_t name, int dflag, int dlevel, 344 fc_trace_logq_t *fc_trace_alloc_logq(int maxsize); 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_50/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() 6089 fc_trace_logq_t * 6092 fc_trace_logq_t *logq; in fc_trace_alloc_logq() 6105 fc_trace_free_logq(fc_trace_logq_t *logq) in fc_trace_free_logq() 6120 fc_trace_logmsg(fc_trace_logq_t *logq, caddr_t buf, int level) in fc_trace_logmsg() 6175 fc_trace_freemsg(fc_trace_logq_t *logq) in fc_trace_freemsg()
|
H A D | fp.c | 254 static fc_trace_logq_t *fp_logq = NULL;
|
/titanic_50/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 1089 fc_trace_logq_t logq; in fc_trace_dump()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 895 static fc_trace_logq_t *fcp_logq = NULL;
|