Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h782 sata_trace_dmsg_t *dmsgp; /* ptr to last message */ member
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c21842 sata_trace_dmsg_t *dmsg_alloc, *dmsg = sata_debug_rbuf->dmsgp; in sata_trace_dmsg_alloc()
21845 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21846 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21856 sata_debug_rbuf->dmsgp = sata_debug_rbuf->dmsgh; in sata_trace_dmsg_alloc()
21858 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21870 if (sata_debug_rbuf->dmsgp != NULL) { in sata_trace_dmsg_alloc()
21872 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21873 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21887 sata_debug_rbuf->dmsgp = dmsg_alloc; in sata_trace_dmsg_alloc()
21888 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()