Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c21022 if (sata_debug_rbuf == NULL) { in sata_vtrace_debug()
21035 mutex_enter(&sata_debug_rbuf->lock); in sata_vtrace_debug()
21051 mutex_exit(&sata_debug_rbuf->lock); in sata_vtrace_debug()
21075 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21083 sata_debug_rbuf->maxsize) && (sata_debug_rbuf->dmsgh != NULL)) { in sata_trace_dmsg_alloc()
21085 sata_debug_rbuf->dmsgp = sata_debug_rbuf->dmsgh; in sata_trace_dmsg_alloc()
21086 sata_debug_rbuf->looped = TRUE; in sata_trace_dmsg_alloc()
21087 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21093 sata_debug_rbuf->allocfailed++; in sata_trace_dmsg_alloc()
21102 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
[all …]