Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvdc.h434 #define VDC_DUMP_DRING_MSG(dmsgp) \ argument
436 dmsgp->seq_num, dmsgp->start_idx, \
437 dmsgp->end_idx, dmsgp->dring_ident);
442 #define VDC_DUMP_DRING_MSG(dmsgp) argument
/titanic_41/usr/src/uts/common/sys/sata/
H A Dsata_hba.h782 sata_trace_dmsg_t *dmsgp; /* ptr to last message */ member
/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c21010 sata_trace_dmsg_t *dmsg_alloc, *dmsg = sata_debug_rbuf->dmsgp; in sata_trace_dmsg_alloc()
21013 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21014 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21024 sata_debug_rbuf->dmsgp = sata_debug_rbuf->dmsgh; in sata_trace_dmsg_alloc()
21026 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21038 if (sata_debug_rbuf->dmsgp != NULL) { in sata_trace_dmsg_alloc()
21040 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21041 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21055 sata_debug_rbuf->dmsgp = dmsg_alloc; in sata_trace_dmsg_alloc()
21056 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()