Searched refs:sata_vtrace_debug (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/sata/ |
H A D | sata_hba.h | 789 void sata_vtrace_debug(dev_info_t *, const char *fmt, va_list);
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/ |
H A D | si3124.c | 5876 sata_vtrace_debug(NULL, fmt, ap); 5883 sata_vtrace_debug(si_ctlp->sictl_devinfop, fmt, ap); 5897 sata_vtrace_debug(NULL, si_log_buf, ap); 5903 sata_vtrace_debug(si_portp->siport_ctlp->sictl_devinfop,
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 4149 sata_vtrace_debug(NULL, fmt, ap); 4156 sata_vtrace_debug(nvc->nvc_dip, fmt, ap); 4172 sata_vtrace_debug(nvp->nvp_ctlp->nvc_dip, nv_log_buf, ap);
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 20916 * sata_vtrace_debug() <-- Adds debug message to ring buffer 20917 * sata_trace_debug() <-- Wraps varargs into sata_vtrace_debug() 20922 * messages directly to sata_vtrace_debug(). The sata_trace_debug() 20923 * and sata_vtrace_debug() relationship is similar to that of 20932 * |o Trace o <--|sata_vtrace_debug/|<-----|SATA HBA Driver #1| 20957 sata_vtrace_debug(dev_info_t *dip, const char *fmt, va_list ap) function 20999 sata_vtrace_debug(dip, fmt, ap); 21129 sata_vtrace_debug(dip, fmt, ap);
|
Completed in 125 milliseconds