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.c21071 sata_trace_dmsg_t *dmsg_alloc, *dmsg = sata_debug_rbuf->dmsgp; in sata_trace_dmsg_alloc()
21074 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21075 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21085 sata_debug_rbuf->dmsgp = sata_debug_rbuf->dmsgh; in sata_trace_dmsg_alloc()
21087 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21099 if (sata_debug_rbuf->dmsgp != NULL) { in sata_trace_dmsg_alloc()
21101 sata_debug_rbuf->dmsgp = dmsg->next; in sata_trace_dmsg_alloc()
21102 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()
21116 sata_debug_rbuf->dmsgp = dmsg_alloc; in sata_trace_dmsg_alloc()
21117 return (sata_debug_rbuf->dmsgp); in sata_trace_dmsg_alloc()