Searched defs:sata_vtrace_debug (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c20916 * 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 102 milliseconds