Searched refs:dmsgh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c69 wsp->walk_addr = (uintptr_t)(sata_trace_dmsg_t *)rbuf.dmsgh;
133 sata_trace_dmsg_t dmsg, *dmsgh = addr; local
192 if (((addr = dmsg.next) == NULL) || (dmsg.next == dmsgh)) {
239 if (rbuf.dmsgh == NULL) {
244 rval = sata_dmsg_dump((sata_trace_dmsg_t *)rbuf.dmsgh,
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h781 sata_trace_dmsg_t *dmsgh; /* messages head */ member in struct:sata_trace_rbuf
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c21022 sata_debug_rbuf->maxsize) && (sata_debug_rbuf->dmsgh != NULL)) {
21023 dmsg->next = sata_debug_rbuf->dmsgh;
21024 sata_debug_rbuf->dmsgp = sata_debug_rbuf->dmsgh;
21047 if (sata_debug_rbuf->dmsgh == NULL) {
21048 sata_debug_rbuf->dmsgh = dmsg_alloc;
21067 sata_trace_dmsg_t *dmsg_next, *dmsg = sata_debug_rbuf->dmsgh;
21076 if (dmsg_next == sata_debug_rbuf->dmsgh) {

Completed in 101 milliseconds